Home
last modified time | relevance | path

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

/openbmc/linux/drivers/phy/tegra/
H A Dxusb.c569 cancel_work_sync(&port->usb_phy_work); in tegra_xusb_port_unregister()
611 usb_phy_work); in tegra_xusb_usb_phy_work()
629 schedule_work(&port->usb_phy_work); in tegra_xusb_role_sw_set()
642 schedule_work(&port->usb_phy_work); in tegra_xusb_set_peripheral()
654 schedule_work(&port->usb_phy_work); in tegra_xusb_set_host()
693 INIT_WORK(&port->usb_phy_work, tegra_xusb_usb_phy_work); in tegra_xusb_setup_usb_role_switch()
H A Dxusb.h286 struct work_struct usb_phy_work; member