Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dextcon.h203 int extcon_unregister_notifier(struct extcon_dev *edev, unsigned int id,
259 static inline int extcon_unregister_notifier(struct extcon_dev *edev, in extcon_unregister_notifier() function
/Linux-v6.1/drivers/usb/gadget/udc/
Dsnps_udc_plat.c219 extcon_unregister_notifier(udc->edev, EXTCON_USB, &udc->nb); in udc_plat_probe()
248 extcon_unregister_notifier(dev->edev, EXTCON_USB, &dev->nb); in udc_plat_remove()
/Linux-v6.1/drivers/extcon/
Ddevres.c42 extcon_unregister_notifier(this->edev, this->id, this->nb); in devm_extcon_dev_notifier_unreg()
Dextcon.c932 int extcon_unregister_notifier(struct extcon_dev *edev, unsigned int id, in extcon_unregister_notifier() function
951 EXPORT_SYMBOL_GPL(extcon_unregister_notifier);
/Linux-v6.1/drivers/phy/qualcomm/
Dphy-qcom-usb-hs.c185 extcon_unregister_notifier(uphy->vbus_edev, EXTCON_USB, in qcom_usb_hs_phy_power_off()
/Linux-v6.1/drivers/usb/dwc3/
Ddrd.c595 extcon_unregister_notifier(dwc->edev, EXTCON_USB_HOST, in dwc3_drd_exit()
/Linux-v6.1/drivers/gpu/drm/bridge/
Dsil-sii8620.c2354 extcon_unregister_notifier(ctx->extcon, EXTCON_DISP_MHL, in sii8620_remove()