Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/
H A Dcoresight-core.c1699 struct fwnode_handle **fwnode_list; in coresight_allocate_device_idx() local
1704 if (list->fwnode_list[idx] == fwnode) in coresight_allocate_device_idx()
1709 fwnode_list = krealloc_array(list->fwnode_list, in coresight_allocate_device_idx()
1710 idx + 1, sizeof(*list->fwnode_list), in coresight_allocate_device_idx()
1712 if (!fwnode_list) in coresight_allocate_device_idx()
1715 fwnode_list[idx] = fwnode; in coresight_allocate_device_idx()
1716 list->fwnode_list = fwnode_list; in coresight_allocate_device_idx()
1840 list->fwnode_list[i] = NULL; in coresight_release_device_list()
1845 kfree(list->fwnode_list); in coresight_release_device_list()