Searched refs:vbus_nb (Results 1 – 2 of 2) sorted by relevance
/drivers/usb/phy/ |
D | phy-omap-otg.c | 34 struct notifier_block vbus_nb; member 86 vbus_nb); in omap_otg_vbus_notifier() 119 otg_dev->vbus_nb.notifier_call = omap_otg_vbus_notifier; in omap_otg_probe() 125 ret = extcon_register_notifier(extcon, EXTCON_USB, &otg_dev->vbus_nb); in omap_otg_probe() 152 extcon_unregister_notifier(edev, EXTCON_USB, &otg_dev->vbus_nb); in omap_otg_remove()
|
/drivers/usb/dwc3/ |
D | dwc3-omap.c | 132 struct notifier_block vbus_nb; member 352 struct dwc3_omap *omap = container_of(nb, struct dwc3_omap, vbus_nb); in dwc3_omap_vbus_notifier() 420 omap->vbus_nb.notifier_call = dwc3_omap_vbus_notifier; in dwc3_omap_extcon_register() 422 &omap->vbus_nb); in dwc3_omap_extcon_register() 532 extcon_unregister_notifier(omap->edev, EXTCON_USB, &omap->vbus_nb); in dwc3_omap_probe() 550 extcon_unregister_notifier(omap->edev, EXTCON_USB, &omap->vbus_nb); in dwc3_omap_remove()
|