/linux-4.19.296/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-4.19.296/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 | 374 const char *list_name, const char *cells_name, int index, 377 const char *list_name, const char *stem_name, int index, 380 const char *list_name, int cells_count, int index, 383 const char *list_name, const char *cells_name); 388 const char *list_name, 839 const char *list_name, in of_parse_phandle_with_args() argument 848 const char *list_name, in of_parse_phandle_with_args_map() argument 857 const char *list_name, int cells_count, int index, in of_parse_phandle_with_fixed_args() argument 864 const char *list_name, in of_count_phandle_with_args() argument 872 const char *list_name, in of_phandle_iterator_init() argument
|
/linux-4.19.296/drivers/of/ |
D | base.c | 1235 const char *list_name, in of_phandle_iterator_init() argument 1244 list = of_get_property(np, list_name, &size); in of_phandle_iterator_init() 1347 const char *list_name, in __of_parse_phandle_with_args() argument 1356 of_for_each_phandle(&it, rc, np, list_name, cells_name, cell_count) { in __of_parse_phandle_with_args() 1456 int of_parse_phandle_with_args(const struct device_node *np, const char *list_name, in of_parse_phandle_with_args() argument 1462 return __of_parse_phandle_with_args(np, list_name, cells_name, 0, in of_parse_phandle_with_args() 1510 const char *list_name, in of_parse_phandle_with_args_map() argument 1545 ret = __of_parse_phandle_with_args(np, list_name, cells_name, 0, index, in of_parse_phandle_with_args_map() 1682 const char *list_name, int cell_count, in of_parse_phandle_with_fixed_args() argument 1687 return __of_parse_phandle_with_args(np, list_name, NULL, cell_count, in of_parse_phandle_with_fixed_args() [all …]
|
/linux-4.19.296/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-4.19.296/include/acpi/ |
D | actypes.h | 1225 const char *list_name; member
|