Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dextcon.h187 extern void extcon_dev_unregister(struct extcon_dev *edev);
268 static inline void extcon_dev_unregister(struct extcon_dev *edev) { } in extcon_dev_unregister() function
/linux-4.1.27/drivers/usb/phy/
Dphy-tahvo.c427 extcon_dev_unregister(&tu->extcon); in tahvo_usb_probe()
442 extcon_dev_unregister(&tu->extcon); in tahvo_usb_remove()
/linux-4.1.27/drivers/extcon/
Dextcon.c906 void extcon_dev_unregister(struct extcon_dev *edev) in extcon_dev_unregister() function
944 EXPORT_SYMBOL_GPL(extcon_dev_unregister);
948 extcon_dev_unregister(*(struct extcon_dev **)res); in devm_extcon_dev_unreg()
/linux-4.1.27/Documentation/extcon/
Dporting-android-switch-class33 => extcon_dev_unregister(edev)