Searched defs:compress_sst_ops (Results 1 – 1 of 1) sorted by relevance
102 struct compress_sst_ops { struct103 const char *name;104 int (*open)(struct device *dev,106 int (*stream_start)(struct device *dev, unsigned int str_id);107 int (*stream_drop)(struct device *dev, unsigned int str_id);108 int (*stream_drain)(struct device *dev, unsigned int str_id);109 int (*stream_partial_drain)(struct device *dev, unsigned int str_id);110 int (*stream_pause)(struct device *dev, unsigned int str_id);111 int (*stream_pause_release)(struct device *dev, unsigned int str_id);113 int (*tstamp)(struct device *dev, unsigned int str_id,[all …]