| /linux/drivers/pinctrl/ |
| A D | devicetree.h | 16 const char *list_name); 19 const char *list_name, int index, 35 const char *list_name) in pinctrl_count_index_with_args() argument 42 const char *list_name, int index, in pinctrl_parse_index_with_args() argument
|
| A D | devicetree.c | 314 const char *list_name, in pinctrl_get_list_and_count() argument 324 *list = of_get_property(np, list_name, &size); in pinctrl_get_list_and_count() 348 const char *list_name) in pinctrl_count_index_with_args() argument 353 error = pinctrl_get_list_and_count(np, list_name, &list, in pinctrl_count_index_with_args() 407 const char *list_name, int index, in pinctrl_parse_index_with_args() argument 413 error = pinctrl_get_list_and_count(np, list_name, &list, in pinctrl_parse_index_with_args()
|
| /linux/include/linux/ |
| A D | of_gpio.h | 53 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() argument
|
| A D | of.h | 371 const char *list_name, const char *cells_name, int index, 374 const char *list_name, const char *stem_name, int index, 377 const char *list_name, int cells_count, int index, 380 const char *list_name, const char *cells_name); 385 const char *list_name, 876 const char *list_name, in of_parse_phandle_with_args() argument 885 const char *list_name, in of_parse_phandle_with_args_map() argument 894 const char *list_name, int cells_count, int index, in of_parse_phandle_with_fixed_args() argument 901 const char *list_name, in of_count_phandle_with_args() argument 909 const char *list_name, in of_phandle_iterator_init() argument
|
| A D | cpufreq.h | 1104 static inline int parse_perf_domain(int cpu, const char *list_name, in parse_perf_domain() argument 1115 ret = of_parse_phandle_with_args(cpu_np, list_name, cell_name, 0, in parse_perf_domain() 1125 static inline int of_perf_domain_get_sharing_cpumask(int pcpu, const char *list_name, in of_perf_domain_get_sharing_cpumask() argument 1131 ret = parse_perf_domain(pcpu, list_name, cell_name); in of_perf_domain_get_sharing_cpumask() 1142 ret = parse_perf_domain(cpu, list_name, cell_name); in of_perf_domain_get_sharing_cpumask() 1179 static inline int of_perf_domain_get_sharing_cpumask(int pcpu, const char *list_name, in of_perf_domain_get_sharing_cpumask() argument
|
| /linux/drivers/of/ |
| A D | base.c | 1263 const char *list_name, in of_phandle_iterator_init() argument 1279 list = of_get_property(np, list_name, &size); in of_phandle_iterator_init() 1392 const char *list_name, in __of_parse_phandle_with_args() argument 1401 of_for_each_phandle(&it, rc, np, list_name, cells_name, cell_count) { in __of_parse_phandle_with_args() 1514 return __of_parse_phandle_with_args(np, list_name, cells_name, in of_parse_phandle_with_args() 1562 const char *list_name, in of_parse_phandle_with_args_map() argument 1597 ret = __of_parse_phandle_with_args(np, list_name, cells_name, -1, index, in of_parse_phandle_with_args_map() 1734 const char *list_name, int cell_count, in of_parse_phandle_with_fixed_args() argument 1739 return __of_parse_phandle_with_args(np, list_name, NULL, cell_count, in of_parse_phandle_with_fixed_args() 1775 list = of_get_property(np, list_name, &size); in of_count_phandle_with_args() [all …]
|
| A D | property.c | 1166 const char *list_name, in parse_prop_cells() argument 1171 if (strcmp(prop_name, list_name)) in parse_prop_cells() 1174 if (of_parse_phandle_with_args(np, list_name, cells_name, index, in parse_prop_cells()
|
| /linux/drivers/acpi/acpica/ |
| A D | utcache.c | 54 cache->list_name = cache_name; in acpi_os_create_cache() 241 cache->list_name)); in acpi_os_acquire_object()
|
| A D | uttrack.c | 59 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()
|
| A D | dbstats.c | 71 acpi_os_printf("\n%s\n", list->list_name); in acpi_db_list_info()
|
| A D | acutils.h | 665 acpi_ut_create_list(const char *list_name,
|
| /linux/tools/perf/util/ |
| A D | symbol.h | 231 const char *list_name); 233 const char *list_name);
|
| A D | symbol.c | 2389 const char *list_name) in setup_list() argument 2396 pr_err("problems parsing %s list\n", list_name); in setup_list() 2405 const char *list_name) in setup_intlist() argument 2412 pr_err("problems parsing %s list\n", list_name); in setup_intlist()
|
| A D | sort.c | 3075 static bool __get_elide(struct strlist *list, const char *list_name, FILE *fp) in __get_elide() argument 3079 fprintf(fp, "# %s: %s\n", list_name, in __get_elide()
|
| /linux/drivers/pinctrl/renesas/ |
| A D | pinctrl-rza1.c | 1188 const char *list_name = "gpio-ranges"; in rza1_parse_gpiochip() local 1194 ret = of_parse_phandle_with_fixed_args(np, list_name, 3, 0, &of_args); in rza1_parse_gpiochip() 1197 list_name); in rza1_parse_gpiochip() 1209 "Invalid values in property %s\n", list_name); in rza1_parse_gpiochip()
|
| /linux/drivers/gpio/ |
| A D | gpiolib-of.c | 278 int of_get_named_gpio_flags(const 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()
|
| /linux/include/acpi/ |
| A D | actypes.h | 1222 const char *list_name; member
|