Home
last modified time | relevance | path

Searched refs:USB_EVENT_ID (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/usb/
H A Dphy.h30 USB_EVENT_ID, /* id was grounded */ enumerator
/linux/drivers/power/supply/
H A Dda9150-charger.c429 case USB_EVENT_ID: in da9150_charger_otg_work()
H A Dbq25890_charger.c1125 case USB_EVENT_ID: in bq25890_usb_work()
H A Drt9455_charger.c1433 case USB_EVENT_ID: in rt9455_usb_event()
H A Dbq256xx_charger.c379 case USB_EVENT_ID: in bq256xx_usb_work()
/linux/drivers/usb/host/
H A Dxhci-tegra.c1472 if ((tegra->host_mode && usbphy->last_event == USB_EVENT_ID) || in tegra_xhci_id_notify()
1473 (!tegra->host_mode && usbphy->last_event != USB_EVENT_ID)) { in tegra_xhci_id_notify()
1481 tegra->host_mode = (usbphy->last_event == USB_EVENT_ID) ? true : false; in tegra_xhci_id_notify()