Home
last modified time | relevance | path

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

/drivers/usb/phy/
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()
Dphy.c428 if (x->id_nb.notifier_call) { in usb_add_extcon()
438 &x->id_nb); in usb_add_extcon()
/drivers/extcon/
Dextcon-axp288.c105 struct notifier_block id_nb; member
297 container_of(nb, struct axp288_extcon_info, id_nb); in axp288_extcon_id_evt()
380 info->id_nb.notifier_call = axp288_extcon_id_evt; in axp288_extcon_probe()
457 &info->id_nb); in axp288_extcon_probe()
/drivers/usb/mtu3/
Dmtu3_dr.c189 container_of(nb, struct otg_switch_mtk, id_nb); in ssusb_id_notifier()
206 otg_sx->id_nb.notifier_call = ssusb_id_notifier; in ssusb_extcon_register()
208 &otg_sx->id_nb); in ssusb_extcon_register()
Dmtu3.h214 struct notifier_block id_nb; member
/drivers/usb/dwc3/
Ddwc3-omap.c129 struct notifier_block id_nb; member
345 struct dwc3_omap *omap = container_of(nb, struct dwc3_omap, id_nb); in dwc3_omap_id_notifier()
432 omap->id_nb.notifier_call = dwc3_omap_id_notifier; in dwc3_omap_extcon_register()
434 EXTCON_USB_HOST, &omap->id_nb); in dwc3_omap_extcon_register()
/drivers/phy/
Dphy-lgm-usb.c174 struct tca_apb *ta = container_of(nb, struct tca_apb, phy.id_nb); in id_notifier()
209 phy->id_nb.notifier_call = id_notifier; in phy_probe()
/drivers/power/supply/
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()
/drivers/usb/host/
Dxhci-tegra.c302 struct notifier_block id_nb; member
1467 id_nb); in tegra_xhci_id_notify()
1498 tegra->id_nb.notifier_call = tegra_xhci_id_notify; in tegra_xusb_init_usb_phy()
1510 &tegra->id_nb); in tegra_xusb_init_usb_phy()