Searched refs:data_block_counter (Results 1 – 5 of 5) sorted by relevance
/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, index), 28 __field(unsigned int, data_block_counter) 50 __entry->data_block_counter = data_block_counter, 64 __entry->data_block_counter,
|
D | amdtp-stream.c | 479 unsigned int data_block_counter, unsigned int syt) in generate_cip_header() argument 484 data_block_counter); in generate_cip_header() 494 unsigned int data_block_counter, in build_it_pkt_header() argument 505 generate_cip_header(s, cip_header, data_block_counter, syt); in build_it_pkt_header() 513 data_block_counter, index); in build_it_pkt_header() 519 unsigned int *data_block_counter, unsigned int *syt) in check_cip_header() argument 579 *data_block_counter != UINT_MAX) in check_cip_header() 580 dbc = *data_block_counter; in check_cip_header() 583 *data_block_counter == UINT_MAX) { in check_cip_header() 586 lost = dbc != *data_block_counter; in check_cip_header() [all …]
|
D | amdtp-am824.c | 297 unsigned int frames, unsigned int data_block_counter) in write_midi_messages() argument 306 port = (data_block_counter + f) % 8; in write_midi_messages() 325 unsigned int frames, unsigned int data_block_counter) in read_midi_messages() argument 336 port += data_block_counter; in read_midi_messages() 371 desc->data_block_counter); in process_it_ctx_payloads() 399 desc->data_block_counter); in process_ir_ctx_payloads()
|
D | amdtp-stream.h | 101 unsigned int data_block_counter; member 151 unsigned int data_block_counter; member
|
/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() 389 desc->data_block_counter); in process_it_ctx_payloads()
|