Lines Matching refs:index
316 u32 index, u32 *out_value);
319 u32 index, u64 *out_value);
347 const char **out_strs, size_t sz, int index);
362 int index);
378 int index, struct of_phandle_args *out_args);
380 const char *list_name, const char *stem_name, int index,
442 bool of_console_check(struct device_node *dn, char *name, int index);
614 const char *propname, u32 index, u32 *out_value)
620 const char *propname, u32 index, u64 *out_value)
654 int index)
723 const char **out_strs, size_t sz, int index)
732 int index,
741 int index,
811 static inline bool of_console_check(const struct device_node *dn, const char *name, int index)
936 * @index: For properties holding a table of phandles, this is the index into
944 int index)
949 index, &args))
960 * @index: index of a phandle to parse out
990 int index,
1000 cell_count, index, out_args);
1008 * @index: index of a phandle to parse out
1036 int index,
1040 index, out_args);
1048 * @index: index of a phandle to parse out
1061 int index,
1065 0, index, out_args);
1188 * @index: index of the string in the list of strings
1204 int index, const char **output)
1206 int rc = of_property_read_string_helper(np, propname, output, 1, index);