Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/hwtracing/coresight/
Dcoresight-core.c255 conn.dest_fwnode = fwnode_handle_get(dev_fwnode(&helper->dev)); in coresight_add_helper()
266 if (csdev->pdata->out_conns[i]->dest_fwnode == conn.dest_fwnode) in coresight_add_helper()
1373 conn->dest_fwnode); in coresight_orphan_match()
1376 if (dst_csdev && conn->dest_fwnode == dst_csdev->dev.fwnode) { in coresight_orphan_match()
1554 fwnode_handle_put(conns[i]->dest_fwnode); in coresight_release_platform_data()
1555 conns[i]->dest_fwnode = NULL; in coresight_release_platform_data()
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()
638 conn->dest_fwnode = fwnode_handle_get(&r_adev->fwnode); in acpi_coresight_parse_link()
/Linux-v6.6/include/linux/
Dcoresight.h197 struct fwnode_handle *dest_fwnode; member