Home
last modified time | relevance | path

Searched refs:fwnode_call_ptr_op (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/base/
A Dproperty.c566 return fwnode_call_ptr_op(fwnode, get_name); in fwnode_get_name()
579 return fwnode_call_ptr_op(fwnode, get_name_prefix); in fwnode_get_name_prefix()
591 return fwnode_call_ptr_op(fwnode, get_parent); in fwnode_get_parent()
724 return fwnode_call_ptr_op(fwnode, get_next_child_node, child); in fwnode_get_next_child_node()
786 return fwnode_call_ptr_op(fwnode, get_named_child_node, childname); in fwnode_get_named_child_node()
813 return fwnode_call_ptr_op(fwnode, get); in fwnode_handle_get()
986 ep = fwnode_call_ptr_op(parent, graph_get_next_endpoint, prev); in fwnode_graph_get_next_endpoint()
1008 parent = fwnode_call_ptr_op(port, graph_get_port_parent); in fwnode_graph_get_port_parent()
1058 return fwnode_call_ptr_op(fwnode, graph_get_remote_endpoint); in fwnode_graph_get_remote_endpoint()
1195 return fwnode_call_ptr_op(dev_fwnode(dev), device_get_match_data, dev); in device_get_match_data()
/linux/include/linux/
A Dfwnode.h162 #define fwnode_call_ptr_op(fwnode, op, ...) \ macro

Completed in 6 milliseconds