Searched refs:extcon_unregister_notifier (Results 1 – 9 of 9) sorted by relevance
| /linux-4.4.14/drivers/usb/phy/ |
| D | phy-omap-otg.c | 127 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()
|
| D | phy-qcom-8x16-usb.c | 387 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()
|
| D | phy-msm-usb.c | 1602 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/ |
| D | extcon.h | 236 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/ |
| D | dwc3-omap.c | 532 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/ |
| D | core.c | 800 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/ |
| D | sunxi.c | 287 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/ |
| D | axp288_charger.c | 912 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/ |
| D | extcon.c | 604 int extcon_unregister_notifier(struct extcon_dev *edev, unsigned int id, in extcon_unregister_notifier() function 621 EXPORT_SYMBOL_GPL(extcon_unregister_notifier);
|