Searched defs:fwnode_operations (Results 1 – 1 of 1) sorted by relevance
133 struct fwnode_operations { struct134 struct fwnode_handle *(*get)(struct fwnode_handle *fwnode);135 void (*put)(struct fwnode_handle *fwnode);136 bool (*device_is_available)(const struct fwnode_handle *fwnode);137 const void *(*device_get_match_data)(const struct fwnode_handle *fwnode,139 bool (*device_dma_supported)(const struct fwnode_handle *fwnode);141 (*device_get_dma_attr)(const struct fwnode_handle *fwnode);142 bool (*property_present)(const struct fwnode_handle *fwnode,144 int (*property_read_int_array)(const struct fwnode_handle *fwnode,149 (*property_read_string_array)(const struct fwnode_handle *fwnode_handle,[all …]