Searched refs:clear_work (Results 1 – 3 of 3) sorted by relevance
115 struct clear_hold_work clear_work[MAX_NUM_ENDPOINTS]; member248 cancel_work_sync(&mdev->clear_work[channel].ws); in hdm_poison_channel()360 mdev->clear_work[channel].pipe = urb->pipe; in hdm_write_completion()361 schedule_work(&mdev->clear_work[channel].ws); in hdm_write_completion()514 mdev->clear_work[channel].pipe = urb->pipe; in hdm_read_completion()515 schedule_work(&mdev->clear_work[channel].ws); in hdm_read_completion()671 mdev->clear_work[channel].channel = channel; in hdm_configure_channel()672 mdev->clear_work[channel].mdev = mdev; in hdm_configure_channel()673 INIT_WORK(&mdev->clear_work[channel].ws, wq_clear_halt); in hdm_configure_channel()827 struct clear_hold_work *clear_work = to_clear_hold_work(wq_obj); in wq_clear_halt() local[all …]
562 struct work_struct clear_work; member
774 container_of(work, struct usb_hub, tt.clear_work); in hub_tt_work()890 schedule_work(&tt->clear_work); in usb_hub_clear_tt_buffer()1321 flush_work(&hub->tt.clear_work); in hub_quiesce()1487 INIT_WORK(&hub->tt.clear_work, hub_tt_work); in hub_configure()