Searched refs:fwnode_list (Results 1 – 2 of 2) sorted by relevance
1467 struct fwnode_handle **fwnode_list; in coresight_allocate_device_idx() local1472 if (list->fwnode_list[idx] == fwnode) in coresight_allocate_device_idx()1477 fwnode_list = krealloc_array(list->fwnode_list, in coresight_allocate_device_idx()1478 idx + 1, sizeof(*list->fwnode_list), in coresight_allocate_device_idx()1480 if (!fwnode_list) in coresight_allocate_device_idx()1483 fwnode_list[idx] = fwnode; in coresight_allocate_device_idx()1484 list->fwnode_list = fwnode_list; in coresight_allocate_device_idx()1608 list->fwnode_list[i] = NULL; in coresight_release_device_list()1613 kfree(list->fwnode_list); in coresight_release_device_list()
319 struct fwnode_handle **fwnode_list; member