Home
last modified time | relevance | path

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

/Linux-v4.19/include/sound/
Dsimple_card_utils.h67 list_name, cells_name, is_single_link) \ argument
69 &dai_link->cpu_dai_name, list_name, cells_name, is_single_link)
70 #define asoc_simple_card_parse_codec(node, dai_link, list_name, cells_name) \ argument
72 &dai_link->codec_dai_name, list_name, cells_name, NULL)
73 #define asoc_simple_card_parse_platform(node, dai_link, list_name, cells_name) \ argument
75 NULL, list_name, cells_name, NULL)
79 const char *list_name,
/Linux-v4.19/drivers/pinctrl/
Ddevicetree.h29 const char *list_name);
32 const char *list_name, int index,
53 const char *list_name) in pinctrl_count_index_with_args() argument
60 const char *list_name, int index, in pinctrl_parse_index_with_args() argument
Ddevicetree.c316 const char *list_name, in pinctrl_get_list_and_count() argument
326 *list = of_get_property(np, list_name, &size); in pinctrl_get_list_and_count()
350 const char *list_name) in pinctrl_count_index_with_args() argument
355 error = pinctrl_get_list_and_count(np, list_name, &list, in pinctrl_count_index_with_args()
409 const char *list_name, int index, in pinctrl_parse_index_with_args() argument
415 error = pinctrl_get_list_and_count(np, list_name, &list, in pinctrl_parse_index_with_args()
Dpinctrl-rza1.c1202 const char *list_name = "gpio-ranges"; in rza1_parse_gpiochip() local
1208 ret = of_parse_phandle_with_fixed_args(np, list_name, 3, 0, &of_args); in rza1_parse_gpiochip()
1211 list_name); in rza1_parse_gpiochip()
1223 "Invalid values in property %s\n", list_name); in rza1_parse_gpiochip()
/Linux-v4.19/include/linux/
Dof_gpio.h50 const char *list_name, int index, enum of_gpio_flags *flags);
70 const char *list_name, int index, enum of_gpio_flags *flags) in of_get_named_gpio_flags() argument
Dof.h369 const char *list_name, const char *cells_name, int index,
372 const char *list_name, const char *stem_name, int index,
375 const char *list_name, int cells_count, int index,
378 const char *list_name, const char *cells_name);
383 const char *list_name,
834 const char *list_name, in of_parse_phandle_with_args() argument
843 const char *list_name, in of_parse_phandle_with_args_map() argument
852 const char *list_name, int cells_count, int index, in of_parse_phandle_with_fixed_args() argument
859 const char *list_name, in of_count_phandle_with_args() argument
867 const char *list_name, in of_phandle_iterator_init() argument
/Linux-v4.19/drivers/of/
Dbase.c1182 const char *list_name, in of_phandle_iterator_init() argument
1191 list = of_get_property(np, list_name, &size); in of_phandle_iterator_init()
1294 const char *list_name, in __of_parse_phandle_with_args() argument
1303 of_for_each_phandle(&it, rc, np, list_name, cells_name, cell_count) { in __of_parse_phandle_with_args()
1403 int of_parse_phandle_with_args(const struct device_node *np, const char *list_name, in of_parse_phandle_with_args() argument
1409 return __of_parse_phandle_with_args(np, list_name, cells_name, 0, in of_parse_phandle_with_args()
1457 const char *list_name, in of_parse_phandle_with_args_map() argument
1492 ret = __of_parse_phandle_with_args(np, list_name, cells_name, 0, index, in of_parse_phandle_with_args_map()
1629 const char *list_name, int cell_count, in of_parse_phandle_with_fixed_args() argument
1634 return __of_parse_phandle_with_args(np, list_name, NULL, cell_count, in of_parse_phandle_with_fixed_args()
[all …]
/Linux-v4.19/drivers/acpi/acpica/
Dutcache.c54 cache->list_name = cache_name; in acpi_os_create_cache()
241 cache->list_name)); in acpi_os_acquire_object()
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()
Ddbstats.c71 acpi_os_printf("\n%s\n", list->list_name); in acpi_db_list_info()
Dacutils.h663 acpi_ut_create_list(const char *list_name,
/Linux-v4.19/drivers/gpio/
Dgpiolib.h103 const char *list_name, int index, enum of_gpio_flags *flags);
115 const char *list_name, int index, enum of_gpio_flags *flags) in of_get_named_gpiod_flags() argument
Dgpiolib-of.c147 int of_get_named_gpio_flags(struct device_node *np, const char *list_name, in of_get_named_gpio_flags() argument
152 desc = of_get_named_gpiod_flags(np, list_name, index, flags); in of_get_named_gpio_flags()
/Linux-v4.19/tools/perf/util/
Dsymbol.h339 const char *list_name);
341 const char *list_name);
Dsymbol.c2049 const char *list_name) in setup_list() argument
2056 pr_err("problems parsing %s list\n", list_name); in setup_list()
2065 const char *list_name) in setup_intlist() argument
2072 pr_err("problems parsing %s list\n", list_name); in setup_intlist()
Dsort.c2769 static bool __get_elide(struct strlist *list, const char *list_name, FILE *fp) in __get_elide() argument
2773 fprintf(fp, "# %s: %s\n", list_name, in __get_elide()
/Linux-v4.19/sound/soc/generic/
Dsimple-card-utils.c213 const char *list_name, in asoc_simple_card_parse_dai() argument
227 ret = of_parse_phandle_with_args(node, list_name, cells_name, 0, &args); in asoc_simple_card_parse_dai()
/Linux-v4.19/include/acpi/
Dactypes.h1218 const char *list_name; member