Searched refs:start_work (Results 1 – 11 of 11) sorted by relevance
/linux-6.6.21/sound/soc/codecs/aw88395/ |
D | aw88395.h | 53 struct delayed_work start_work; member
|
D | aw88395.c | 52 container_of(work, struct aw88395, start_work.work); in aw88395_startup_work() 79 &aw88395->start_work, in aw88395_start() 411 INIT_DELAYED_WORK(&aw88395->start_work, aw88395_startup_work); in aw88395_codec_probe() 435 cancel_delayed_work_sync(&aw88395->start_work); in aw88395_codec_remove()
|
/linux-6.6.21/drivers/scsi/cxlflash/ |
D | backend.h | 43 int (*start_work)(void *ctx_cookie, u64 irqs); member
|
D | cxl_hw.c | 174 .start_work = cxlflash_start_work,
|
D | superpipe.c | 1420 rc = cfg->ops->start_work(ctx, irqs); in cxlflash_disk_attach() 1554 rc = cfg->ops->start_work(ctx, ctxi->irqs); in recover_context()
|
D | ocxl_hw.c | 1396 .start_work = ocxlflash_start_work,
|
/linux-6.6.21/sound/soc/codecs/ |
D | aw88261.c | 689 container_of(work, struct aw88261, start_work.work); in aw88261_startup_work() 708 &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()
|
D | aw88261.h | 447 struct delayed_work start_work; member
|
/linux-6.6.21/tools/perf/bench/ |
D | numa.c | 146 bool start_work; member 1209 g->start_work = false; in worker_thread() 1211 while (!g->start_work) in worker_thread() 1641 g->start_work = true; in __bench_numa()
|
/linux-6.6.21/drivers/usb/dwc2/ |
D | core.h | 1157 struct delayed_work start_work; member
|
D | hcd.c | 1659 queue_delayed_work(hsotg->wq_otg, &hsotg->start_work, in dwc2_hcd_start() 4193 start_work.work); in dwc2_hcd_start_func() 5225 INIT_DELAYED_WORK(&hsotg->start_work, dwc2_hcd_start_func); in dwc2_hcd_init()
|