Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/cxlflash/
Dbackend.h47 int (*start_work)(void *ctx_cookie, u64 irqs); member
Dcxl_hw.c178 .start_work = cxlflash_start_work,
Dsuperpipe.c1424 rc = cfg->ops->start_work(ctx, irqs); in cxlflash_disk_attach()
1558 rc = cfg->ops->start_work(ctx, ctxi->irqs); in recover_context()
Docxl_hw.c1415 .start_work = ocxlflash_start_work,
/Linux-v4.19/drivers/usb/dwc2/
Dcore.h1121 struct delayed_work start_work; member
Dhcd.c1892 queue_delayed_work(hsotg->wq_otg, &hsotg->start_work, in dwc2_hcd_start()
4352 start_work.work); in dwc2_hcd_start_func()
5257 INIT_DELAYED_WORK(&hsotg->start_work, dwc2_hcd_start_func); in dwc2_hcd_init()