Searched refs:usb_phy_set_event (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/phy/ |
D | phy-ab8500-usb.c | 350 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()
|
D | phy-gpio-vbus-usb.c | 127 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()
|
D | phy-tahvo.c | 83 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()
|
D | phy.c | 721 void usb_phy_set_event(struct usb_phy *x, unsigned long event) in usb_phy_set_event() function 725 EXPORT_SYMBOL_GPL(usb_phy_set_event);
|
D | phy-mv-usb.c | 430 usb_phy_set_event(&mvotg->phy, USB_EVENT_NONE); in mv_otg_work() 435 usb_phy_set_event(&mvotg->phy, USB_EVENT_ENUMERATED); in mv_otg_work()
|
/kernel/linux/linux-5.10/include/linux/usb/ |
D | phy.h | 227 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
|
/kernel/linux/linux-5.10/drivers/phy/tegra/ |
D | xusb.c | 601 usb_phy_set_event(&port->usb_phy, to_usb_phy_event(role)); in tegra_xusb_usb_phy_work()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0034_linux_drivers_usb_vfio_wdt_tty_uio.patch | 3987 + usb_phy_set_event(ci->usb_phy, USB_EVENT_VBUS); 3989 + usb_phy_set_event(ci->usb_phy, USB_EVENT_NONE); 4000 + usb_phy_set_event(ci->usb_phy,
|