Lines Matching defs:con_id
35 * @con_id: function within the GPIO consumer
43 * The GPIO descriptor corresponding to the function @con_id of device
48 const char *con_id,
51 return devm_gpiod_get_index(dev, con_id, 0, flags);
58 * @con_id: function within the GPIO consumer
66 * The GPIO descriptor corresponding to the function @con_id of device
71 const char *con_id,
74 return devm_gpiod_get_index_optional(dev, con_id, 0, flags);
81 * @con_id: function within the GPIO consumer
90 * The GPIO descriptor corresponding to the function @con_id of device
95 const char *con_id,
102 desc = gpiod_get_index(dev, con_id, idx, flags);
130 * @con_id: function within the GPIO consumer
139 * The GPIO descriptor corresponding to the function @con_id of device
145 const char *con_id, int index,
152 desc = gpiod_find_and_request(dev, fwnode, con_id, index, flags, label, false);
167 * @con_id: function within the GPIO consumer
177 * The GPIO descriptor corresponding to the function @con_id of device
182 const char *con_id,
188 desc = devm_gpiod_get_index(dev, con_id, index, flags);
199 * @con_id: function within the GPIO consumer
207 * The GPIO descriptors corresponding to the function @con_id of device
213 const char *con_id,
219 descs = gpiod_get_array(dev, con_id, flags);
234 * @con_id: function within the GPIO consumer
243 * The GPIO descriptors corresponding to the function @con_id of device
249 devm_gpiod_get_array_optional(struct device *dev, const char *con_id,
254 descs = devm_gpiod_get_array(dev, con_id, flags);