Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dfwnode.h123 struct fwnode_operations { struct
124 struct fwnode_handle *(*get)(struct fwnode_handle *fwnode);
125 void (*put)(struct fwnode_handle *fwnode);
131 (*device_get_dma_attr)(const struct fwnode_handle *fwnode);
132 bool (*property_present)(const struct fwnode_handle *fwnode,
142 const char *(*get_name)(const struct fwnode_handle *fwnode);
146 (*get_next_child_node)(const struct fwnode_handle *fwnode,
149 (*get_named_child_node)(const struct fwnode_handle *fwnode,
151 int (*get_reference_args)(const struct fwnode_handle *fwnode,
161 (*graph_get_port_parent)(struct fwnode_handle *fwnode);
[all …]

Completed in 4 milliseconds