Home
last modified time | relevance | path

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

/linux-6.6.21/sound/soc/codecs/aw88395/
Daw88395.h53 struct delayed_work start_work; member
Daw88395.c52 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/
Dbackend.h43 int (*start_work)(void *ctx_cookie, u64 irqs); member
Dcxl_hw.c174 .start_work = cxlflash_start_work,
Dsuperpipe.c1420 rc = cfg->ops->start_work(ctx, irqs); in cxlflash_disk_attach()
1554 rc = cfg->ops->start_work(ctx, ctxi->irqs); in recover_context()
Docxl_hw.c1396 .start_work = ocxlflash_start_work,
/linux-6.6.21/sound/soc/codecs/
Daw88261.c689 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()
Daw88261.h447 struct delayed_work start_work; member
/linux-6.6.21/tools/perf/bench/
Dnuma.c146 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/
Dcore.h1157 struct delayed_work start_work; member
Dhcd.c1659 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()