Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dof_gpio.h51 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
Dof.h328 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/
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()
Dacutils.h702 acpi_ut_create_list(char *list_name,
/linux-4.1.27/drivers/of/
Dbase.c1446 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/
Dsymbol.h303 const char *list_name);
305 const char *list_name);
Dsymbol.c1872 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()
Dsort.c1633 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/
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.h71 const char *list_name, int index, enum of_gpio_flags *flags);
/linux-4.1.27/include/acpi/
Dactypes.h1227 char *list_name; member