Home
last modified time | relevance | path

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

/linux-6.12.1/sound/firewire/
Damdtp-stream.c194 unsigned int ctx_header_size; in amdtp_stream_add_pcm_hw_constraints() local
224 ctx_header_size = IR_CTX_HEADER_SIZE_CIP; in amdtp_stream_add_pcm_hw_constraints()
226 ctx_header_size = IR_CTX_HEADER_SIZE_NO_CIP; in amdtp_stream_add_pcm_hw_constraints()
228 CYCLES_PER_SECOND / ctx_header_size; in amdtp_stream_add_pcm_hw_constraints()
686 params->header_length = s->ctx_data.tx.ctx_header_size; in queue_in_packet()
1009 ctx_header += s->ctx_data.tx.ctx_header_size / sizeof(*ctx_header); in generate_tx_packet_descs()
1346 packet_count = header_length / s->ctx_data.tx.ctx_header_size; in process_tx_packets()
1390 packets = header_length / s->ctx_data.tx.ctx_header_size; in drop_tx_packets()
1392 ctx_header += (packets - 1) * s->ctx_data.tx.ctx_header_size / sizeof(*ctx_header); in drop_tx_packets()
1418 packets = header_length / s->ctx_data.tx.ctx_header_size; in process_tx_packets_intermediately()
[all …]
Damdtp-stream.h138 unsigned int ctx_header_size; member