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

/linux-master/drivers/base/
H A Dproperty.c618 return fwnode_call_ptr_op(fwnode, get_name);
631 return fwnode_call_ptr_op(fwnode, get_name_prefix);
674 return fwnode_call_ptr_op(fwnode, get_parent);
762 return fwnode_call_ptr_op(fwnode, get_next_child_node, child);
834 return fwnode_call_ptr_op(fwnode, get_named_child_node, childname);
867 return fwnode_call_ptr_op(fwnode, get);
990 return fwnode_call_ptr_op(fwnode, iomap, index);
1075 ep = fwnode_call_ptr_op(parent, graph_get_next_endpoint, prev);
1102 parent = fwnode_call_ptr_op(port, graph_get_port_parent);
1161 return fwnode_call_ptr_op(fwnod
[all...]
/linux-master/include/linux/
H A Dfwnode.h190 #define fwnode_call_ptr_op(fwnode, op, ...) \ macro

Completed in 116 milliseconds