Searched defs:fwnode_operations (Results 1 – 1 of 1) sorted by relevance
114 struct fwnode_operations { struct115 struct fwnode_handle *(*get)(struct fwnode_handle *fwnode);116 void (*put)(struct fwnode_handle *fwnode);117 bool (*device_is_available)(const struct fwnode_handle *fwnode);118 const void *(*device_get_match_data)(const struct fwnode_handle *fwnode,120 bool (*device_dma_supported)(const struct fwnode_handle *fwnode);122 (*device_get_dma_attr)(const struct fwnode_handle *fwnode);123 bool (*property_present)(const struct fwnode_handle *fwnode,125 int (*property_read_int_array)(const struct fwnode_handle *fwnode,130 (*property_read_string_array)(const struct fwnode_handle *fwnode_handle,[all …]