Searched refs:id_nb (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/usb/phy/
H A Dphy-omap-otg.c35 struct notifier_block id_nb; member in struct:otg_device
74 struct otg_device *otg_dev = container_of(nb, struct otg_device, id_nb); omap_otg_id_notifier()
118 otg_dev->id_nb.notifier_call = omap_otg_id_notifier; omap_otg_probe()
121 ret = extcon_register_notifier(extcon, EXTCON_USB_HOST, &otg_dev->id_nb); omap_otg_probe()
128 &otg_dev->id_nb); omap_otg_probe()
151 extcon_unregister_notifier(edev, EXTCON_USB_HOST,&otg_dev->id_nb); omap_otg_remove()
/linux-4.4.14/drivers/usb/dwc3/
H A Ddwc3-omap.c133 struct notifier_block id_nb; member in struct:dwc3_omap
339 struct dwc3_omap *omap = container_of(nb, struct dwc3_omap, id_nb); dwc3_omap_id_notifier()
426 omap->id_nb.notifier_call = dwc3_omap_id_notifier; dwc3_omap_extcon_register()
428 &omap->id_nb); dwc3_omap_extcon_register()
533 extcon_unregister_notifier(omap->edev, EXTCON_USB_HOST, &omap->id_nb); dwc3_omap_probe()
551 extcon_unregister_notifier(omap->edev, EXTCON_USB_HOST, &omap->id_nb); dwc3_omap_remove()
/linux-4.4.14/drivers/power/
H A Daxp288_charger.c162 struct notifier_block id_nb; member in struct:axp288_chrg_info::__anon8849
694 container_of(nb, struct axp288_chrg_info, otg.id_nb); axp288_charger_handle_otg_evt()
873 info->otg.id_nb.notifier_call = axp288_charger_handle_otg_evt; axp288_charger_probe()
875 &info->otg.id_nb); axp288_charger_probe()

Completed in 120 milliseconds