Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfwnode.h139 struct fwnode_operations { struct
140 struct fwnode_handle *(*get)(struct fwnode_handle *fwnode);
141 void (*put)(struct fwnode_handle *fwnode);
142 bool (*device_is_available)(const struct fwnode_handle *fwnode);
143 const void *(*device_get_match_data)(const struct fwnode_handle *fwnode,
145 bool (*device_dma_supported)(const struct fwnode_handle *fwnode);
147 (*device_get_dma_attr)(const struct fwnode_handle *fwnode);
148 bool (*property_present)(const struct fwnode_handle *fwnode,
150 bool (*property_read_bool)(const struct fwnode_handle *fwnode,
152 int (*property_read_int_array)(const struct fwnode_handle *fwnode,
[all …]