Home
last modified time | relevance | path

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

/linux/include/linux/
H A 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/drivers/extcon/
H A Ddevres.c42 extcon_unregister_notifier(this->edev, this->id, this->nb); in devm_extcon_dev_notifier_unreg()
H A Dextcon.c942 int extcon_unregister_notifier(struct extcon_dev *edev, unsigned int id, in extcon_unregister_notifier() function
961 EXPORT_SYMBOL_GPL(extcon_unregister_notifier);
/linux/drivers/phy/qualcomm/
H A Dphy-qcom-usb-hs.c185 extcon_unregister_notifier(uphy->vbus_edev, EXTCON_USB, in qcom_usb_hs_phy_power_off()