Searched refs:clear_work (Results 1 – 3 of 3) sorted by relevance
115 struct clear_hold_work clear_work[MAX_NUM_ENDPOINTS]; member252 cancel_work_sync(&mdev->clear_work[channel].ws); in hdm_poison_channel()364 mdev->clear_work[channel].pipe = urb->pipe; in hdm_write_completion()365 schedule_work(&mdev->clear_work[channel].ws); in hdm_write_completion()421 mdev->clear_work[channel].pipe = urb->pipe; in hdm_read_completion()422 schedule_work(&mdev->clear_work[channel].ws); in hdm_read_completion()584 mdev->clear_work[channel].channel = channel; in hdm_configure_channel()585 mdev->clear_work[channel].mdev = mdev; in hdm_configure_channel()731 struct most_dev *mdev = clear_work->mdev; in wq_clear_halt()732 unsigned int channel = clear_work->channel; in wq_clear_halt()[all …]
565 struct work_struct clear_work; member
789 container_of(work, struct usb_hub, tt.clear_work); in hub_tt_work()905 schedule_work(&tt->clear_work); in usb_hub_clear_tt_buffer()1344 flush_work(&hub->tt.clear_work); in hub_quiesce()1510 INIT_WORK(&hub->tt.clear_work, hub_tt_work); in hub_configure()
Completed in 15 milliseconds