Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/firewire/
A Damdtp-stream.c188 unsigned int ctx_header_size; in amdtp_stream_add_pcm_hw_constraints() local
218 ctx_header_size = IR_CTX_HEADER_SIZE_CIP; in amdtp_stream_add_pcm_hw_constraints()
220 ctx_header_size = IR_CTX_HEADER_SIZE_NO_CIP; in amdtp_stream_add_pcm_hw_constraints()
222 CYCLES_PER_SECOND / ctx_header_size; in amdtp_stream_add_pcm_hw_constraints()
661 params->header_length = s->ctx_data.tx.ctx_header_size; in queue_in_packet()
1652 unsigned int ctx_header_size; in amdtp_stream_start() local
1683 ctx_header_size = IR_CTX_HEADER_SIZE_CIP; in amdtp_stream_start()
1685 ctx_header_size = IR_CTX_HEADER_SIZE_NO_CIP; in amdtp_stream_start()
1689 ctx_header_size = 0; // No effect for IT context. in amdtp_stream_start()
1699 type, channel, speed, ctx_header_size, in amdtp_stream_start()
[all …]
A Damdtp-stream.h134 unsigned int ctx_header_size; member

Completed in 9 milliseconds