Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/phy/
Dphy-omap-otg.c127 extcon_unregister_notifier(extcon, EXTCON_USB_HOST, in omap_otg_probe()
151 extcon_unregister_notifier(edev, EXTCON_USB_HOST,&otg_dev->id_nb); in omap_otg_remove()
152 extcon_unregister_notifier(edev, EXTCON_USB, &otg_dev->vbus_nb); in omap_otg_remove()
Dphy-qcom-8x16-usb.c387 extcon_unregister_notifier(qphy->vbus_edev, EXTCON_USB, in phy_8x16_probe()
403 extcon_unregister_notifier(qphy->vbus_edev, EXTCON_USB, in phy_8x16_remove()
Dphy-msm-usb.c1602 extcon_unregister_notifier(motg->vbus.extcon, in msm_otg_read_dt()
1843 extcon_unregister_notifier(motg->id.extcon, in msm_otg_probe()
1845 extcon_unregister_notifier(motg->vbus.extcon, in msm_otg_probe()
1868 extcon_unregister_notifier(motg->id.extcon, EXTCON_USB_HOST, &motg->id.nb); in msm_otg_remove()
1869 extcon_unregister_notifier(motg->vbus.extcon, EXTCON_USB, &motg->vbus.nb); in msm_otg_remove()
/linux-4.4.14/include/linux/
Dextcon.h236 extern int extcon_unregister_notifier(struct extcon_dev *edev, unsigned int id,
333 static inline int extcon_unregister_notifier(struct extcon_dev *edev, in extcon_unregister_notifier() function
/linux-4.4.14/drivers/usb/dwc3/
Ddwc3-omap.c532 extcon_unregister_notifier(omap->edev, EXTCON_USB, &omap->vbus_nb); in dwc3_omap_probe()
533 extcon_unregister_notifier(omap->edev, EXTCON_USB_HOST, &omap->id_nb); in dwc3_omap_probe()
550 extcon_unregister_notifier(omap->edev, EXTCON_USB, &omap->vbus_nb); in dwc3_omap_remove()
551 extcon_unregister_notifier(omap->edev, EXTCON_USB_HOST, &omap->id_nb); in dwc3_omap_remove()
/linux-4.4.14/drivers/usb/chipidea/
Dcore.c800 extcon_unregister_notifier(id->edev, EXTCON_USB_HOST, in ci_extcon_register()
816 extcon_unregister_notifier(cable->edev, EXTCON_USB_HOST, in ci_extcon_unregister()
821 extcon_unregister_notifier(cable->edev, EXTCON_USB, &cable->nb); in ci_extcon_unregister()
/linux-4.4.14/drivers/usb/musb/
Dsunxi.c287 extcon_unregister_notifier(glue->extcon, EXTCON_USB_HOST, in sunxi_musb_init()
313 extcon_unregister_notifier(glue->extcon, EXTCON_USB_HOST, in sunxi_musb_exit()
/linux-4.4.14/drivers/power/
Daxp288_charger.c912 extcon_unregister_notifier(info->cable.edev, EXTCON_NONE, &info->cable.nb); in axp288_charger_probe()
923 extcon_unregister_notifier(info->cable.edev, EXTCON_NONE, &info->cable.nb); in axp288_charger_remove()
/linux-4.4.14/drivers/extcon/
Dextcon.c604 int extcon_unregister_notifier(struct extcon_dev *edev, unsigned int id, in extcon_unregister_notifier() function
621 EXPORT_SYMBOL_GPL(extcon_unregister_notifier);