Home
last modified time | relevance | path

Searched refs:list_name (Results 1 – 13 of 13) sorted by relevance

/linux-4.4.14/include/linux/
Dof_gpio.h52 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
Dof.h329 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/
Dutcache.c88 cache->list_name = cache_name; in acpi_os_create_cache()
275 cache->list_name)); in acpi_os_acquire_object()
Duttrack.c93 acpi_ut_create_list(char *list_name, in acpi_ut_create_list() argument
105 cache->list_name = list_name; in acpi_ut_create_list()
Ddbstats.c107 acpi_os_printf("\n%s\n", list->list_name); in acpi_db_list_info()
Dacutils.h643 acpi_ut_create_list(char *list_name,
/linux-4.4.14/drivers/of/
Dbase.c1443 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/
Dsymbol.h304 const char *list_name);
306 const char *list_name);
Dsymbol.c1926 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()
Dsort.c1777 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/
Dgpiolib-of.c107 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()
Dgpiolib.h79 const char *list_name, int index, enum of_gpio_flags *flags);
/linux-4.4.14/include/acpi/
Dactypes.h1232 char *list_name; member