Home
last modified time | relevance | path

Searched refs:data_block_counter (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/sound/firewire/
H A Damdtp-stream-trace.h17 …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,
H A Damdtp-am824.c296 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()
H A Damdtp-stream.c682 data_block_counter); in generate_cip_header()
692 unsigned int data_block_counter, in build_it_pkt_header() argument
775 dbc = *data_block_counter; in check_cip_header()
800 *data_block_counter, dbc); in check_cip_header()
804 *data_block_counter = dbc; in check_cip_header()
858 *data_block_counter = 0; in parse_ir_ctx_header()
984 desc->data_block_counter = dbc; in generate_tx_packet_descs()
998 s->data_block_counter = dbc; in generate_tx_packet_descs()
1042 desc->data_block_counter = dbc; in generate_rx_packet_descs()
1055 s->data_block_counter = dbc; in generate_rx_packet_descs()
[all …]
H A Damdtp-stream.h108 unsigned int data_block_counter; member
183 unsigned int data_block_counter; member
/openbmc/linux/sound/firewire/digi00x/
H A Damdtp-dot.c249 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()