Home
last modified time | relevance | path

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

/Linux-v4.19/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.c379 if (x->id_nb.notifier_call) { in usb_add_extcon()
389 &x->id_nb); in usb_add_extcon()
/Linux-v4.19/drivers/extcon/
Dextcon-axp288.c112 struct notifier_block id_nb; member
294 container_of(nb, struct axp288_extcon_info, id_nb); in axp288_extcon_id_evt()
348 info->id_nb.notifier_call = axp288_extcon_id_evt; in axp288_extcon_probe()
417 &info->id_nb); in axp288_extcon_probe()
/Linux-v4.19/drivers/usb/dwc3/
Ddwc3-omap.c124 struct notifier_block id_nb; member
340 struct dwc3_omap *omap = container_of(nb, struct dwc3_omap, id_nb); in dwc3_omap_id_notifier()
427 omap->id_nb.notifier_call = dwc3_omap_id_notifier; in dwc3_omap_extcon_register()
429 EXTCON_USB_HOST, &omap->id_nb); in dwc3_omap_extcon_register()
/Linux-v4.19/drivers/usb/mtu3/
Dmtu3_dr.c207 container_of(nb, struct otg_switch_mtk, id_nb); in ssusb_id_notifier()
244 otg_sx->id_nb.notifier_call = ssusb_id_notifier; in ssusb_extcon_register()
246 &otg_sx->id_nb); in ssusb_extcon_register()
Dmtu3.h215 struct notifier_block id_nb; member
/Linux-v4.19/drivers/power/supply/
Daxp288_charger.c132 struct notifier_block id_nb; member
638 container_of(nb, struct axp288_chrg_info, otg.id_nb); in axp288_charger_handle_otg_evt()
821 info->otg.id_nb.notifier_call = axp288_charger_handle_otg_evt; in axp288_charger_probe()
824 EXTCON_USB_HOST, &info->otg.id_nb); in axp288_charger_probe()
/Linux-v4.19/include/linux/usb/
Dphy.h106 struct notifier_block id_nb; member