Lines Matching refs:fwnode_handle
20 struct fwnode_handle { struct
21 struct fwnode_handle *secondary; argument
34 const struct fwnode_handle *local_fwnode; argument
46 struct fwnode_handle *fwnode;
73 struct fwnode_handle *(*get)(struct fwnode_handle *fwnode);
74 void (*put)(struct fwnode_handle *fwnode);
75 bool (*device_is_available)(const struct fwnode_handle *fwnode);
76 const void *(*device_get_match_data)(const struct fwnode_handle *fwnode,
78 bool (*property_present)(const struct fwnode_handle *fwnode,
80 int (*property_read_int_array)(const struct fwnode_handle *fwnode,
85 (*property_read_string_array)(const struct fwnode_handle *fwnode_handle,
88 struct fwnode_handle *(*get_parent)(const struct fwnode_handle *fwnode);
89 struct fwnode_handle *
90 (*get_next_child_node)(const struct fwnode_handle *fwnode,
91 struct fwnode_handle *child);
92 struct fwnode_handle *
93 (*get_named_child_node)(const struct fwnode_handle *fwnode,
95 int (*get_reference_args)(const struct fwnode_handle *fwnode,
99 struct fwnode_handle *
100 (*graph_get_next_endpoint)(const struct fwnode_handle *fwnode,
101 struct fwnode_handle *prev);
102 struct fwnode_handle *
103 (*graph_get_remote_endpoint)(const struct fwnode_handle *fwnode);
104 struct fwnode_handle *
105 (*graph_get_port_parent)(struct fwnode_handle *fwnode);
106 int (*graph_parse_endpoint)(const struct fwnode_handle *fwnode,