Searched refs:child_fwnode (Results 1 – 3 of 3) sorted by relevance
1013 if (conn->child_fwnode == csdev->dev.fwnode) in coresight_orphan_match()1049 dev = bus_find_device_by_fwnode(&coresight_bustype, conn->child_fwnode); in coresight_fixup_device_conns()1084 if (csdev->dev.fwnode == conn->child_fwnode) { in coresight_remove_match()1092 fwnode_handle_put(conn->child_fwnode); in coresight_remove_match()1181 if (pdata->conns[i].child_fwnode) { in coresight_release_platform_data()1182 fwnode_handle_put(pdata->conns[i].child_fwnode); in coresight_release_platform_data()1183 pdata->conns[i].child_fwnode = NULL; in coresight_release_platform_data()
224 conn->child_fwnode = fwnode_handle_get(rdev_fwnode); in of_coresight_parse_endpoint()629 conn->child_fwnode = fwnode_handle_get(&r_adev->fwnode); in acpi_coresight_parse_link()
137 struct fwnode_handle *child_fwnode; member