Home
last modified time | relevance | path

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

/linux/drivers/usb/phy/
H A Dphy-omap-otg.c27 struct notifier_block id_nb; member
66 struct otg_device *otg_dev = container_of(nb, struct otg_device, id_nb); in omap_otg_id_notifier()
110 otg_dev->id_nb.notifier_call = omap_otg_id_notifier; in omap_otg_probe()
114 EXTCON_USB_HOST, &otg_dev->id_nb); in omap_otg_probe()
H A Dphy.c421 if (x->id_nb.notifier_call) { in usb_add_extcon()
431 &x->id_nb); in usb_add_extcon()
/linux/drivers/usb/mtu3/
H A Dmtu3.h220 struct notifier_block id_nb; member