/linux-4.4.14/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 | 329 const char *list_name, const char *cells_name, int index, 332 const char *list_name, int cells_count, int index, 335 const char *list_name, const char *cells_name); 589 const char *list_name, in of_parse_phandle_with_args() argument 598 const char *list_name, int cells_count, int index, in of_parse_phandle_with_fixed_args() argument 605 const char *list_name, in of_count_phandle_with_args() argument
|
/linux-4.4.14/drivers/acpi/acpica/ |
D | utcache.c | 88 cache->list_name = cache_name; in acpi_os_create_cache() 275 cache->list_name)); in acpi_os_acquire_object()
|
D | uttrack.c | 93 acpi_ut_create_list(char *list_name, in acpi_ut_create_list() argument 105 cache->list_name = list_name; in acpi_ut_create_list()
|
D | dbstats.c | 107 acpi_os_printf("\n%s\n", list->list_name); in acpi_db_list_info()
|
D | acutils.h | 643 acpi_ut_create_list(char *list_name,
|
/linux-4.4.14/drivers/of/ |
D | base.c | 1443 const char *list_name, in __of_parse_phandle_with_args() argument 1455 list = of_get_property(np, list_name, &size); in __of_parse_phandle_with_args() 1616 int of_parse_phandle_with_args(const struct device_node *np, const char *list_name, in of_parse_phandle_with_args() argument 1622 return __of_parse_phandle_with_args(np, list_name, cells_name, 0, in of_parse_phandle_with_args() 1658 const char *list_name, int cell_count, in of_parse_phandle_with_fixed_args() argument 1663 return __of_parse_phandle_with_args(np, list_name, NULL, cell_count, in of_parse_phandle_with_fixed_args() 1683 int of_count_phandle_with_args(const struct device_node *np, const char *list_name, in of_count_phandle_with_args() argument 1686 return __of_parse_phandle_with_args(np, list_name, cells_name, 0, -1, in of_count_phandle_with_args()
|
/linux-4.4.14/tools/perf/util/ |
D | symbol.h | 304 const char *list_name); 306 const char *list_name);
|
D | symbol.c | 1926 const char *list_name) in setup_list() argument 1933 pr_err("problems parsing %s list\n", list_name); in setup_list() 1942 const char *list_name) in setup_intlist() argument 1949 pr_err("problems parsing %s list\n", list_name); in setup_intlist()
|
D | sort.c | 1777 static bool __get_elide(struct strlist *list, const char *list_name, FILE *fp) in __get_elide() argument 1781 fprintf(fp, "# %s: %s\n", list_name, in __get_elide()
|
/linux-4.4.14/drivers/gpio/ |
D | gpiolib-of.c | 107 int of_get_named_gpio_flags(struct device_node *np, const char *list_name, in of_get_named_gpio_flags() argument 112 desc = of_get_named_gpiod_flags(np, list_name, index, flags); in of_get_named_gpio_flags()
|
D | gpiolib.h | 79 const char *list_name, int index, enum of_gpio_flags *flags);
|
/linux-4.4.14/include/acpi/ |
D | actypes.h | 1232 char *list_name; member
|