Searched refs:remove_mode (Results 1 – 5 of 5) sorted by relevance
333 if (info->remove_mode & SNDRV_SEQ_REMOVE_DEST) { in prioq_remove_match()338 if (info->remove_mode & SNDRV_SEQ_REMOVE_DEST_CHANNEL) { in prioq_remove_match()345 if (info->remove_mode & SNDRV_SEQ_REMOVE_TIME_AFTER) { in prioq_remove_match()346 if (info->remove_mode & SNDRV_SEQ_REMOVE_TIME_TICK) in prioq_remove_match()353 if (info->remove_mode & SNDRV_SEQ_REMOVE_TIME_BEFORE) { in prioq_remove_match()354 if (info->remove_mode & SNDRV_SEQ_REMOVE_TIME_TICK) in prioq_remove_match()361 if (info->remove_mode & SNDRV_SEQ_REMOVE_EVENT_TYPE) { in prioq_remove_match()365 if (info->remove_mode & SNDRV_SEQ_REMOVE_IGNORE_OFF) { in prioq_remove_match()375 if (info->remove_mode & SNDRV_SEQ_REMOVE_TAG_MATCH) { in prioq_remove_match()
615 (! (info->remove_mode & SNDRV_SEQ_REMOVE_DEST) || in snd_seq_queue_remove_cells()
1912 if (info->remove_mode & SNDRV_SEQ_REMOVE_INPUT) { in snd_seq_ioctl_remove_events()1921 if (info->remove_mode & SNDRV_SEQ_REMOVE_OUTPUT) in snd_seq_ioctl_remove_events()
72 reset.remove_mode = SNDRV_SEQ_REMOVE_OUTPUT; /* remove all */ in snd_seq_oss_writeq_clear()
377 unsigned int remove_mode; /* Flags that determine what gets removed */ member
Completed in 12 milliseconds