Lines Matching refs:index
258 "prop %s index %i invalid phandle\n",
336 /* First element is always the index within the pinctrl device */
347 * Counts the number of elements in a pinctrl array consisting of an index
367 * pinctrl_copy_args - Populates of_phandle_args based on index
370 * @index: entry within the list of elements
375 * Populates the of_phandle_args based on the index in the list.
379 int index, int nr_cells, int nr_elem,
388 if (index >= nr_elem)
391 list += index * (nr_cells + 1);
400 * pinctrl_parse_index_with_args - Find a node pointed by index in a list
403 * @index: index within the list
404 * @out_args: entries in the list pointed by index
406 * Finds the selected element in a pinctrl array consisting of an index
411 const char *list_name, int index,
422 error = pinctrl_copy_args(np, list, index, nr_cells, nr_elem,