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