Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dfwnode.h72 struct fwnode_operations { struct
73 struct fwnode_handle *(*get)(struct fwnode_handle *fwnode);
74 void (*put)(struct fwnode_handle *fwnode);
75 bool (*device_is_available)(const struct fwnode_handle *fwnode);
76 const void *(*device_get_match_data)(const struct fwnode_handle *fwnode,
78 bool (*property_present)(const struct fwnode_handle *fwnode,
80 int (*property_read_int_array)(const struct fwnode_handle *fwnode,
85 (*property_read_string_array)(const struct fwnode_handle *fwnode_handle,
88 struct fwnode_handle *(*get_parent)(const struct fwnode_handle *fwnode);
90 (*get_next_child_node)(const struct fwnode_handle *fwnode,
[all …]