Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dcoresight.h281 struct fwnode_handle **fwnode_list; member
288 .fwnode_list = NULL, \
/Linux-v6.6/drivers/hwtracing/coresight/
Dcoresight-core.c1684 if (dict->fwnode_list[i] == fwnode) in coresight_search_device_idx()
1779 list = krealloc_array(dict->fwnode_list, in coresight_alloc_device_name()
1780 idx + 1, sizeof(*dict->fwnode_list), in coresight_alloc_device_name()
1788 dict->fwnode_list = list; in coresight_alloc_device_name()