Lines Matching defs:stream
78 struct stream { struct
88 int (*stream_start)(struct stream *, Ssc *const, argument
90 void (*stream_disable)(struct stream *, Ssc *const, argument
92 void (*queue_drop)(struct stream *); argument
99 struct stream rx; argument
212 struct stream *stream = &dev_data->rx; in dma_rx_callback() local
272 struct stream *stream = &dev_data->tx; in dma_tx_callback() local
534 struct stream *stream; in i2s_sam_config_get() local
558 struct stream *stream; in i2s_sam_configure() local
634 static int rx_stream_start(struct stream *stream, Ssc *const ssc, in rx_stream_start()
680 static int tx_stream_start(struct stream *stream, Ssc *const ssc, in tx_stream_start()
732 static void rx_stream_disable(struct stream *stream, Ssc *const ssc, in rx_stream_disable()
744 static void tx_stream_disable(struct stream *stream, Ssc *const ssc, in tx_stream_disable()
756 static void rx_queue_drop(struct stream *stream) in rx_queue_drop()
768 static void tx_queue_drop(struct stream *stream) in tx_queue_drop()
790 struct stream *stream; in i2s_sam_trigger() local