Searched refs:USB_EVENT_VBUS (Results 1 – 13 of 13) sorted by relevance
/linux/drivers/usb/phy/ |
H A D | phy-generic.c | 113 status = USB_EVENT_VBUS; in nop_gpio_vbus_thread() 181 USB_EVENT_VBUS, otg->gadget); in nop_set_peripheral()
|
H A D | phy-gpio-vbus-usb.c | 113 status = USB_EVENT_VBUS; in gpio_vbus_work()
|
/linux/drivers/power/supply/ |
H A D | isp1704_charger.c | 232 case USB_EVENT_VBUS: in isp1704_charger_work() 465 if (isp->phy->last_event == USB_EVENT_VBUS && in isp1704_charger_probe()
|
H A D | twl4030_charger.c | 654 case USB_EVENT_VBUS: in twl4030_bci_usb_work()
|
H A D | rt9455_charger.c | 1295 * USB_EVENT_VBUS, this means the consumer device powered by the in rt9455_usb_event_vbus() 1299 dev_dbg(dev, "USB_EVENT_VBUS received, therefore the charger goes into charge mode\n"); in rt9455_usb_event_vbus() 1308 dev_dbg(dev, "USB_EVENT_VBUS received, therefore IAICR is set to 500 mA\n"); in rt9455_usb_event_vbus() 1431 case USB_EVENT_VBUS: in rt9455_usb_event()
|
H A D | ab8500_charger.c | 3207 if (event != USB_EVENT_VBUS) { in ab8500_charger_usb_notifier_call()
|
/linux/include/linux/usb/ |
H A D | phy.h | 29 USB_EVENT_VBUS, /* vbus valid event */ enumerator
|
/linux/drivers/usb/musb/ |
H A D | jz4740.c | 93 atomic_notifier_call_chain(&phy->notifier, USB_EVENT_VBUS, phy); in jz4740_musb_role_switch_set()
|
H A D | omap2430.c | 137 musb->xceiv->last_event = USB_EVENT_VBUS; in omap_musb_set_mailbox()
|
/linux/drivers/usb/gadget/udc/ |
H A D | tegra-xudc.c | 803 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()
|
/linux/drivers/usb/fotg210/ |
H A D | fotg210-udc.c | 1136 case USB_EVENT_VBUS: in fotg210_phy_event()
|
/linux/drivers/phy/tegra/ |
H A D | xusb.c | 597 return USB_EVENT_VBUS; in to_usb_phy_event()
|
/linux/drivers/usb/chipidea/ |
H A D | udc.c | 1896 usb_phy_set_event(ci->usb_phy, USB_EVENT_VBUS); in ci_udc_vbus_session()
|