Searched refs:coresight_node (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-core.c35 * struct coresight_node - elements of a path, from source to sink
39 struct coresight_node { struct
340 struct coresight_node *nd)
346 nd = list_first_entry(path, struct coresight_node, link);
419 struct coresight_node *nd;
482 csdev = list_last_entry(path, struct coresight_node, link)->csdev;
634 struct coresight_node *node;
674 node = kzalloc(sizeof(struct coresight_node), GFP_KERNEL);
718 struct coresight_node *nd, *next;

Completed in 140 milliseconds