Home
last modified time | relevance | path

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

/linux/sound/soc/xilinx/
A Dxlnx_formatter_pcm.c322 struct xlnx_pcm_stream_param *stream_data; in xlnx_formatter_pcm_open() local
333 stream_data = kzalloc(sizeof(*stream_data), GFP_KERNEL); in xlnx_formatter_pcm_open()
334 if (!stream_data) in xlnx_formatter_pcm_open()
359 stream_data->interleaved = true; in xlnx_formatter_pcm_open()
366 stream_data->xfer_mode, stream_data->ch_limit); in xlnx_formatter_pcm_open()
369 runtime->private_data = stream_data; in xlnx_formatter_pcm_open()
403 kfree(stream_data); in xlnx_formatter_pcm_close()
417 if (pos >= stream_data->buffer_size) in xlnx_formatter_pcm_pointer()
434 if (active_ch > stream_data->ch_limit) in xlnx_formatter_pcm_hw_params()
441 aes_reg1_val = readl(stream_data->mmio + in xlnx_formatter_pcm_hw_params()
[all …]
/linux/drivers/scsi/smartpqi/
A Dsmartpqi.h1144 struct pqi_stream_data stream_data[NUM_STREAMS_PER_LUN]; member
A Dsmartpqi_init.c5847 pqi_stream_data = &device->stream_data[i]; in pqi_is_parity_write_stream()
5876 pqi_stream_data = &device->stream_data[lru_index]; in pqi_is_parity_write_stream()

Completed in 31 milliseconds