/Linux-v4.19/include/sound/ |
D | simple_card_utils.h | 67 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/ |
D | devicetree.h | 29 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
|
D | devicetree.c | 316 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()
|
D | pinctrl-rza1.c | 1202 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/ |
D | of_gpio.h | 50 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
|
D | of.h | 369 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/ |
D | base.c | 1182 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/ |
D | utcache.c | 54 cache->list_name = cache_name; in acpi_os_create_cache() 241 cache->list_name)); in acpi_os_acquire_object()
|
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()
|
D | dbstats.c | 71 acpi_os_printf("\n%s\n", list->list_name); in acpi_db_list_info()
|
D | acutils.h | 663 acpi_ut_create_list(const char *list_name,
|
/Linux-v4.19/drivers/gpio/ |
D | gpiolib.h | 103 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
|
D | gpiolib-of.c | 147 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/ |
D | symbol.h | 339 const char *list_name); 341 const char *list_name);
|
D | symbol.c | 2049 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()
|
D | sort.c | 2769 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/ |
D | simple-card-utils.c | 213 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/ |
D | actypes.h | 1218 const char *list_name; member
|