Home
last modified time | relevance | path

Searched refs:list_name (Results 1 – 15 of 15) sorted by relevance

/linux/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() argument
48 const char *list_name, int index, in pinctrl_parse_index_with_args() argument
/linux/include/linux/
H A Dof.h385 const char *list_name, const char *cells_name, int cell_count,
388 const char *list_name, const char *stem_name, int index,
391 const char *list_name, const char *cells_name);
400 const char *list_name,
782 const char *list_name, in __of_parse_phandle_with_args() argument
792 const char *list_name, in of_parse_phandle_with_args_map() argument
801 const char *list_name, in of_count_phandle_with_args() argument
820 const char *list_name, in of_phandle_iterator_init() argument
1054 const char *list_name, in of_parse_phandle_with_args() argument
1065 return __of_parse_phandle_with_args(np, list_name, cells_name, in of_parse_phandle_with_args()
[all …]
H A Dof_gpio.h23 const char *list_name, int index);
H A Dcpufreq.h1144 static inline int parse_perf_domain(int cpu, const char *list_name, in parse_perf_domain() argument
1154 ret = of_parse_phandle_with_args(cpu_np, list_name, cell_name, 0, in parse_perf_domain()
1161 static inline int of_perf_domain_get_sharing_cpumask(int pcpu, const char *list_name, in of_perf_domain_get_sharing_cpumask() argument
1168 ret = parse_perf_domain(pcpu, list_name, cell_name, pargs); in of_perf_domain_get_sharing_cpumask()
1178 ret = parse_perf_domain(cpu, list_name, cell_name, &args); in of_perf_domain_get_sharing_cpumask()
1208 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/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()
H A Dacutils.h680 acpi_ut_create_list(const char *list_name,
/linux/drivers/of/
H A Dbase.c1284 const char *list_name, in of_phandle_iterator_init() argument
1300 list = of_get_property(np, list_name, &size); in of_phandle_iterator_init()
1418 const char *list_name, in __of_parse_phandle_with_args() argument
1430 of_for_each_phandle(&it, rc, np, list_name, cells_name, cell_count) { in __of_parse_phandle_with_args()
1516 const char *list_name, in of_parse_phandle_with_args_map() argument
1539 ret = __of_parse_phandle_with_args(np, list_name, cells_name, -1, index, in of_parse_phandle_with_args_map()
1659 int of_count_phandle_with_args(const struct device_node *np, const char *list_name, in of_count_phandle_with_args() argument
1675 list = of_get_property(np, list_name, &size); in of_count_phandle_with_args()
1682 rc = of_phandle_iterator_init(&it, np, list_name, cells_name, -1); in of_count_phandle_with_args()
H A Dproperty.c1275 const char *list_name, in parse_prop_cells() argument
1280 if (strcmp(prop_name, list_name)) in parse_prop_cells()
1283 if (__of_parse_phandle_with_args(np, list_name, cells_name, 0, index, in parse_prop_cells()
/linux/tools/perf/util/
H A Dsymbol.h215 const char *list_name);
217 const char *list_name);
H A Dsymbol.c2261 const char *list_name) in setup_list() argument
2268 pr_err("problems parsing %s list\n", list_name); in setup_list()
2277 const char *list_name) in setup_intlist() argument
2284 pr_err("problems parsing %s list\n", list_name); in setup_intlist()
H A Dsort.c4006 static bool __get_elide(struct strlist *list, const char *list_name, FILE *fp) in __get_elide() argument
4010 fprintf(fp, "# %s: %s\n", list_name, in __get_elide()
/linux/drivers/pinctrl/renesas/
H A Dpinctrl-rza1.c1174 const char *list_name = "gpio-ranges"; in rza1_parse_gpiochip() local
1180 ret = fwnode_property_get_reference_args(fwnode, list_name, NULL, 3, 0, &args); in rza1_parse_gpiochip()
1183 list_name); in rza1_parse_gpiochip()
1195 "Invalid values in property %s\n", list_name); in rza1_parse_gpiochip()
/linux/include/acpi/
H A Dactypes.h1250 const char *list_name; member