Lines Matching refs:node
1323 struct fwnode_handle *node; in fwnode_graph_devcon_matches() local
1334 node = fwnode_graph_get_remote_port_parent(ep); in fwnode_graph_devcon_matches()
1335 if (!fwnode_device_is_available(node)) { in fwnode_graph_devcon_matches()
1336 fwnode_handle_put(node); in fwnode_graph_devcon_matches()
1340 ret = match(node, con_id, data); in fwnode_graph_devcon_matches()
1341 fwnode_handle_put(node); in fwnode_graph_devcon_matches()
1357 struct fwnode_handle *node; in fwnode_devcon_matches() local
1366 node = fwnode_find_reference(fwnode, con_id, i); in fwnode_devcon_matches()
1367 if (IS_ERR(node)) in fwnode_devcon_matches()
1370 ret = match(node, NULL, data); in fwnode_devcon_matches()
1371 fwnode_handle_put(node); in fwnode_devcon_matches()