Searched refs:EVENT_QUEUE_SIZE (Results 1 - 3 of 3) sorted by relevance

/linux-master/sound/firewire/motu/
H A Dmotu-register-dsp-message-parser.c81 #define EVENT_QUEUE_SIZE 16 macro
96 u32 event_queue[EVENT_QUEUE_SIZE];
140 if (pos >= EVENT_QUEUE_SIZE)
397 return EVENT_QUEUE_SIZE - parser->pull_pos + parser->push_pos;
416 if (pos >= EVENT_QUEUE_SIZE)
/linux-master/drivers/media/pci/ngene/
H A Dngene.h494 #define EVENT_QUEUE_SIZE 16 macro
717 struct EVENT_BUFFER EventQueue[EVENT_QUEUE_SIZE];
H A Dngene-core.c61 (dev->EventQueueReadIndex + 1) & (EVENT_QUEUE_SIZE - 1);
196 (EVENT_QUEUE_SIZE - 1);

Completed in 87 milliseconds