Lines Matching refs:fwnode_handle
41 struct fwnode_handle { struct
42 struct fwnode_handle *secondary; argument
58 struct fwnode_handle *supplier; argument
60 struct fwnode_handle *consumer;
74 const struct fwnode_handle *local_fwnode;
93 struct fwnode_handle *fwnode;
124 struct fwnode_handle *(*get)(struct fwnode_handle *fwnode);
125 void (*put)(struct fwnode_handle *fwnode);
126 bool (*device_is_available)(const struct fwnode_handle *fwnode);
127 const void *(*device_get_match_data)(const struct fwnode_handle *fwnode,
129 bool (*device_dma_supported)(const struct fwnode_handle *fwnode);
131 (*device_get_dma_attr)(const struct fwnode_handle *fwnode);
132 bool (*property_present)(const struct fwnode_handle *fwnode,
134 int (*property_read_int_array)(const struct fwnode_handle *fwnode,
139 (*property_read_string_array)(const struct fwnode_handle *fwnode_handle,
142 const char *(*get_name)(const struct fwnode_handle *fwnode);
143 const char *(*get_name_prefix)(const struct fwnode_handle *fwnode);
144 struct fwnode_handle *(*get_parent)(const struct fwnode_handle *fwnode);
145 struct fwnode_handle *
146 (*get_next_child_node)(const struct fwnode_handle *fwnode,
147 struct fwnode_handle *child);
148 struct fwnode_handle *
149 (*get_named_child_node)(const struct fwnode_handle *fwnode,
151 int (*get_reference_args)(const struct fwnode_handle *fwnode,
155 struct fwnode_handle *
156 (*graph_get_next_endpoint)(const struct fwnode_handle *fwnode,
157 struct fwnode_handle *prev);
158 struct fwnode_handle *
159 (*graph_get_remote_endpoint)(const struct fwnode_handle *fwnode);
160 struct fwnode_handle *
161 (*graph_get_port_parent)(struct fwnode_handle *fwnode);
162 int (*graph_parse_endpoint)(const struct fwnode_handle *fwnode,
164 void __iomem *(*iomap)(struct fwnode_handle *fwnode, int index);
165 int (*irq_get)(const struct fwnode_handle *fwnode, unsigned int index);
166 int (*add_links)(struct fwnode_handle *fwnode);
190 static inline void fwnode_init(struct fwnode_handle *fwnode, in fwnode_init()
198 static inline void fwnode_dev_initialized(struct fwnode_handle *fwnode, in fwnode_dev_initialized()
211 int fwnode_link_add(struct fwnode_handle *con, struct fwnode_handle *sup);
212 void fwnode_links_purge(struct fwnode_handle *fwnode);
213 void fw_devlink_purge_absent_suppliers(struct fwnode_handle *fwnode);