Searched refs:coroutine (Results 1 – 2 of 2) sorted by relevance
544 schedule_delayed_work(&hostdata->coroutine, timeout); in NCR5380_set_timer()853 INIT_DELAYED_WORK(&hostdata->coroutine, NCR5380_main); in NCR5380_init()939 cancel_delayed_work_sync(&hostdata->coroutine); in NCR5380_exit()1019 schedule_delayed_work(&hostdata->coroutine, 0); in NCR5380_queue_command_lck()1040 container_of(work, struct NCR5380_hostdata, coroutine.work); in DEF_SCSI_QCMD()1227 schedule_delayed_work(&hostdata->coroutine, 0); in NCR5380_intr()
278 struct delayed_work coroutine; /* our co-routine */ member