Lines Matching defs:index
86 * @idx: index of the GPIO to obtain in the consumer
137 * @index: index of the GPIO to obtain for the consumer
149 const char *propname, int index,
156 desc = gpiod_get_from_of_node(node, propname, index, dflags, label);
192 * @index: index of the GPIO to obtain in the consumer
204 const char *con_id, int index,
216 desc = fwnode_gpiod_get_index(fwnode, con_id, index, flags, label);
233 * @index: index of the GPIO to obtain in the consumer
243 unsigned int index,
248 desc = devm_gpiod_get_index(dev, con_id, index, flags);