Lines Matching defs:con_id
49 * @con_id: function within the GPIO consumer
57 const char *con_id,
60 return devm_gpiod_get_index(dev, con_id, 0, flags);
67 * @con_id: function within the GPIO consumer
75 const char *con_id,
78 return devm_gpiod_get_index_optional(dev, con_id, 0, flags);
85 * @con_id: function within the GPIO consumer
94 const char *con_id,
101 desc = gpiod_get_index(dev, con_id, idx, flags);
191 * @con_id: function within the GPIO consumer
204 const char *con_id, int index,
216 desc = fwnode_gpiod_get_index(fwnode, con_id, index, flags, label);
232 * @con_id: function within the GPIO consumer
242 const char *con_id,
248 desc = devm_gpiod_get_index(dev, con_id, index, flags);
261 * @con_id: function within the GPIO consumer
269 const char *con_id,
280 descs = gpiod_get_array(dev, con_id, flags);
296 * @con_id: function within the GPIO consumer
305 devm_gpiod_get_array_optional(struct device *dev, const char *con_id,
310 descs = devm_gpiod_get_array(dev, con_id, flags);