Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/chipidea/
H A Dci.h296 usb_phy_set_event(ci->usb_phy, USB_EVENT_ID); in ci_role_start()
299 usb_phy_set_event(ci->usb_phy, USB_EVENT_NONE); in ci_role_start()
317 usb_phy_set_event(ci->usb_phy, USB_EVENT_NONE); in ci_role_stop()
H A Dudc.c1896 usb_phy_set_event(ci->usb_phy, USB_EVENT_VBUS); in ci_udc_vbus_session()
1898 usb_phy_set_event(ci->usb_phy, USB_EVENT_NONE); in ci_udc_vbus_session()
2218 usb_phy_set_event(ci->usb_phy, in udc_irq()
/linux-6.15/drivers/usb/phy/
H A Dphy-ab8500-usb.c350 usb_phy_set_event(&ab->phy, USB_EVENT_NONE); in ab8505_usb_link_status_update()
365 usb_phy_set_event(&ab->phy, USB_EVENT_ENUMERATED); in ab8505_usb_link_status_update()
394 usb_phy_set_event(&ab->phy, USB_EVENT_CHARGER); in ab8505_usb_link_status_update()
457 usb_phy_set_event(&ab->phy, USB_EVENT_NONE); in ab8500_usb_link_status_update()
476 usb_phy_set_event(&ab->phy, USB_EVENT_ENUMERATED); in ab8500_usb_link_status_update()
504 usb_phy_set_event(&ab->phy, USB_EVENT_CHARGER); in ab8500_usb_link_status_update()
H A Dphy-gpio-vbus-usb.c127 usb_phy_set_event(&gpio_vbus->phy, USB_EVENT_ENUMERATED); in gpio_vbus_work()
142 usb_phy_set_event(&gpio_vbus->phy, USB_EVENT_NONE); in gpio_vbus_work()
H A Dphy-tahvo.c84 usb_phy_set_event(&tu->phy, USB_EVENT_ENUMERATED); in check_vbus_state()
103 usb_phy_set_event(&tu->phy, USB_EVENT_NONE); in check_vbus_state()
H A Dphy.c740 void usb_phy_set_event(struct usb_phy *x, unsigned long event) in usb_phy_set_event() function
744 EXPORT_SYMBOL_GPL(usb_phy_set_event);
H A Dphy-mv-usb.c431 usb_phy_set_event(&mvotg->phy, USB_EVENT_NONE); in mv_otg_work()
436 usb_phy_set_event(&mvotg->phy, USB_EVENT_ENUMERATED); in mv_otg_work()
/linux-6.15/include/linux/usb/
H A Dphy.h226 extern void usb_phy_set_event(struct usb_phy *x, unsigned long event);
261 static inline void usb_phy_set_event(struct usb_phy *x, unsigned long event) in usb_phy_set_event() function
/linux-6.15/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()