Lines Matching refs:index
136 int index)
190 if (cs == index) {
232 * @index: index of the GPIO
240 const char *propname, int index, enum of_gpio_flags *flags)
247 ret = of_parse_phandle_with_args_map(np, propname, "gpio", index,
251 __func__, propname, np, index);
266 of_gpio_flags_quirks(np, propname, flags, index);
269 __func__, propname, np, index,
279 int index, enum of_gpio_flags *flags)
283 desc = of_get_named_gpiod_flags(np, list_name, index, flags);
296 * @index: index of the GPIO to obtain for the consumer
307 const char *propname, int index,
321 index, &flags);
930 int index = 0, ret;
945 for (;; index++) {
947 index, &pinspec);
960 index, &name);
991 index, &name);