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 */
250 /* queue timer control */
252 unsigned char queue; /* affected queue */
278 unsigned char queue; /* schedule queue */
291 struct snd_seq_ev_queue_control queue;
397 unsigned char queue; /* Queue for REMOVE_DEST */
466 unsigned char time_queue; /* queue # for timestamping */
471 /* queue flags */
474 /* queue information */
476 int queue; /* queue id */
479 * security settings, only owner of this queue can start/stop timer
480 * etc. if the queue is locked for other clients
482 int owner; /* client id for owner of the queue */
483 unsigned locked:1; /* timing queue locked for other queues */
484 char name[64]; /* name of this queue */
490 /* queue info/status */
492 int queue; /* queue id */
493 int events; /* read-only - queue size */
496 int running; /* running state of queue */
502 /* queue tempo */
504 int queue; /* sequencer queue */
507 unsigned int skew_value; /* queue skew */
508 unsigned int skew_base; /* queue skew base */
518 /* queue timer info */
520 int queue; /* sequencer queue */
533 int queue; /* sequencer queue */
535 int used; /* queue is used with this client
551 unsigned char queue; /* input time-stamp queue (optional) */
566 unsigned char queue; /* R/O: result */