Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/
H A Dcoresight-core.c217 conn.dest_fwnode = fwnode_handle_get(dev_fwnode(&helper->dev)); in coresight_add_helper()
228 if (csdev->pdata->out_conns[i]->dest_fwnode == conn.dest_fwnode) in coresight_add_helper()
941 conn->dest_fwnode); in coresight_orphan_match()
944 if (dst_csdev && conn->dest_fwnode == dst_csdev->dev.fwnode) { in coresight_orphan_match()
1122 fwnode_handle_put(conns[i]->dest_fwnode); in coresight_release_platform_data()
1123 conns[i]->dest_fwnode = NULL; in coresight_release_platform_data()
H A Dcoresight-platform.c243 conn.dest_fwnode = fwnode_handle_get(rdev_fwnode); in of_coresight_parse_endpoint()
248 fwnode_handle_put(conn.dest_fwnode); in of_coresight_parse_endpoint()
640 conn->dest_fwnode = fwnode_handle_get(&r_adev->fwnode); in acpi_coresight_parse_link()
/linux/include/linux/
H A Dcoresight.h199 struct fwnode_handle *dest_fwnode; member