Lines Matching defs:supported_cable
268 /* Find the the index of extcon cable in edev->supported_cable */
270 if (edev->supported_cable[i] == id)
377 extcon_info[edev->supported_cable[i]].name,
402 extcon_info[cable->edev->supported_cable[i]].name);
414 extcon_get_state(cable->edev, cable->edev->supported_cable[i]));
1050 * @supported_cable: the array of the supported external connectors
1059 struct extcon_dev *extcon_dev_allocate(const unsigned int *supported_cable)
1063 if (!supported_cable)
1071 edev->supported_cable = supported_cable;
1096 * dev should include the supported_cable information.
1111 if (!edev || !edev->supported_cable)
1114 for (; edev->supported_cable[index] != EXTCON_NONE; index++);