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