Home
last modified time | relevance | path

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

/linux/drivers/usb/phy/
H A Dphy.c744 void usb_phy_set_event(struct usb_phy *x, unsigned long event) in usb_phy_set_event() function
748 EXPORT_SYMBOL_GPL(usb_phy_set_event);
/linux/drivers/usb/chipidea/
H A Dudc.c1903 usb_phy_set_event(ci->usb_phy, USB_EVENT_VBUS); in ci_udc_vbus_session()
1905 usb_phy_set_event(ci->usb_phy, USB_EVENT_NONE); in ci_udc_vbus_session()
2230 usb_phy_set_event(ci->usb_phy, in udc_irq()
/linux/drivers/phy/tegra/
H A Dxusb.c614 usb_phy_set_event(&port->usb_phy, to_usb_phy_event(role)); in tegra_xusb_usb_phy_work()