fwnode_call_ptr_op
return fwnode_call_ptr_op(fwnode, iomap, index);
ep = fwnode_call_ptr_op(parent, graph_get_next_endpoint, prev);
parent = fwnode_call_ptr_op(port, graph_get_port_parent);
return fwnode_call_ptr_op(fwnode, graph_get_remote_endpoint);
return fwnode_call_ptr_op(dev_fwnode(dev), device_get_match_data, dev);
return fwnode_call_ptr_op(fwnode, get_name);
return fwnode_call_ptr_op(fwnode, get_name_prefix);
return fwnode_call_ptr_op(fwnode, get_parent);
next = fwnode_call_ptr_op(fwnode, get_next_child_node, child);
return fwnode_call_ptr_op(fwnode->secondary, get_next_child_node, child);
return fwnode_call_ptr_op(fwnode, get_named_child_node, childname);
return fwnode_call_ptr_op(fwnode, get);