Home
last modified time | relevance | path

Searched refs:stream_data (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/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()
370 stream_data->interleaved = true; in xlnx_formatter_pcm_open()
377 stream_data->xfer_mode, stream_data->ch_limit); in xlnx_formatter_pcm_open()
380 runtime->private_data = stream_data; in xlnx_formatter_pcm_open()
434 kfree(stream_data); in xlnx_formatter_pcm_close()
448 if (pos >= stream_data->buffer_size) in xlnx_formatter_pcm_pointer()
466 if (active_ch > stream_data->ch_limit) in xlnx_formatter_pcm_hw_params()
486 aes_reg1_val = readl(stream_data->mmio + in xlnx_formatter_pcm_hw_params()
[all …]
/linux-6.15/drivers/scsi/smartpqi/
H A Dsmartpqi.h1174 struct pqi_stream_data stream_data[NUM_STREAMS_PER_LUN]; member
H A Dsmartpqi_init.c5981 pqi_stream_data = &device->stream_data[i]; in pqi_is_parity_write_stream()
6011 pqi_stream_data = &device->stream_data[lru_index]; in pqi_is_parity_write_stream()