Home
last modified time | relevance | path

Searched refs:extcon_dev_free (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/linux/
Dextcon.h183 extern void extcon_dev_free(struct extcon_dev *edev);
271 static inline void extcon_dev_free(struct extcon_dev *edev) { } in extcon_dev_free() function
/linux-4.4.14/drivers/extcon/
Dextcon.c690 void extcon_dev_free(struct extcon_dev *edev) in extcon_dev_free() function
694 EXPORT_SYMBOL_GPL(extcon_dev_free);
708 extcon_dev_free(*(struct extcon_dev **)res); in devm_extcon_dev_release()