id_nb             104 drivers/extcon/extcon-axp288.c 	struct notifier_block id_nb;
id_nb             288 drivers/extcon/extcon-axp288.c 		container_of(nb, struct axp288_extcon_info, id_nb);
id_nb             342 drivers/extcon/extcon-axp288.c 	info->id_nb.notifier_call = axp288_extcon_id_evt;
id_nb             412 drivers/extcon/extcon-axp288.c 							&info->id_nb);
id_nb             126 drivers/power/supply/axp288_charger.c 		struct notifier_block id_nb;
id_nb             679 drivers/power/supply/axp288_charger.c 	    container_of(nb, struct axp288_chrg_info, otg.id_nb);
id_nb             869 drivers/power/supply/axp288_charger.c 	info->otg.id_nb.notifier_call = axp288_charger_handle_otg_evt;
id_nb             872 drivers/power/supply/axp288_charger.c 					EXTCON_USB_HOST, &info->otg.id_nb);
id_nb             129 drivers/usb/dwc3/dwc3-omap.c 	struct notifier_block	id_nb;
id_nb             345 drivers/usb/dwc3/dwc3-omap.c 	struct dwc3_omap *omap = container_of(nb, struct dwc3_omap, id_nb);
id_nb             432 drivers/usb/dwc3/dwc3-omap.c 		omap->id_nb.notifier_call = dwc3_omap_id_notifier;
id_nb             434 drivers/usb/dwc3/dwc3-omap.c 						EXTCON_USB_HOST, &omap->id_nb);
id_nb             215 drivers/usb/mtu3/mtu3.h 	struct notifier_block id_nb;
id_nb             219 drivers/usb/mtu3/mtu3_dr.c 		container_of(nb, struct otg_switch_mtk, id_nb);
id_nb             258 drivers/usb/mtu3/mtu3_dr.c 	otg_sx->id_nb.notifier_call = ssusb_id_notifier;
id_nb             260 drivers/usb/mtu3/mtu3_dr.c 					&otg_sx->id_nb);
id_nb              27 drivers/usb/phy/phy-omap-otg.c 	struct notifier_block		id_nb;
id_nb              66 drivers/usb/phy/phy-omap-otg.c 	struct otg_device *otg_dev = container_of(nb, struct otg_device, id_nb);
id_nb             110 drivers/usb/phy/phy-omap-otg.c 	otg_dev->id_nb.notifier_call = omap_otg_id_notifier;
id_nb             114 drivers/usb/phy/phy-omap-otg.c 					EXTCON_USB_HOST, &otg_dev->id_nb);
id_nb             379 drivers/usb/phy/phy.c 		if (x->id_nb.notifier_call) {
id_nb             389 drivers/usb/phy/phy.c 							    &x->id_nb);
id_nb             106 include/linux/usb/phy.h 	struct notifier_block	id_nb;