Searched refs:data_block_counter (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/sound/firewire/ |
D | amdtp-stream-trace.h | 17 …nsigned int payload_length, unsigned int data_blocks, unsigned int data_block_counter, unsigned in… 18 …TP_ARGS(s, cycles, cip_header, payload_length, data_blocks, data_block_counter, packet_index, inde… 29 __field(unsigned int, data_block_counter) 52 __entry->data_block_counter = data_block_counter, 67 __entry->data_block_counter,
|
D | amdtp-am824.c | 296 unsigned int frames, unsigned int data_block_counter) in write_midi_messages() argument 305 port = (data_block_counter + f) % 8; in write_midi_messages() 324 unsigned int frames, unsigned int data_block_counter) in read_midi_messages() argument 335 port += data_block_counter; in read_midi_messages() 367 desc->data_block_counter); in process_it_ctx_payloads() 392 desc->data_block_counter); in process_ir_ctx_payloads()
|
D | amdtp-stream.c | 668 unsigned int data_block_counter, unsigned int syt) in generate_cip_header() argument 673 data_block_counter); in generate_cip_header() 683 unsigned int data_block_counter, in build_it_pkt_header() argument 694 generate_cip_header(s, cip_header, data_block_counter, syt); in build_it_pkt_header() 701 data_block_counter, s->packet_index, index, curr_cycle_time); in build_it_pkt_header() 707 unsigned int *data_block_counter, unsigned int *syt) in check_cip_header() argument 765 *data_block_counter != UINT_MAX) in check_cip_header() 766 dbc = *data_block_counter; in check_cip_header() 769 *data_block_counter == UINT_MAX) { in check_cip_header() 772 lost = dbc != *data_block_counter; in check_cip_header() [all …]
|
D | amdtp-stream.h | 104 unsigned int data_block_counter; member 179 unsigned int data_block_counter; member
|
/Linux-v6.6/sound/firewire/digi00x/ |
D | amdtp-dot.c | 249 unsigned int data_blocks, unsigned int data_block_counter) in write_midi_messages() argument 257 port = (data_block_counter + f) % 8; in write_midi_messages() 383 desc->data_block_counter); in process_it_ctx_payloads()
|