Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dextcon.h201 extern int extcon_unregister_notifier(struct extcon_dev *edev, unsigned int id,
257 static inline int extcon_unregister_notifier(struct extcon_dev *edev, in extcon_unregister_notifier() function
/Linux-v5.4/drivers/usb/gadget/udc/
Dsnps_udc_plat.c219 extcon_unregister_notifier(udc->edev, EXTCON_USB, &udc->nb); in udc_plat_probe()
253 extcon_unregister_notifier(dev->edev, EXTCON_USB, &dev->nb); in udc_plat_remove()
/Linux-v5.4/drivers/extcon/
Ddevres.c42 extcon_unregister_notifier(this->edev, this->id, this->nb); in devm_extcon_dev_notifier_unreg()
Dextcon.c928 int extcon_unregister_notifier(struct extcon_dev *edev, unsigned int id, in extcon_unregister_notifier() function
947 EXPORT_SYMBOL_GPL(extcon_unregister_notifier);
/Linux-v5.4/drivers/usb/dwc3/
Ddrd.c535 extcon_unregister_notifier(dwc->edev, EXTCON_USB_HOST, in dwc3_drd_exit()
/Linux-v5.4/drivers/gpu/drm/bridge/
Dsil-sii8620.c2350 extcon_unregister_notifier(ctx->extcon, EXTCON_DISP_MHL, in sii8620_remove()