Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dfwnode.h103 struct fwnode_operations { struct
104 struct fwnode_handle *(*get)(struct fwnode_handle *fwnode);
105 void (*put)(struct fwnode_handle *fwnode);
106 bool (*device_is_available)(const struct fwnode_handle *fwnode);
107 const void *(*device_get_match_data)(const struct fwnode_handle *fwnode,
109 bool (*property_present)(const struct fwnode_handle *fwnode,
111 int (*property_read_int_array)(const struct fwnode_handle *fwnode,
116 (*property_read_string_array)(const struct fwnode_handle *fwnode_handle,
119 const char *(*get_name)(const struct fwnode_handle *fwnode);
120 const char *(*get_name_prefix)(const struct fwnode_handle *fwnode);
[all …]