Home
last modified time | relevance | path

Searched refs:bpt_ctx (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/soundwire/
H A Dintel_ace2x.c182 sdw->bpt_ctx.pdi0_buffer_size = pdi0_buffer_size; in intel_ace2x_bpt_open_stream()
183 sdw->bpt_ctx.pdi1_buffer_size = pdi1_buffer_size; in intel_ace2x_bpt_open_stream()
184 sdw->bpt_ctx.num_frames = num_frames; in intel_ace2x_bpt_open_stream()
185 sdw->bpt_ctx.data_per_frame = data_per_frame; in intel_ace2x_bpt_open_stream()
230 sdw->instance, &sdw->bpt_ctx.bpt_tx_stream, in intel_ace2x_bpt_open_stream()
231 &sdw->bpt_ctx.dmab_tx_bdl, pdi0_buffer_size, tx_dma_bandwidth, in intel_ace2x_bpt_open_stream()
232 &sdw->bpt_ctx.bpt_rx_stream, &sdw->bpt_ctx.dmab_rx_bdl, in intel_ace2x_bpt_open_stream()
242 sdw->bpt_ctx.dmab_tx_bdl.area, in intel_ace2x_bpt_open_stream()
247 sdw->bpt_ctx.dmab_tx_bdl.area, in intel_ace2x_bpt_open_stream()
259 sdw->bpt_ctx.bpt_tx_stream, &sdw->bpt_ctx.dmab_tx_bdl, in intel_ace2x_bpt_open_stream()
[all …]
H A Dintel.h80 struct sdw_intel_bpt bpt_ctx; member