Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/phy/
Dphy-ab8500-usb.c348 usb_phy_set_event(&ab->phy, USB_EVENT_NONE); in ab8505_usb_link_status_update()
362 usb_phy_set_event(&ab->phy, USB_EVENT_ENUMERATED); in ab8505_usb_link_status_update()
390 usb_phy_set_event(&ab->phy, USB_EVENT_CHARGER); in ab8505_usb_link_status_update()
434 usb_phy_set_event(&ab->phy, USB_EVENT_NONE); in ab8500_usb_link_status_update()
452 usb_phy_set_event(&ab->phy, USB_EVENT_ENUMERATED); in ab8500_usb_link_status_update()
479 usb_phy_set_event(&ab->phy, USB_EVENT_CHARGER); in ab8500_usb_link_status_update()
Dphy-gpio-vbus-usb.c134 usb_phy_set_event(&gpio_vbus->phy, USB_EVENT_ENUMERATED); in gpio_vbus_work()
149 usb_phy_set_event(&gpio_vbus->phy, USB_EVENT_NONE); in gpio_vbus_work()
Dphy-tahvo.c83 usb_phy_set_event(&tu->phy, USB_EVENT_ENUMERATED); in check_vbus_state()
102 usb_phy_set_event(&tu->phy, USB_EVENT_NONE); in check_vbus_state()
Dphy.c709 void usb_phy_set_event(struct usb_phy *x, unsigned long event) in usb_phy_set_event() function
713 EXPORT_SYMBOL_GPL(usb_phy_set_event);
Dphy-mv-usb.c434 usb_phy_set_event(&mvotg->phy, USB_EVENT_NONE); in mv_otg_work()
439 usb_phy_set_event(&mvotg->phy, USB_EVENT_ENUMERATED); in mv_otg_work()
/Linux-v4.19/include/linux/usb/
Dphy.h227 extern void usb_phy_set_event(struct usb_phy *x, unsigned long event);
266 static inline void usb_phy_set_event(struct usb_phy *x, unsigned long event) in usb_phy_set_event() function