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

/linux-4.1.27/include/linux/
H A Dextcon.h197 extern struct extcon_dev *extcon_dev_allocate(const char **cables);
279 static inline struct extcon_dev *extcon_dev_allocate(const char **cables) extcon_dev_allocate() function
/linux-4.1.27/drivers/extcon/
H A Dextcon.c597 * extcon_dev_allocate() - Allocate the memory of extcon device.
608 struct extcon_dev *extcon_dev_allocate(const char **supported_cable) extcon_dev_allocate() function
670 edev = extcon_dev_allocate(supported_cable); devm_extcon_dev_allocate()

Completed in 43 milliseconds