Home
last modified time | relevance | path

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

/linux/include/linux/
A Dfwnode.h110 struct fwnode_operations { struct
111 struct fwnode_handle *(*get)(struct fwnode_handle *fwnode);
112 void (*put)(struct fwnode_handle *fwnode);
116 bool (*property_present)(const struct fwnode_handle *fwnode,
126 const char *(*get_name)(const struct fwnode_handle *fwnode);
130 (*get_next_child_node)(const struct fwnode_handle *fwnode,
133 (*get_named_child_node)(const struct fwnode_handle *fwnode,
135 int (*get_reference_args)(const struct fwnode_handle *fwnode,
140 (*graph_get_next_endpoint)(const struct fwnode_handle *fwnode,
145 (*graph_get_port_parent)(struct fwnode_handle *fwnode);
[all …]

Completed in 3 milliseconds