Searched refs:supported_cable (Results 1 – 7 of 7) sorted by relevance
123 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() argument617 edev->supported_cable = supported_cable; in extcon_dev_allocate()662 const char **supported_cable) in devm_extcon_dev_allocate() argument670 edev = extcon_dev_allocate(supported_cable); in devm_extcon_dev_allocate()[all …]
118 for (i = 0; data->edev->supported_cable[i]; i++) in adc_jack_probe()
380 const char **cable_names = info->edev->supported_cable; in sm5502_muic_cable_handler()
316 const char **cable_names = info->edev->supported_cable; in rt8973a_muic_cable_handler()
55 1. Define cable names at edev->supported_cable.70 1. edev->supported_cable = {"1", "2", NULL};
116 const char **supported_cable; member
368 tu->extcon.supported_cable = tahvo_cable; in tahvo_usb_probe()