Home
last modified time | relevance | path

Searched refs:list_name (Results 1 - 25 of 32) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/pinctrl/
H A Ddevicetree.h16 const char *list_name);
19 const char *list_name, int index,
35 const char *list_name) in pinctrl_count_index_with_args()
42 const char *list_name, int index, in pinctrl_parse_index_with_args()
34 pinctrl_count_index_with_args(const struct device_node *np, const char *list_name) pinctrl_count_index_with_args() argument
41 pinctrl_parse_index_with_args(const struct device_node *np, const char *list_name, int index, struct of_phandle_args *out_args) pinctrl_parse_index_with_args() argument
H A Ddevicetree.c310 * @list_name: property that contains the list
318 const char *list_name, in pinctrl_get_list_and_count()
328 *list = of_get_property(np, list_name, &size); in pinctrl_get_list_and_count()
345 * @list_name: property that contains the list
352 const char *list_name) in pinctrl_count_index_with_args()
357 error = pinctrl_get_list_and_count(np, list_name, &list, in pinctrl_count_index_with_args()
402 * @list_name: property that contains the list
411 const char *list_name, int index, in pinctrl_parse_index_with_args()
417 error = pinctrl_get_list_and_count(np, list_name, &list, in pinctrl_parse_index_with_args()
317 pinctrl_get_list_and_count(const struct device_node *np, const char *list_name, const __be32 **list, int *cells_size, int *nr_elements) pinctrl_get_list_and_count() argument
351 pinctrl_count_index_with_args(const struct device_node *np, const char *list_name) pinctrl_count_index_with_args() argument
410 pinctrl_parse_index_with_args(const struct device_node *np, const char *list_name, int index, struct of_phandle_args *out_args) pinctrl_parse_index_with_args() argument
/kernel/linux/linux-6.6/drivers/pinctrl/
H A Ddevicetree.h22 const char *list_name);
25 const char *list_name, int index,
41 const char *list_name) in pinctrl_count_index_with_args()
48 const char *list_name, int index, in pinctrl_parse_index_with_args()
40 pinctrl_count_index_with_args(const struct device_node *np, const char *list_name) pinctrl_count_index_with_args() argument
47 pinctrl_parse_index_with_args(const struct device_node *np, const char *list_name, int index, struct of_phandle_args *out_args) pinctrl_parse_index_with_args() argument
H A Ddevicetree.c308 * @list_name: property that contains the list
316 const char *list_name, in pinctrl_get_list_and_count()
326 *list = of_get_property(np, list_name, &size); in pinctrl_get_list_and_count()
343 * @list_name: property that contains the list
350 const char *list_name) in pinctrl_count_index_with_args()
355 error = pinctrl_get_list_and_count(np, list_name, &list, in pinctrl_count_index_with_args()
400 * @list_name: property that contains the list
409 const char *list_name, int index, in pinctrl_parse_index_with_args()
415 error = pinctrl_get_list_and_count(np, list_name, &list, in pinctrl_parse_index_with_args()
315 pinctrl_get_list_and_count(const struct device_node *np, const char *list_name, const __be32 **list, int *cells_size, int *nr_elements) pinctrl_get_list_and_count() argument
349 pinctrl_count_index_with_args(const struct device_node *np, const char *list_name) pinctrl_count_index_with_args() argument
408 pinctrl_parse_index_with_args(const struct device_node *np, const char *list_name, int index, struct of_phandle_args *out_args) pinctrl_parse_index_with_args() argument
/kernel/linux/linux-6.6/include/linux/
H A Dof.h377 const char *list_name, const char *cells_name, int cell_count,
380 const char *list_name, const char *stem_name, int index,
383 const char *list_name, const char *cells_name);
392 const char *list_name,
729 const char *list_name, in __of_parse_phandle_with_args()
739 const char *list_name, in of_parse_phandle_with_args_map()
748 const char *list_name, in of_count_phandle_with_args()
767 const char *list_name, in of_phandle_iterator_init()
958 * @list_name: property name that contains a list
988 const char *list_name, in of_parse_phandle_with_args()
728 __of_parse_phandle_with_args(const struct device_node *np, const char *list_name, const char *cells_name, int cell_count, int index, struct of_phandle_args *out_args) __of_parse_phandle_with_args() argument
738 of_parse_phandle_with_args_map(const struct device_node *np, const char *list_name, const char *stem_name, int index, struct of_phandle_args *out_args) of_parse_phandle_with_args_map() argument
747 of_count_phandle_with_args(const struct device_node *np, const char *list_name, const char *cells_name) of_count_phandle_with_args() argument
765 of_phandle_iterator_init(struct of_phandle_iterator *it, const struct device_node *np, const char *list_name, const char *cells_name, int cell_count) of_phandle_iterator_init() argument
987 of_parse_phandle_with_args(const struct device_node *np, const char *list_name, const char *cells_name, int index, struct of_phandle_args *out_args) of_parse_phandle_with_args() argument
1033 of_parse_phandle_with_fixed_args(const struct device_node *np, const char *list_name, int cell_count, int index, struct of_phandle_args *out_args) of_parse_phandle_with_fixed_args() argument
1058 of_parse_phandle_with_optional_args(const struct device_node *np, const char *list_name, const char *cells_name, int index, struct of_phandle_args *out_args) of_parse_phandle_with_optional_args() argument
[all...]
H A Dof_gpio.h23 const char *list_name, int index);
H A Dcpufreq.h1123 static inline int parse_perf_domain(int cpu, const char *list_name, in parse_perf_domain() argument
1134 ret = of_parse_phandle_with_args(cpu_np, list_name, cell_name, 0, in parse_perf_domain()
1144 static inline int of_perf_domain_get_sharing_cpumask(int pcpu, const char *list_name, in of_perf_domain_get_sharing_cpumask() argument
1151 ret = parse_perf_domain(pcpu, list_name, cell_name, pargs); in of_perf_domain_get_sharing_cpumask()
1161 ret = parse_perf_domain(cpu, list_name, cell_name, &args); in of_perf_domain_get_sharing_cpumask()
1201 static inline int of_perf_domain_get_sharing_cpumask(int pcpu, const char *list_name, in of_perf_domain_get_sharing_cpumask() argument
/kernel/linux/linux-5.10/include/linux/
H A Dof_gpio.h53 const char *list_name, int index, enum of_gpio_flags *flags);
71 const char *list_name, int index, enum of_gpio_flags *flags) in of_get_named_gpio_flags()
70 of_get_named_gpio_flags(struct device_node *np, const char *list_name, int index, enum of_gpio_flags *flags) of_get_named_gpio_flags() argument
H A Dof.h370 const char *list_name, const char *cells_name, int index,
373 const char *list_name, const char *stem_name, int index,
376 const char *list_name, int cells_count, int index,
379 const char *list_name, const char *cells_name);
384 const char *list_name,
718 const char *list_name, in of_parse_phandle_with_args()
727 const char *list_name, in of_parse_phandle_with_args_map()
736 const char *list_name, int cells_count, int index, in of_parse_phandle_with_fixed_args()
743 const char *list_name, in of_count_phandle_with_args()
751 const char *list_name, in of_phandle_iterator_init()
717 of_parse_phandle_with_args(const struct device_node *np, const char *list_name, const char *cells_name, int index, struct of_phandle_args *out_args) of_parse_phandle_with_args() argument
726 of_parse_phandle_with_args_map(const struct device_node *np, const char *list_name, const char *stem_name, int index, struct of_phandle_args *out_args) of_parse_phandle_with_args_map() argument
735 of_parse_phandle_with_fixed_args(const struct device_node *np, const char *list_name, int cells_count, int index, struct of_phandle_args *out_args) of_parse_phandle_with_fixed_args() argument
742 of_count_phandle_with_args(struct device_node *np, const char *list_name, const char *cells_name) of_count_phandle_with_args() argument
749 of_phandle_iterator_init(struct of_phandle_iterator *it, const struct device_node *np, const char *list_name, const char *cells_name, int cell_count) of_phandle_iterator_init() argument
[all...]
/kernel/linux/linux-5.10/drivers/of/
H A Dbase.c1242 const char *list_name, in of_phandle_iterator_init()
1258 list = of_get_property(np, list_name, &size); in of_phandle_iterator_init()
1376 const char *list_name, in __of_parse_phandle_with_args()
1385 of_for_each_phandle(&it, rc, np, list_name, cells_name, cell_count) { in __of_parse_phandle_with_args()
1456 * @list_name: property name that contains a list
1485 int of_parse_phandle_with_args(const struct device_node *np, const char *list_name, in of_parse_phandle_with_args() argument
1498 return __of_parse_phandle_with_args(np, list_name, cells_name, in of_parse_phandle_with_args()
1506 * @list_name: property name that contains a list
1546 const char *list_name, in of_parse_phandle_with_args_map()
1581 ret = __of_parse_phandle_with_args(np, list_name, cells_nam in of_parse_phandle_with_args_map()
1240 of_phandle_iterator_init(struct of_phandle_iterator *it, const struct device_node *np, const char *list_name, const char *cells_name, int cell_count) of_phandle_iterator_init() argument
1375 __of_parse_phandle_with_args(const struct device_node *np, const char *list_name, const char *cells_name, int cell_count, int index, struct of_phandle_args *out_args) __of_parse_phandle_with_args() argument
1545 of_parse_phandle_with_args_map(const struct device_node *np, const char *list_name, const char *stem_name, int index, struct of_phandle_args *out_args) of_parse_phandle_with_args_map() argument
1718 of_parse_phandle_with_fixed_args(const struct device_node *np, const char *list_name, int cell_count, int index, struct of_phandle_args *out_args) of_parse_phandle_with_fixed_args() argument
1744 of_count_phandle_with_args(const struct device_node *np, const char *list_name, const char *cells_name) of_count_phandle_with_args() argument
[all...]
H A Dproperty.c1194 * @list_name: Property name that is known to contain list of phandle(s) to
1208 const char *list_name, in parse_prop_cells()
1213 if (strcmp(prop_name, list_name)) in parse_prop_cells()
1216 if (of_parse_phandle_with_args(np, list_name, cells_name, index, in parse_prop_cells()
1206 parse_prop_cells(struct device_node *np, const char *prop_name, int index, const char *list_name, const char *cells_name) parse_prop_cells() argument
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Dutcache.c54 cache->list_name = cache_name; in acpi_os_create_cache()
241 cache->list_name)); in acpi_os_acquire_object()
H A Duttrack.c59 acpi_ut_create_list(const char *list_name, in acpi_ut_create_list() argument
69 cache->list_name = list_name; in acpi_ut_create_list()
H A Ddbstats.c71 acpi_os_printf("\n%s\n", list->list_name); in acpi_db_list_info()
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Dutcache.c54 cache->list_name = cache_name; in acpi_os_create_cache()
241 cache->list_name)); in acpi_os_acquire_object()
H A Duttrack.c59 acpi_ut_create_list(const char *list_name, in acpi_ut_create_list() argument
69 cache->list_name = list_name; in acpi_ut_create_list()
H A Ddbstats.c71 acpi_os_printf("\n%s\n", list->list_name); in acpi_db_list_info()
/kernel/linux/linux-6.6/drivers/of/
H A Dbase.c1108 const char *list_name, in of_phandle_iterator_init()
1124 list = of_get_property(np, list_name, &size); in of_phandle_iterator_init()
1242 const char *list_name, in __of_parse_phandle_with_args()
1254 of_for_each_phandle(&it, rc, np, list_name, cells_name, cell_count) { in __of_parse_phandle_with_args()
1300 * @list_name: property name that contains a list
1340 const char *list_name, in of_parse_phandle_with_args_map()
1375 ret = __of_parse_phandle_with_args(np, list_name, cells_name, -1, index, in of_parse_phandle_with_args_map()
1485 * @list_name: property name that contains a list
1497 int of_count_phandle_with_args(const struct device_node *np, const char *list_name, in of_count_phandle_with_args() argument
1513 list = of_get_property(np, list_name, in of_count_phandle_with_args()
1106 of_phandle_iterator_init(struct of_phandle_iterator *it, const struct device_node *np, const char *list_name, const char *cells_name, int cell_count) of_phandle_iterator_init() argument
1241 __of_parse_phandle_with_args(const struct device_node *np, const char *list_name, const char *cells_name, int cell_count, int index, struct of_phandle_args *out_args) __of_parse_phandle_with_args() argument
1339 of_parse_phandle_with_args_map(const struct device_node *np, const char *list_name, const char *stem_name, int index, struct of_phandle_args *out_args) of_parse_phandle_with_args_map() argument
[all...]
H A Dproperty.c1097 * @list_name: Property name that is known to contain list of phandle(s) to
1111 const char *list_name, in parse_prop_cells()
1116 if (strcmp(prop_name, list_name)) in parse_prop_cells()
1119 if (__of_parse_phandle_with_args(np, list_name, cells_name, 0, index, in parse_prop_cells()
1109 parse_prop_cells(struct device_node *np, const char *prop_name, int index, const char *list_name, const char *cells_name) parse_prop_cells() argument
/kernel/linux/linux-5.10/tools/perf/util/
H A Dsymbol.h220 const char *list_name);
222 const char *list_name);
H A Dsymbol.c2382 const char *list_name) in setup_list()
2389 pr_err("problems parsing %s list\n", list_name); in setup_list()
2398 const char *list_name) in setup_intlist()
2405 pr_err("problems parsing %s list\n", list_name); in setup_intlist()
2381 setup_list(struct strlist **list, const char *list_str, const char *list_name) setup_list() argument
2397 setup_intlist(struct intlist **list, const char *list_str, const char *list_name) setup_intlist() argument
/kernel/linux/linux-6.6/tools/perf/util/
H A Dsymbol.h216 const char *list_name);
218 const char *list_name);
/kernel/linux/linux-5.10/drivers/pinctrl/renesas/
H A Dpinctrl-rza1.c1187 const char *list_name = "gpio-ranges"; in rza1_parse_gpiochip() local
1193 ret = of_parse_phandle_with_fixed_args(np, list_name, 3, 0, &of_args); in rza1_parse_gpiochip()
1196 list_name); in rza1_parse_gpiochip()
1208 "Invalid values in property %s\n", list_name); in rza1_parse_gpiochip()
/kernel/linux/linux-6.6/drivers/pinctrl/renesas/
H A Dpinctrl-rza1.c1173 const char *list_name = "gpio-ranges"; in rza1_parse_gpiochip() local
1179 ret = fwnode_property_get_reference_args(fwnode, list_name, NULL, 3, 0, &args); in rza1_parse_gpiochip()
1182 list_name); in rza1_parse_gpiochip()
1194 "Invalid values in property %s\n", list_name); in rza1_parse_gpiochip()
/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpiolib-of.c278 int of_get_named_gpio_flags(struct device_node *np, const char *list_name, in of_get_named_gpio_flags() argument
283 desc = of_get_named_gpiod_flags(np, list_name, index, flags); in of_get_named_gpio_flags()

Completed in 29 milliseconds

12