Home
last modified time | relevance | path

Searched refs:vbus_nb (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/usb/phy/
Dphy-omap-otg.c35 struct notifier_block vbus_nb; member
87 vbus_nb); in omap_otg_vbus_notifier()
119 otg_dev->vbus_nb.notifier_call = omap_otg_vbus_notifier; in omap_otg_probe()
127 "USB", &otg_dev->vbus_nb); in omap_otg_probe()
/linux-4.1.27/drivers/usb/dwc3/
Ddwc3-omap.c133 struct notifier_block vbus_nb; member
388 struct dwc3_omap *omap = container_of(nb, struct dwc3_omap, vbus_nb); in dwc3_omap_vbus_notifier()
456 omap->vbus_nb.notifier_call = dwc3_omap_vbus_notifier; in dwc3_omap_extcon_register()
459 &omap->vbus_nb); in dwc3_omap_extcon_register()