Home
last modified time | relevance | path

Searched refs:start_work (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/sound/soc/codecs/aw88395/
H A Daw88395.h53 struct delayed_work start_work; member
H A Daw88395.c52 container_of(work, struct aw88395, start_work.work); in aw88395_startup_work()
79 &aw88395->start_work, in aw88395_start()
410 INIT_DELAYED_WORK(&aw88395->start_work, aw88395_startup_work); in aw88395_codec_probe()
434 cancel_delayed_work_sync(&aw88395->start_work); in aw88395_codec_remove()
/linux-6.15/sound/soc/codecs/
H A Daw88081.c25 struct delayed_work start_work; member
764 container_of(work, struct aw88081, start_work.work); in aw88081_startup_work()
783 &aw88081->start_work, in aw88081_start()
1216 INIT_DELAYED_WORK(&aw88081->start_work, aw88081_startup_work); in aw88081_codec_probe()
1229 cancel_delayed_work_sync(&aw88081->start_work); in aw88081_codec_remove()
H A Daw88261.c690 container_of(work, struct aw88261, start_work.work); in aw88261_startup_work()
709 &aw88261->start_work, in aw88261_start()
1140 INIT_DELAYED_WORK(&aw88261->start_work, aw88261_startup_work); in aw88261_codec_probe()
1169 cancel_delayed_work_sync(&aw88261->start_work); in aw88261_codec_remove()
H A Daw88261.h447 struct delayed_work start_work; member
H A Daw88166.c23 struct delayed_work start_work; member
1290 container_of(work, struct aw88166, start_work.work); in aw88166_startup_work()
1317 &aw88166->start_work, in aw88166_start()
1794 INIT_DELAYED_WORK(&aw88166->start_work, aw88166_startup_work); in aw88166_codec_probe()
1807 cancel_delayed_work_sync(&aw88166->start_work); in aw88166_codec_remove()
H A Daw88399.h590 struct delayed_work start_work; member
H A Daw88399.c1258 container_of(work, struct aw88399, start_work.work); in aw88399_startup_work()
1285 &aw88399->start_work, in aw88399_start()
1762 INIT_DELAYED_WORK(&aw88399->start_work, aw88399_startup_work); in aw88399_codec_probe()
1775 cancel_delayed_work_sync(&aw88399->start_work); in aw88399_codec_remove()
/linux-6.15/tools/perf/bench/
H A Dnuma.c148 bool start_work; member
1262 g->start_work = false; in worker_thread()
1264 while (!g->start_work) in worker_thread()
1694 g->start_work = true; in __bench_numa()
/linux-6.15/drivers/usb/dwc2/
H A Dcore.h1183 struct delayed_work start_work; member
H A Dhcd.c1659 queue_delayed_work(hsotg->wq_otg, &hsotg->start_work, in dwc2_hcd_start()
4197 start_work.work); in dwc2_hcd_start_func()
5230 INIT_DELAYED_WORK(&hsotg->start_work, dwc2_hcd_start_func); in dwc2_hcd_init()