Home
last modified time | relevance | path

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

/Linux-v5.4/sound/firewire/
Damdtp-stream.c57 #define QUEUE_LENGTH 48 macro
454 if (++s->packet_index >= QUEUE_LENGTH) in queue_packet()
678 return increment_cycle_count(cycle, QUEUE_LENGTH); in compute_it_cycle()
692 unsigned int index = (s->packet_index + i) % QUEUE_LENGTH; in generate_device_pkt_descs()
733 unsigned int index = (s->packet_index + i) % QUEUE_LENGTH; in generate_ideal_pkt_descs()
956 err = iso_packets_buffer_init(&s->buffer, s->unit, QUEUE_LENGTH, in amdtp_stream_start()
Disight.c47 #define QUEUE_LENGTH 20 macro
207 if (++index >= QUEUE_LENGTH) in isight_packet()
271 QUEUE_LENGTH, in isight_open()
378 for (i = 0; i < QUEUE_LENGTH; ++i) { in isight_start_streaming()