Home
last modified time | relevance | path

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

/linux-6.15/drivers/base/
H A Dproperty.c656 return fwnode_call_ptr_op(fwnode, get_name); in fwnode_get_name()
669 return fwnode_call_ptr_op(fwnode, get_name_prefix); in fwnode_get_name_prefix()
712 return fwnode_call_ptr_op(fwnode, get_parent); in fwnode_get_parent()
800 return fwnode_call_ptr_op(fwnode, get_next_child_node, child); in fwnode_get_next_child_node()
872 return fwnode_call_ptr_op(fwnode, get_named_child_node, childname); in fwnode_get_named_child_node()
905 return fwnode_call_ptr_op(fwnode, get); in fwnode_handle_get()
1014 return fwnode_call_ptr_op(fwnode, iomap, index); in fwnode_iomap()
1099 ep = fwnode_call_ptr_op(parent, graph_get_next_endpoint, prev); in fwnode_graph_get_next_endpoint()
1126 parent = fwnode_call_ptr_op(port, graph_get_port_parent); in fwnode_graph_get_port_parent()
1185 return fwnode_call_ptr_op(fwnode, graph_get_remote_endpoint); in fwnode_graph_get_remote_endpoint()
[all …]
/linux-6.15/include/linux/
H A Dfwnode.h198 #define fwnode_call_ptr_op(fwnode, op, ...) \ macro