Searched refs:USB_EVENT_NONE (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/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 | 109 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.1.27/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 | twl4030_charger.c | 382 case USB_EVENT_NONE: in twl4030_bci_usb_work()
|
/linux-4.1.27/include/linux/usb/ |
D | phy.h | 25 USB_EVENT_NONE, /* no events or cable disconnected */ enumerator
|
/linux-4.1.27/drivers/usb/musb/ |
D | omap2430.c | 294 musb->xceiv->last_event = USB_EVENT_NONE; in omap_musb_set_mailbox()
|
D | musb_gadget.c | 1870 if (musb->xceiv->last_event == USB_EVENT_NONE) in musb_gadget_start() 1890 if (musb->xceiv->last_event == USB_EVENT_NONE) in musb_gadget_stop()
|