Searched refs:list_name (Results 1 – 7 of 7) sorted by relevance
/drivers/acpi/acpica/ |
D | utcache.c | 88 cache->list_name = cache_name; in acpi_os_create_cache() 274 cache->list_name)); in acpi_os_acquire_object()
|
D | uttrack.c | 93 acpi_ut_create_list(const char *list_name, in acpi_ut_create_list() argument 103 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 | 665 acpi_ut_create_list(const char *list_name,
|
/drivers/of/ |
D | base.c | 1544 const char *list_name, in of_phandle_iterator_init() argument 1553 list = of_get_property(np, list_name, &size); in of_phandle_iterator_init() 1654 const char *list_name, in __of_parse_phandle_with_args() argument 1663 of_for_each_phandle(&it, rc, np, list_name, cells_name, cell_count) { in __of_parse_phandle_with_args() 1763 int of_parse_phandle_with_args(const struct device_node *np, const char *list_name, in of_parse_phandle_with_args() argument 1769 return __of_parse_phandle_with_args(np, list_name, cells_name, 0, in of_parse_phandle_with_args() 1805 const char *list_name, int cell_count, in of_parse_phandle_with_fixed_args() argument 1810 return __of_parse_phandle_with_args(np, list_name, NULL, cell_count, in of_parse_phandle_with_fixed_args() 1830 int of_count_phandle_with_args(const struct device_node *np, const char *list_name, in of_count_phandle_with_args() argument 1836 rc = of_phandle_iterator_init(&it, np, list_name, cells_name, 0); in of_count_phandle_with_args()
|
/drivers/gpio/ |
D | gpiolib.h | 96 const char *list_name, int index, enum of_gpio_flags *flags); 108 const char *list_name, int index, enum of_gpio_flags *flags) in of_get_named_gpiod_flags() argument
|
D | gpiolib-of.c | 106 int of_get_named_gpio_flags(struct device_node *np, const char *list_name, in of_get_named_gpio_flags() argument 111 desc = of_get_named_gpiod_flags(np, list_name, index, flags); in of_get_named_gpio_flags()
|