Symbol: usb_phy_set_event
drivers/phy/tegra/xusb.c
614
usb_phy_set_event(&port->usb_phy, to_usb_phy_event(role));
drivers/usb/chipidea/ci.h
296
usb_phy_set_event(ci->usb_phy, USB_EVENT_ID);
drivers/usb/chipidea/ci.h
299
usb_phy_set_event(ci->usb_phy, USB_EVENT_NONE);
drivers/usb/chipidea/ci.h
317
usb_phy_set_event(ci->usb_phy, USB_EVENT_NONE);
drivers/usb/chipidea/udc.c
1917
usb_phy_set_event(ci->usb_phy, USB_EVENT_VBUS);
drivers/usb/chipidea/udc.c
1919
usb_phy_set_event(ci->usb_phy, USB_EVENT_NONE);
drivers/usb/chipidea/udc.c
2246
usb_phy_set_event(ci->usb_phy,
drivers/usb/phy/phy-ab8500-usb.c
350
usb_phy_set_event(&ab->phy, USB_EVENT_NONE);
drivers/usb/phy/phy-ab8500-usb.c
365
usb_phy_set_event(&ab->phy, USB_EVENT_ENUMERATED);
drivers/usb/phy/phy-ab8500-usb.c
394
usb_phy_set_event(&ab->phy, USB_EVENT_CHARGER);
drivers/usb/phy/phy-ab8500-usb.c
457
usb_phy_set_event(&ab->phy, USB_EVENT_NONE);
drivers/usb/phy/phy-ab8500-usb.c
476
usb_phy_set_event(&ab->phy, USB_EVENT_ENUMERATED);
drivers/usb/phy/phy-ab8500-usb.c
504
usb_phy_set_event(&ab->phy, USB_EVENT_CHARGER);
drivers/usb/phy/phy-gpio-vbus-usb.c
127
usb_phy_set_event(&gpio_vbus->phy, USB_EVENT_ENUMERATED);
drivers/usb/phy/phy-gpio-vbus-usb.c
142
usb_phy_set_event(&gpio_vbus->phy, USB_EVENT_NONE);
drivers/usb/phy/phy-tahvo.c
103
usb_phy_set_event(&tu->phy, USB_EVENT_NONE);
drivers/usb/phy/phy-tahvo.c
84
usb_phy_set_event(&tu->phy, USB_EVENT_ENUMERATED);
drivers/usb/phy/phy.c
748
EXPORT_SYMBOL_GPL(usb_phy_set_event);
include/linux/usb/phy.h
226
extern void usb_phy_set_event(struct usb_phy *x, unsigned long event);