Searched defs:fwnode_operations (Results 1 – 1 of 1) sorted by relevance
139 struct fwnode_operations { struct140 struct fwnode_handle *(*get)(struct fwnode_handle *fwnode);141 void (*put)(struct fwnode_handle *fwnode);147 (*device_get_dma_attr)(const struct fwnode_handle *fwnode);148 bool (*property_present)(const struct fwnode_handle *fwnode,160 const char *(*get_name)(const struct fwnode_handle *fwnode);164 (*get_next_child_node)(const struct fwnode_handle *fwnode,167 (*get_named_child_node)(const struct fwnode_handle *fwnode,169 int (*get_reference_args)(const struct fwnode_handle *fwnode,179 (*graph_get_port_parent)(struct fwnode_handle *fwnode);[all …]
Completed in 5 milliseconds