Searched defs:fwnode_operations (Results 1 – 1 of 1) sorted by relevance
138 struct fwnode_operations { struct139 struct fwnode_handle *(*get)(struct fwnode_handle *fwnode);140 void (*put)(struct fwnode_handle *fwnode);141 bool (*device_is_available)(const struct fwnode_handle *fwnode);142 const void *(*device_get_match_data)(const struct fwnode_handle *fwnode,144 bool (*device_dma_supported)(const struct fwnode_handle *fwnode);146 (*device_get_dma_attr)(const struct fwnode_handle *fwnode);147 bool (*property_present)(const struct fwnode_handle *fwnode,149 int (*property_read_int_array)(const struct fwnode_handle *fwnode,154 (*property_read_string_array)(const struct fwnode_handle *fwnode_handle,[all …]