Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dextcon.h197 extern struct extcon_dev *extcon_dev_allocate(const char **cables);
279 static inline struct extcon_dev *extcon_dev_allocate(const char **cables) in extcon_dev_allocate() function
/linux-4.1.27/drivers/extcon/
Dextcon.c608 struct extcon_dev *extcon_dev_allocate(const char **supported_cable) in extcon_dev_allocate() function
670 edev = extcon_dev_allocate(supported_cable); in devm_extcon_dev_allocate()