Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dfwnode.h134 struct fwnode_operations { struct
135 struct fwnode_handle *(*get)(struct fwnode_handle *fwnode);
136 void (*put)(struct fwnode_handle *fwnode);
137 bool (*device_is_available)(const struct fwnode_handle *fwnode);
138 const void *(*device_get_match_data)(const struct fwnode_handle *fwnode,
140 bool (*device_dma_supported)(const struct fwnode_handle *fwnode);
142 (*device_get_dma_attr)(const struct fwnode_handle *fwnode);
143 bool (*property_present)(const struct fwnode_handle *fwnode,
145 bool (*property_read_bool)(const struct fwnode_handle *fwnode,
147 int (*property_read_int_array)(const struct fwnode_handle *fwnode,
[all …]