Searched refs:USB_EVENT_NONE (Results 1 – 15 of 15) sorted by relevance
/linux-4.4.14/drivers/usb/phy/ |
D | phy-gpio-vbus-usb.c | 146 status = USB_EVENT_NONE; in gpio_vbus_work() 152 usb_phy_set_event(&gpio_vbus->phy, USB_EVENT_NONE); in gpio_vbus_work()
|
D | phy-ab8500-usb.c | 448 usb_phy_set_event(&ab->phy, USB_EVENT_NONE); in ab9540_usb_link_status_update() 531 usb_phy_set_event(&ab->phy, USB_EVENT_NONE); in ab9540_usb_link_status_update() 591 usb_phy_set_event(&ab->phy, USB_EVENT_NONE); in ab8540_usb_link_status_update() 657 usb_phy_set_event(&ab->phy, USB_EVENT_NONE); in ab8540_usb_link_status_update() 704 usb_phy_set_event(&ab->phy, USB_EVENT_NONE); in ab8505_usb_link_status_update() 790 usb_phy_set_event(&ab->phy, USB_EVENT_NONE); in ab8500_usb_link_status_update()
|
D | phy-generic.c | 132 status = USB_EVENT_NONE; in nop_gpio_vbus_thread()
|
D | phy-tahvo.c | 110 usb_phy_set_event(&tu->phy, USB_EVENT_NONE); in check_vbus_state()
|
D | phy-mv-usb.c | 443 usb_phy_set_event(&mvotg->phy, USB_EVENT_NONE); in mv_otg_work()
|
/linux-4.4.14/drivers/power/ |
D | isp1704_charger.c | 287 case USB_EVENT_NONE: in isp1704_charger_work() 496 if (isp->phy->last_event == USB_EVENT_NONE) in isp1704_charger_probe()
|
D | pda_power.c | 241 case USB_EVENT_NONE: in otg_handle_notification()
|
D | da9150-charger.c | 440 case USB_EVENT_NONE: in da9150_charger_otg_work()
|
D | bq25890_charger.c | 694 case USB_EVENT_NONE: in bq25890_usb_work()
|
D | twl4030_charger.c | 722 case USB_EVENT_NONE: in twl4030_bci_usb_work()
|
D | rt9455_charger.c | 1437 case USB_EVENT_NONE: in rt9455_usb_event()
|
/linux-4.4.14/include/linux/usb/ |
D | phy.h | 25 USB_EVENT_NONE, /* no events or cable disconnected */ enumerator
|
/linux-4.4.14/drivers/extcon/ |
D | extcon-axp288.c | 225 vbus_attach ? USB_EVENT_VBUS : USB_EVENT_NONE, NULL); in axp288_handle_chrg_det_event()
|
/linux-4.4.14/drivers/usb/musb/ |
D | omap2430.c | 294 musb->xceiv->last_event = USB_EVENT_NONE; in omap_musb_set_mailbox()
|
D | musb_gadget.c | 1918 if (musb->xceiv->last_event == USB_EVENT_NONE) in musb_gadget_start() 1938 if (musb->xceiv->last_event == USB_EVENT_NONE) in musb_gadget_stop()
|