Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dextcon.h172 extern void extcon_dev_unregister(struct extcon_dev *edev);
255 static inline void extcon_dev_unregister(struct extcon_dev *edev) { } in extcon_dev_unregister() function
/linux-4.4.14/drivers/extcon/
Dextcon.c978 void extcon_dev_unregister(struct extcon_dev *edev) in extcon_dev_unregister() function
1019 EXPORT_SYMBOL_GPL(extcon_dev_unregister);
1023 extcon_dev_unregister(*(struct extcon_dev **)res); in devm_extcon_dev_unreg()
/linux-4.4.14/Documentation/extcon/
Dporting-android-switch-class33 => extcon_dev_unregister(edev)