Home
last modified time | relevance | path

Searched refs:USB_EVENT_VBUS (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/drivers/usb/phy/
H A Dphy-generic.c113 status = USB_EVENT_VBUS; in nop_gpio_vbus_thread()
186 USB_EVENT_VBUS, otg->gadget); in nop_set_peripheral()
H A Dphy-gpio-vbus-usb.c113 status = USB_EVENT_VBUS; in gpio_vbus_work()
H A Dphy-mxs-usb.c410 || (last_event == USB_EVENT_VBUS))) in mxs_phy_disconnect_line()
/openbmc/linux/drivers/power/supply/
H A Disp1704_charger.c232 case USB_EVENT_VBUS: in isp1704_charger_work()
465 if (isp->phy->last_event == USB_EVENT_VBUS && in isp1704_charger_probe()
H A Dtwl4030_charger.c655 case USB_EVENT_VBUS: in twl4030_bci_usb_work()
H A Drt9455_charger.c1431 case USB_EVENT_VBUS: in rt9455_usb_event()
H A Dab8500_charger.c3197 if (event != USB_EVENT_VBUS) { in ab8500_charger_usb_notifier_call()
/openbmc/linux/include/linux/usb/
H A Dphy.h29 USB_EVENT_VBUS, /* vbus valid event */ enumerator
/openbmc/linux/drivers/usb/musb/
H A Djz4740.c93 atomic_notifier_call_chain(&phy->notifier, USB_EVENT_VBUS, phy); in jz4740_musb_role_switch_set()
H A Domap2430.c137 musb->xceiv->last_event = USB_EVENT_VBUS; in omap_musb_set_mailbox()
/openbmc/linux/drivers/usb/gadget/udc/
H A Dtegra-xudc.c803 if ((xudc->device_mode && usbphy->last_event == USB_EVENT_VBUS) || in tegra_xudc_update_data_role()
804 (!xudc->device_mode && usbphy->last_event != USB_EVENT_VBUS)) { in tegra_xudc_update_data_role()
810 xudc->device_mode = (usbphy->last_event == USB_EVENT_VBUS) ? true : in tegra_xudc_update_data_role()
H A Dpxa27x_udc.c1596 case USB_EVENT_VBUS: in pxa_udc_phy_event()
/openbmc/linux/drivers/usb/fotg210/
H A Dfotg210-udc.c1136 case USB_EVENT_VBUS: in fotg210_phy_event()
/openbmc/linux/drivers/phy/tegra/
H A Dxusb.c597 return USB_EVENT_VBUS; in to_usb_phy_event()
/openbmc/linux/drivers/usb/chipidea/
H A Dudc.c1735 usb_phy_set_event(ci->usb_phy, USB_EVENT_VBUS); in ci_udc_vbus_session()