Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/phy/tegra/
H A Dxusb.c557 cancel_work_sync(&port->usb_phy_work); in tegra_xusb_port_unregister()
598 usb_phy_work); in tegra_xusb_usb_phy_work()
616 schedule_work(&port->usb_phy_work); in tegra_xusb_role_sw_set()
629 schedule_work(&port->usb_phy_work); in tegra_xusb_set_peripheral()
641 schedule_work(&port->usb_phy_work); in tegra_xusb_set_host()
676 INIT_WORK(&port->usb_phy_work, tegra_xusb_usb_phy_work); in tegra_xusb_setup_usb_role_switch()
H A Dxusb.h271 struct work_struct usb_phy_work; member