Home
last modified time | relevance | path

Searched refs:stream_data (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/xilinx/
H A Dxlnx_formatter_pcm.c333 struct xlnx_pcm_stream_param *stream_data; in xlnx_formatter_pcm_open() local
344 stream_data = kzalloc(sizeof(*stream_data), GFP_KERNEL); in xlnx_formatter_pcm_open()
345 if (!stream_data) in xlnx_formatter_pcm_open()
354 stream_data->mmio = adata->mmio + XLNX_MM2S_OFFSET; in xlnx_formatter_pcm_open()
363 stream_data->mmio = adata->mmio + XLNX_S2MM_OFFSET; in xlnx_formatter_pcm_open()
370 stream_data->interleaved = true; in xlnx_formatter_pcm_open()
372 stream_data->xfer_mode = (val & data_xfer_mode) >> data_xfer_shift; in xlnx_formatter_pcm_open()
373 stream_data->ch_limit = (val & ch_count_mask) >> ch_count_shift; in xlnx_formatter_pcm_open()
376 substream->stream, stream_data in xlnx_formatter_pcm_open()
423 struct xlnx_pcm_stream_param *stream_data = xlnx_formatter_pcm_close() local
444 struct xlnx_pcm_stream_param *stream_data = runtime->private_data; xlnx_formatter_pcm_pointer() local
462 struct xlnx_pcm_stream_param *stream_data = runtime->private_data; xlnx_formatter_pcm_hw_params() local
544 struct xlnx_pcm_stream_param *stream_data = xlnx_formatter_pcm_trigger() local
[all...]
/kernel/linux/linux-6.6/sound/soc/xilinx/
H A Dxlnx_formatter_pcm.c333 struct xlnx_pcm_stream_param *stream_data; in xlnx_formatter_pcm_open() local
344 stream_data = kzalloc(sizeof(*stream_data), GFP_KERNEL); in xlnx_formatter_pcm_open()
345 if (!stream_data) in xlnx_formatter_pcm_open()
354 stream_data->mmio = adata->mmio + XLNX_MM2S_OFFSET; in xlnx_formatter_pcm_open()
363 stream_data->mmio = adata->mmio + XLNX_S2MM_OFFSET; in xlnx_formatter_pcm_open()
370 stream_data->interleaved = true; in xlnx_formatter_pcm_open()
372 stream_data->xfer_mode = (val & data_xfer_mode) >> data_xfer_shift; in xlnx_formatter_pcm_open()
373 stream_data->ch_limit = (val & ch_count_mask) >> ch_count_shift; in xlnx_formatter_pcm_open()
376 substream->stream, stream_data in xlnx_formatter_pcm_open()
423 struct xlnx_pcm_stream_param *stream_data = xlnx_formatter_pcm_close() local
444 struct xlnx_pcm_stream_param *stream_data = runtime->private_data; xlnx_formatter_pcm_pointer() local
462 struct xlnx_pcm_stream_param *stream_data = runtime->private_data; xlnx_formatter_pcm_hw_params() local
544 struct xlnx_pcm_stream_param *stream_data = xlnx_formatter_pcm_trigger() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/smartpqi/
H A Dsmartpqi.h1159 struct pqi_stream_data stream_data[NUM_STREAMS_PER_LUN]; member
H A Dsmartpqi_init.c5967 pqi_stream_data = &device->stream_data[i]; in pqi_is_parity_write_stream()
5996 pqi_stream_data = &device->stream_data[lru_index]; in pqi_is_parity_write_stream()

Completed in 18 milliseconds