Lines Matching refs:fwnode_handle

17 struct fwnode_handle {  struct
18 struct fwnode_handle *secondary; argument
32 const struct fwnode_handle *local_fwnode; argument
44 struct fwnode_handle *fwnode;
111 struct fwnode_handle *(*get)(struct fwnode_handle *fwnode);
112 void (*put)(struct fwnode_handle *fwnode);
113 bool (*device_is_available)(const struct fwnode_handle *fwnode);
114 const void *(*device_get_match_data)(const struct fwnode_handle *fwnode,
116 bool (*property_present)(const struct fwnode_handle *fwnode,
118 int (*property_read_int_array)(const struct fwnode_handle *fwnode,
123 (*property_read_string_array)(const struct fwnode_handle *fwnode_handle,
126 const char *(*get_name)(const struct fwnode_handle *fwnode);
127 const char *(*get_name_prefix)(const struct fwnode_handle *fwnode);
128 struct fwnode_handle *(*get_parent)(const struct fwnode_handle *fwnode);
129 struct fwnode_handle *
130 (*get_next_child_node)(const struct fwnode_handle *fwnode,
131 struct fwnode_handle *child);
132 struct fwnode_handle *
133 (*get_named_child_node)(const struct fwnode_handle *fwnode,
135 int (*get_reference_args)(const struct fwnode_handle *fwnode,
139 struct fwnode_handle *
140 (*graph_get_next_endpoint)(const struct fwnode_handle *fwnode,
141 struct fwnode_handle *prev);
142 struct fwnode_handle *
143 (*graph_get_remote_endpoint)(const struct fwnode_handle *fwnode);
144 struct fwnode_handle *
145 (*graph_get_port_parent)(struct fwnode_handle *fwnode);
146 int (*graph_parse_endpoint)(const struct fwnode_handle *fwnode,
148 int (*add_links)(const struct fwnode_handle *fwnode,