Home
last modified time | relevance | path

Searched refs:id_nb (Results 1 – 5 of 5) 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/power/supply/
H A Daxp288_charger.c130 struct notifier_block id_nb; member
710 container_of(nb, struct axp288_chrg_info, otg.id_nb); in axp288_charger_handle_otg_evt()
931 info->otg.id_nb.notifier_call = axp288_charger_handle_otg_evt; in axp288_charger_probe()
934 EXTCON_USB_HOST, &info->otg.id_nb); in axp288_charger_probe()
/linux/drivers/usb/mtu3/
H A Dmtu3.h220 struct notifier_block id_nb; member
/linux/drivers/usb/host/
H A Dxhci-tegra.c307 struct notifier_block id_nb; member
1475 id_nb); in tegra_xhci_id_notify()
1506 tegra->id_nb.notifier_call = tegra_xhci_id_notify; in tegra_xusb_init_usb_phy()
1518 &tegra->id_nb); in tegra_xusb_init_usb_phy()