Searched refs:start_work (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/sound/soc/codecs/aw88395/ |
| H A D | aw88395.h | 53 struct delayed_work start_work; member
|
| H A D | aw88395.c | 52 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 D | aw88081.c | 25 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 D | aw88261.c | 690 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 D | aw88261.h | 447 struct delayed_work start_work; member
|
| H A D | aw88166.c | 23 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 D | aw88399.h | 590 struct delayed_work start_work; member
|
| H A D | aw88399.c | 1258 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 D | numa.c | 148 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 D | core.h | 1183 struct delayed_work start_work; member
|
| H A D | hcd.c | 1659 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()
|