Searched refs:id_nb (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/usb/phy/
H A Dphy-omap-otg.c27 struct notifier_block id_nb; member in struct:otg_device
66 struct otg_device *otg_dev = container_of(nb, struct otg_device, id_nb);
110 otg_dev->id_nb.notifier_call = omap_otg_id_notifier;
114 EXTCON_USB_HOST, &otg_dev->id_nb);
H A Dphy.c428 if (x->id_nb.notifier_call) {
438 &x->id_nb);
/linux-master/drivers/usb/mtu3/
H A Dmtu3_dr.c189 container_of(nb, struct otg_switch_mtk, id_nb);
206 otg_sx->id_nb.notifier_call = ssusb_id_notifier;
208 &otg_sx->id_nb);
H A Dmtu3.h200 * @id_nb : notifier for iddig(idpin) detection
214 struct notifier_block id_nb; member in struct:otg_switch_mtk
/linux-master/drivers/extcon/
H A Dextcon-axp288.c105 struct notifier_block id_nb; member in struct:axp288_extcon_info
297 container_of(nb, struct axp288_extcon_info, id_nb);
380 info->id_nb.notifier_call = axp288_extcon_id_evt;
457 &info->id_nb);
/linux-master/drivers/usb/dwc3/
H A Ddwc3-omap.c129 struct notifier_block id_nb; member in struct:dwc3_omap
345 struct dwc3_omap *omap = container_of(nb, struct dwc3_omap, id_nb);
432 omap->id_nb.notifier_call = dwc3_omap_id_notifier;
434 EXTCON_USB_HOST, &omap->id_nb);
/linux-master/drivers/phy/
H A Dphy-lgm-usb.c174 struct tca_apb *ta = container_of(nb, struct tca_apb, phy.id_nb);
209 phy->id_nb.notifier_call = id_notifier;
/linux-master/drivers/power/supply/
H A Daxp288_charger.c130 struct notifier_block id_nb; member in struct:axp288_chrg_info::__anon579
710 container_of(nb, struct axp288_chrg_info, otg.id_nb);
931 info->otg.id_nb.notifier_call = axp288_charger_handle_otg_evt;
934 EXTCON_USB_HOST, &info->otg.id_nb);
/linux-master/include/linux/usb/
H A Dphy.h106 struct notifier_block id_nb; member in struct:usb_phy
/linux-master/drivers/usb/host/
H A Dxhci-tegra.c302 struct notifier_block id_nb; member in struct:tegra_xusb
1467 id_nb);
1498 tegra->id_nb.notifier_call = tegra_xhci_id_notify;
1510 &tegra->id_nb);

Completed in 225 milliseconds