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

/linux-4.4.14/drivers/usb/phy/
H A Dphy-omap-otg.c34 struct notifier_block vbus_nb; member in struct:otg_device
86 vbus_nb); omap_otg_vbus_notifier()
119 otg_dev->vbus_nb.notifier_call = omap_otg_vbus_notifier; omap_otg_probe()
125 ret = extcon_register_notifier(extcon, EXTCON_USB, &otg_dev->vbus_nb); omap_otg_probe()
152 extcon_unregister_notifier(edev, EXTCON_USB, &otg_dev->vbus_nb); omap_otg_remove()
/linux-4.4.14/drivers/usb/dwc3/
H A Ddwc3-omap.c132 struct notifier_block vbus_nb; member in struct:dwc3_omap
352 struct dwc3_omap *omap = container_of(nb, struct dwc3_omap, vbus_nb); dwc3_omap_vbus_notifier()
420 omap->vbus_nb.notifier_call = dwc3_omap_vbus_notifier; dwc3_omap_extcon_register()
422 &omap->vbus_nb); dwc3_omap_extcon_register()
532 extcon_unregister_notifier(omap->edev, EXTCON_USB, &omap->vbus_nb); dwc3_omap_probe()
550 extcon_unregister_notifier(omap->edev, EXTCON_USB, &omap->vbus_nb); dwc3_omap_remove()

Completed in 90 milliseconds