Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/base/
Dproperty.c589 return fwnode_call_ptr_op(fwnode, get_parent); in fwnode_get_parent()
602 return fwnode_call_ptr_op(fwnode, get_next_child_node, child); in fwnode_get_next_child_node()
661 return fwnode_call_ptr_op(fwnode, get_named_child_node, childname); in fwnode_get_named_child_node()
688 return fwnode_call_ptr_op(fwnode, get); in fwnode_handle_get()
902 return fwnode_call_ptr_op(fwnode, graph_get_next_endpoint, prev); in fwnode_graph_get_next_endpoint()
918 parent = fwnode_call_ptr_op(port, graph_get_port_parent); in fwnode_graph_get_port_parent()
968 return fwnode_call_ptr_op(fwnode, graph_get_remote_endpoint); in fwnode_graph_get_remote_endpoint()
1105 return fwnode_call_ptr_op(dev_fwnode(dev), device_get_match_data, dev); in device_get_match_data()
/Linux-v5.4/include/linux/
Dfwnode.h118 #define fwnode_call_ptr_op(fwnode, op, ...) \ macro