Searched refs:list_name (Results 1 – 9 of 9) sorted by relevance
| /drivers/pinctrl/ |
| A D | devicetree.h | 22 const char *list_name); 25 const char *list_name, int index, 41 const char *list_name) in pinctrl_count_index_with_args() argument 48 const char *list_name, int index, in pinctrl_parse_index_with_args() argument
|
| A D | devicetree.c | 324 const char *list_name, in pinctrl_get_list_and_count() argument 334 *list = of_get_property(np, list_name, &size); in pinctrl_get_list_and_count() 358 const char *list_name) in pinctrl_count_index_with_args() argument 363 error = pinctrl_get_list_and_count(np, list_name, &list, in pinctrl_count_index_with_args() 417 const char *list_name, int index, in pinctrl_parse_index_with_args() argument 423 error = pinctrl_get_list_and_count(np, list_name, &list, in pinctrl_parse_index_with_args()
|
| /drivers/acpi/acpica/ |
| A D | utcache.c | 54 cache->list_name = cache_name; in acpi_os_create_cache() 241 cache->list_name)); in acpi_os_acquire_object()
|
| A D | uttrack.c | 59 acpi_ut_create_list(const char *list_name, in acpi_ut_create_list() argument 69 cache->list_name = list_name; in acpi_ut_create_list()
|
| A D | dbstats.c | 71 acpi_os_printf("\n%s\n", list->list_name); in acpi_db_list_info()
|
| A D | acutils.h | 680 acpi_ut_create_list(const char *list_name,
|
| /drivers/of/ |
| A D | base.c | 1237 const char *list_name, in of_phandle_iterator_init() argument 1253 list = of_get_property(np, list_name, &size); in of_phandle_iterator_init() 1371 const char *list_name, in __of_parse_phandle_with_args() argument 1383 of_for_each_phandle(&it, rc, np, list_name, cells_name, cell_count) { in __of_parse_phandle_with_args() 1469 const char *list_name, in of_parse_phandle_with_args_map() argument 1492 ret = __of_parse_phandle_with_args(np, list_name, cells_name, -1, index, in of_parse_phandle_with_args_map() 1612 int of_count_phandle_with_args(const struct device_node *np, const char *list_name, in of_count_phandle_with_args() argument 1628 list = of_get_property(np, list_name, &size); in of_count_phandle_with_args() 1635 rc = of_phandle_iterator_init(&it, np, list_name, cells_name, -1); in of_count_phandle_with_args()
|
| A D | property.c | 1242 const char *list_name, in parse_prop_cells() argument 1247 if (strcmp(prop_name, list_name)) in parse_prop_cells() 1250 if (__of_parse_phandle_with_args(np, list_name, cells_name, 0, index, in parse_prop_cells()
|
| /drivers/pinctrl/renesas/ |
| A D | pinctrl-rza1.c | 1175 const char *list_name = "gpio-ranges"; in rza1_parse_gpiochip() local 1181 ret = fwnode_property_get_reference_args(fwnode, list_name, NULL, 3, 0, &args); in rza1_parse_gpiochip() 1184 list_name); in rza1_parse_gpiochip() 1196 "Invalid values in property %s\n", list_name); in rza1_parse_gpiochip()
|
Completed in 32 milliseconds