| /Linux-v5.4/drivers/pinctrl/ |
| D | devicetree.h | 18 const char *list_name); 21 const char *list_name, int index, 42 const char *list_name) in pinctrl_count_index_with_args() argument 49 const char *list_name, int index, in pinctrl_parse_index_with_args() argument
|
| D | devicetree.c | 302 const char *list_name, in pinctrl_get_list_and_count() argument 312 *list = of_get_property(np, list_name, &size); in pinctrl_get_list_and_count() 336 const char *list_name) in pinctrl_count_index_with_args() argument 341 error = pinctrl_get_list_and_count(np, list_name, &list, in pinctrl_count_index_with_args() 395 const char *list_name, int index, in pinctrl_parse_index_with_args() argument 401 error = pinctrl_get_list_and_count(np, list_name, &list, in pinctrl_parse_index_with_args()
|
| D | pinctrl-rza1.c | 1189 const char *list_name = "gpio-ranges"; in rza1_parse_gpiochip() local 1195 ret = of_parse_phandle_with_fixed_args(np, list_name, 3, 0, &of_args); in rza1_parse_gpiochip() 1198 list_name); in rza1_parse_gpiochip() 1210 "Invalid values in property %s\n", list_name); in rza1_parse_gpiochip()
|
| /Linux-v5.4/include/linux/ |
| D | of_gpio.h | 52 const char *list_name, int index, enum of_gpio_flags *flags); 68 const char *list_name, int index, enum of_gpio_flags *flags) in of_get_named_gpio_flags() argument
|
| D | of.h | 368 const char *list_name, const char *cells_name, int index, 371 const char *list_name, const char *stem_name, int index, 374 const char *list_name, int cells_count, int index, 377 const char *list_name, const char *cells_name); 382 const char *list_name, 845 const char *list_name, in of_parse_phandle_with_args() argument 854 const char *list_name, in of_parse_phandle_with_args_map() argument 863 const char *list_name, int cells_count, int index, in of_parse_phandle_with_fixed_args() argument 870 const char *list_name, in of_count_phandle_with_args() argument 878 const char *list_name, in of_phandle_iterator_init() argument
|
| /Linux-v5.4/drivers/of/ |
| D | base.c | 1280 const char *list_name, in of_phandle_iterator_init() argument 1296 list = of_get_property(np, list_name, &size); in of_phandle_iterator_init() 1409 const char *list_name, in __of_parse_phandle_with_args() argument 1418 of_for_each_phandle(&it, rc, np, list_name, cells_name, cell_count) { in __of_parse_phandle_with_args() 1518 int of_parse_phandle_with_args(const struct device_node *np, const char *list_name, in of_parse_phandle_with_args() argument 1531 return __of_parse_phandle_with_args(np, list_name, cells_name, in of_parse_phandle_with_args() 1579 const char *list_name, in of_parse_phandle_with_args_map() argument 1614 ret = __of_parse_phandle_with_args(np, list_name, cells_name, -1, index, in of_parse_phandle_with_args_map() 1751 const char *list_name, int cell_count, in of_parse_phandle_with_fixed_args() argument 1756 return __of_parse_phandle_with_args(np, list_name, NULL, cell_count, in of_parse_phandle_with_fixed_args() [all …]
|
| /Linux-v5.4/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-v5.4/tools/perf/util/ |
| D | symbol.h | 223 const char *list_name); 225 const char *list_name);
|
| D | symbol.c | 2168 const char *list_name) in setup_list() argument 2175 pr_err("problems parsing %s list\n", list_name); in setup_list() 2184 const char *list_name) in setup_intlist() argument 2191 pr_err("problems parsing %s list\n", list_name); in setup_intlist()
|
| D | sort.c | 2873 static bool __get_elide(struct strlist *list, const char *list_name, FILE *fp) in __get_elide() argument 2877 fprintf(fp, "# %s: %s\n", list_name, in __get_elide()
|
| /Linux-v5.4/drivers/gpio/ |
| D | gpiolib-of.c | 265 int of_get_named_gpio_flags(struct device_node *np, const char *list_name, in of_get_named_gpio_flags() argument 270 desc = of_get_named_gpiod_flags(np, list_name, index, flags); in of_get_named_gpio_flags()
|
| /Linux-v5.4/include/acpi/ |
| D | actypes.h | 1214 const char *list_name; member
|