Home
last modified time | relevance | path

Searched refs:fwnode_list (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/hwtracing/coresight/
H A Dcoresight-core.c1467 struct fwnode_handle **fwnode_list; in coresight_allocate_device_idx() local
1472 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()
/linux/include/linux/
H A Dcoresight.h319 struct fwnode_handle **fwnode_list; member