Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/udc/
H A Dtegra-xudc.c506 struct work_struct usb_role_sw_work; member
781 usb_role_sw_work); in tegra_xudc_usb_role_sw_work()
825 schedule_work(&xudc->usb_role_sw_work); in tegra_xudc_update_data_role()
3875 INIT_WORK(&xudc->usb_role_sw_work, tegra_xudc_usb_role_sw_work); in tegra_xudc_probe()
3930 cancel_work_sync(&xudc->usb_role_sw_work); in tegra_xudc_remove()
4026 flush_work(&xudc->usb_role_sw_work); in tegra_xudc_suspend()
4052 schedule_work(&xudc->usb_role_sw_work); in tegra_xudc_resume()