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()586 INIT_WORK(&mdev->clear_work[channel].ws, wq_clear_halt); in hdm_configure_channel()730 struct clear_hold_work *clear_work = to_clear_hold_work(wq_obj); in wq_clear_halt() local[all …]
571 struct work_struct clear_work; member
795 container_of(work, struct usb_hub, tt.clear_work); in hub_tt_work()911 schedule_work(&tt->clear_work); in usb_hub_clear_tt_buffer()1350 flush_work(&hub->tt.clear_work); in hub_quiesce()1516 INIT_WORK(&hub->tt.clear_work, hub_tt_work); in hub_configure()