Home
last modified time | relevance | path

Searched refs:supported_cable (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/extcon/
Dextcon.c123 if (!edev->supported_cable[i]) in state_show()
126 edev->supported_cable[i], in state_show()
177 cable->edev->supported_cable[cable->cable_index]); in cable_name_show()
300 if (edev->supported_cable) { in extcon_find_cable_index()
301 for (i = 0; edev->supported_cable[i]; i++) { in extcon_find_cable_index()
302 if (!strncmp(edev->supported_cable[i], in extcon_find_cable_index()
608 struct extcon_dev *extcon_dev_allocate(const char **supported_cable) in extcon_dev_allocate() argument
617 edev->supported_cable = supported_cable; in extcon_dev_allocate()
662 const char **supported_cable) in devm_extcon_dev_allocate() argument
670 edev = extcon_dev_allocate(supported_cable); in devm_extcon_dev_allocate()
[all …]
Dextcon-adc-jack.c118 for (i = 0; data->edev->supported_cable[i]; i++) in adc_jack_probe()
Dextcon-sm5502.c380 const char **cable_names = info->edev->supported_cable; in sm5502_muic_cable_handler()
Dextcon-rt8973a.c316 const char **cable_names = info->edev->supported_cable; in rt8973a_muic_cable_handler()
/linux-4.1.27/Documentation/extcon/
Dporting-android-switch-class55 1. Define cable names at edev->supported_cable.
70 1. edev->supported_cable = {"1", "2", NULL};
/linux-4.1.27/include/linux/
Dextcon.h116 const char **supported_cable; member
/linux-4.1.27/drivers/usb/phy/
Dphy-tahvo.c368 tu->extcon.supported_cable = tahvo_cable; in tahvo_usb_probe()