• Home
  • Raw
  • Download

Lines Matching defs:stream

216 	struct sst_byt_stream *stream;  in sst_byt_get_stream()  local
228 struct sst_byt_stream *stream; in sst_byt_stream_update() local
285 struct sst_byt_stream *stream; in sst_byt_process_notification() local
354 u32 (*notify_position)(struct sst_byt_stream *stream, void *data), in sst_byt_stream_new()
357 struct sst_byt_stream *stream; in sst_byt_stream_new() local
376 int sst_byt_stream_set_bits(struct sst_byt *byt, struct sst_byt_stream *stream, in sst_byt_stream_set_bits()
384 struct sst_byt_stream *stream, u8 channels) in sst_byt_stream_set_channels()
390 int sst_byt_stream_set_rate(struct sst_byt *byt, struct sst_byt_stream *stream, in sst_byt_stream_set_rate()
398 int sst_byt_stream_type(struct sst_byt *byt, struct sst_byt_stream *stream, in sst_byt_stream_type()
409 int sst_byt_stream_buffer(struct sst_byt *byt, struct sst_byt_stream *stream, in sst_byt_stream_buffer()
424 int sst_byt_stream_commit(struct sst_byt *byt, struct sst_byt_stream *stream) in sst_byt_stream_commit()
447 int sst_byt_stream_free(struct sst_byt *byt, struct sst_byt_stream *stream) in sst_byt_stream_free()
490 int sst_byt_stream_start(struct sst_byt *byt, struct sst_byt_stream *stream, in sst_byt_stream_start()
514 int sst_byt_stream_stop(struct sst_byt *byt, struct sst_byt_stream *stream) in sst_byt_stream_stop()
530 int sst_byt_stream_pause(struct sst_byt *byt, struct sst_byt_stream *stream) in sst_byt_stream_pause()
543 int sst_byt_stream_resume(struct sst_byt *byt, struct sst_byt_stream *stream) in sst_byt_stream_resume()
557 struct sst_byt_stream *stream, int buffer_size) in sst_byt_get_dsp_position()