Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/power/
Dpda_power.c221 return (transceiver->last_event == USB_EVENT_VBUS || in otg_is_usb_online()
237 case USB_EVENT_VBUS: in otg_handle_notification()
Disp1704_charger.c254 case USB_EVENT_VBUS: in isp1704_charger_work()
500 if (isp->phy->last_event == USB_EVENT_VBUS && in isp1704_charger_probe()
Dtwl4030_charger.c718 case USB_EVENT_VBUS: in twl4030_bci_usb_work()
Drt9455_charger.c1439 case USB_EVENT_VBUS: in rt9455_usb_event()
Dab8500_charger.c3287 if (event != USB_EVENT_VBUS) { in ab8500_charger_usb_notifier_call()
/linux-4.4.14/include/linux/usb/
Dphy.h26 USB_EVENT_VBUS, /* vbus valid event */ enumerator
/linux-4.4.14/drivers/extcon/
Dextcon-axp288.c225 vbus_attach ? USB_EVENT_VBUS : USB_EVENT_NONE, NULL); in axp288_handle_chrg_det_event()
/linux-4.4.14/drivers/usb/phy/
Dphy-generic.c118 status = USB_EVENT_VBUS; in nop_gpio_vbus_thread()
Dphy-gpio-vbus-usb.c123 status = USB_EVENT_VBUS; in gpio_vbus_work()
/linux-4.4.14/drivers/usb/musb/
Domap2430.c284 musb->xceiv->last_event = USB_EVENT_VBUS; in omap_musb_set_mailbox()