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

/linux-4.1.27/include/linux/
H A Dextcon.h198 extern void extcon_dev_free(struct extcon_dev *edev);
284 static inline void extcon_dev_free(struct extcon_dev *edev) { } extcon_dev_free() function
/linux-4.1.27/drivers/extcon/
H A Dextcon.c623 * extcon_dev_free() - Free the memory of extcon device.
626 void extcon_dev_free(struct extcon_dev *edev) extcon_dev_free() function
630 EXPORT_SYMBOL_GPL(extcon_dev_free); variable
644 extcon_dev_free(*(struct extcon_dev **)res); devm_extcon_dev_release()

Completed in 44 milliseconds