Lines Matching defs:supported_cable
270 /* Find the index of extcon cable in edev->supported_cable */
272 if (edev->supported_cable[i] == id)
379 extcon_info[edev->supported_cable[i]].name,
404 extcon_info[cable->edev->supported_cable[i]].name);
416 extcon_get_state(cable->edev, cable->edev->supported_cable[i]));
1047 * @supported_cable: the array of the supported external connectors
1056 struct extcon_dev *extcon_dev_allocate(const unsigned int *supported_cable)
1060 if (!supported_cable)
1068 edev->supported_cable = supported_cable;
1243 * dev should include the supported_cable information.
1255 if (!edev || !edev->supported_cable)
1258 for (index = 0; edev->supported_cable[index] != EXTCON_NONE; index++);