Lines Matching defs:queue
75 #define SNDRV_SEQ_EVENT_SETPOS_TICK 33 /* set tick queue position */
76 #define SNDRV_SEQ_EVENT_SETPOS_TIME 34 /* set realtime queue position */
80 #define SNDRV_SEQ_EVENT_QUEUE_SKEW 38 /* skew queue tempo */
251 /* queue timer control */
253 unsigned char queue; /* affected queue */
278 struct snd_seq_ev_queue_control queue;
292 unsigned char queue; /* schedule queue */
306 unsigned char queue; /* schedule queue */
423 unsigned char queue; /* Queue for REMOVE_DEST */
501 unsigned char time_queue; /* queue # for timestamping */
508 /* queue flags */
511 /* queue information */
513 int queue; /* queue id */
516 * security settings, only owner of this queue can start/stop timer
517 * etc. if the queue is locked for other clients
519 int owner; /* client id for owner of the queue */
520 unsigned locked:1; /* timing queue locked for other queues */
521 char name[64]; /* name of this queue */
527 /* queue info/status */
529 int queue; /* queue id */
530 int events; /* read-only - queue size */
533 int running; /* running state of queue */
539 /* queue tempo */
541 int queue; /* sequencer queue */
544 unsigned int skew_value; /* queue skew */
545 unsigned int skew_base; /* queue skew base */
555 /* queue timer info */
557 int queue; /* sequencer queue */
570 int queue; /* sequencer queue */
572 int used; /* queue is used with this client
588 unsigned char queue; /* input time-stamp queue (optional) */
603 unsigned char queue; /* R/O: result */