Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/phy/
Dphy-omap-otg.c36 struct notifier_block id_nb; member
75 struct otg_device *otg_dev = container_of(nb, struct otg_device, id_nb); in omap_otg_id_notifier()
118 otg_dev->id_nb.notifier_call = omap_otg_id_notifier; in omap_otg_probe()
122 "USB-HOST", &otg_dev->id_nb); in omap_otg_probe()
/linux-4.1.27/drivers/usb/dwc3/
Ddwc3-omap.c134 struct notifier_block id_nb; member
375 struct dwc3_omap *omap = container_of(nb, struct dwc3_omap, id_nb); in dwc3_omap_id_notifier()
463 omap->id_nb.notifier_call = dwc3_omap_id_notifier; in dwc3_omap_extcon_register()
466 &omap->id_nb); in dwc3_omap_extcon_register()