/linux-4.1.27/include/linux/ |
D | of_gpio.h | 51 const char *list_name, int index, enum of_gpio_flags *flags); 67 const char *list_name, int index, enum of_gpio_flags *flags) in of_get_named_gpio_flags() argument
|
D | of.h | 328 const char *list_name, const char *cells_name, int index, 331 const char *list_name, int cells_count, int index, 334 const char *list_name, const char *cells_name); 583 const char *list_name, in of_parse_phandle_with_args() argument 592 const char *list_name, int cells_count, int index, in of_parse_phandle_with_fixed_args() argument 599 const char *list_name, in of_count_phandle_with_args() argument
|
/linux-4.1.27/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 | acutils.h | 702 acpi_ut_create_list(char *list_name,
|
/linux-4.1.27/drivers/of/ |
D | base.c | 1446 const char *list_name, in __of_parse_phandle_with_args() argument 1458 list = of_get_property(np, list_name, &size); in __of_parse_phandle_with_args() 1619 int of_parse_phandle_with_args(const struct device_node *np, const char *list_name, in of_parse_phandle_with_args() argument 1625 return __of_parse_phandle_with_args(np, list_name, cells_name, 0, in of_parse_phandle_with_args() 1661 const char *list_name, int cell_count, in of_parse_phandle_with_fixed_args() argument 1666 return __of_parse_phandle_with_args(np, list_name, NULL, cell_count, in of_parse_phandle_with_fixed_args() 1686 int of_count_phandle_with_args(const struct device_node *np, const char *list_name, in of_count_phandle_with_args() argument 1689 return __of_parse_phandle_with_args(np, list_name, cells_name, 0, -1, in of_count_phandle_with_args()
|
/linux-4.1.27/tools/perf/util/ |
D | symbol.h | 303 const char *list_name); 305 const char *list_name);
|
D | symbol.c | 1872 const char *list_name) in setup_list() argument 1879 pr_err("problems parsing %s list\n", list_name); in setup_list() 1886 const char *list_name) in setup_intlist() argument 1893 pr_err("problems parsing %s list\n", list_name); in setup_intlist()
|
D | sort.c | 1633 static bool __get_elide(struct strlist *list, const char *list_name, FILE *fp) in __get_elide() argument 1637 fprintf(fp, "# %s: %s\n", list_name, in __get_elide()
|
/linux-4.1.27/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 | 71 const char *list_name, int index, enum of_gpio_flags *flags);
|
/linux-4.1.27/include/acpi/ |
D | actypes.h | 1227 char *list_name; member
|