Home
last modified time | relevance | path

Searched refs:extcon_dev_register (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/include/linux/
Dextcon.h186 extern int extcon_dev_register(struct extcon_dev *edev);
263 static inline int extcon_dev_register(struct extcon_dev *edev) in extcon_dev_register() function
/linux-4.1.27/drivers/extcon/
Dextcon.c701 int extcon_dev_register(struct extcon_dev *edev) in extcon_dev_register() function
897 EXPORT_SYMBOL_GPL(extcon_dev_register);
975 ret = extcon_dev_register(edev); in devm_extcon_dev_register()
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-class-extcon8 with extcon_dev_register.
/linux-4.1.27/Documentation/extcon/
Dporting-android-switch-class28 => extcon_dev_register(edev)
/linux-4.1.27/drivers/usb/phy/
Dphy-tahvo.c371 ret = extcon_dev_register(&tu->extcon); in tahvo_usb_probe()