Lines Matching refs:ctx_header_size
182 unsigned int ctx_header_size; in amdtp_stream_add_pcm_hw_constraints() local
213 ctx_header_size = IR_CTX_HEADER_SIZE_CIP; in amdtp_stream_add_pcm_hw_constraints()
215 ctx_header_size = IR_CTX_HEADER_SIZE_NO_CIP; in amdtp_stream_add_pcm_hw_constraints()
217 CYCLES_PER_SECOND / ctx_header_size; in amdtp_stream_add_pcm_hw_constraints()
488 params->header_length = s->ctx_data.tx.ctx_header_size; in queue_in_packet()
639 if (*payload_length > s->ctx_data.tx.ctx_header_size + in parse_ir_ctx_header()
732 s->ctx_data.tx.ctx_header_size / sizeof(*ctx_header); in generate_device_pkt_descs()
888 packets = header_length / s->ctx_data.tx.ctx_header_size; in in_stream_callback()
1043 unsigned int ctx_header_size; in amdtp_stream_start() local
1073 ctx_header_size = IR_CTX_HEADER_SIZE_CIP; in amdtp_stream_start()
1075 ctx_header_size = IR_CTX_HEADER_SIZE_NO_CIP; in amdtp_stream_start()
1078 ctx_header_size; in amdtp_stream_start()
1082 ctx_header_size = 0; // No effect for IT context. in amdtp_stream_start()
1096 type, channel, speed, ctx_header_size, in amdtp_stream_start()
1110 s->ctx_data.tx.ctx_header_size = ctx_header_size; in amdtp_stream_start()