Home
last modified time | relevance | path

Searched defs:fwnode_operations (Results 1 – 1 of 1) sorted by relevance

/linux/include/linux/
H A Dfwnode.h133 struct fwnode_operations { struct
134 struct fwnode_handle *(*get)(struct fwnode_handle *fwnode);
135 void (*put)(struct fwnode_handle *fwnode);
141 (*device_get_dma_attr)(const struct fwnode_handle *fwnode);
142 bool (*property_present)(const struct fwnode_handle *fwnode,
152 const char *(*get_name)(const struct fwnode_handle *fwnode);
156 (*get_next_child_node)(const struct fwnode_handle *fwnode,
159 (*get_named_child_node)(const struct fwnode_handle *fwnode,
161 int (*get_reference_args)(const struct fwnode_handle *fwnode,
171 (*graph_get_port_parent)(struct fwnode_handle *fwnode);
[all …]