Lines Matching refs:remove_mode
4265 rminfo.remove_mode = SNDRV_SEQ_REMOVE_OUTPUT; in snd_seq_drop_output()
4282 rminfo.remove_mode = SNDRV_SEQ_REMOVE_INPUT; in snd_seq_drop_input()
4342 return info->remove_mode; in snd_seq_remove_events_get_condition()
4433 info->remove_mode = flags; in snd_seq_remove_events_set_condition()
4538 if (info->remove_mode & SNDRV_SEQ_REMOVE_DEST) { in remove_match()
4543 if (info->remove_mode & SNDRV_SEQ_REMOVE_DEST_CHANNEL) { in remove_match()
4550 if (info->remove_mode & SNDRV_SEQ_REMOVE_TIME_AFTER) { in remove_match()
4551 if (info->remove_mode & SNDRV_SEQ_REMOVE_TIME_TICK) in remove_match()
4558 if (info->remove_mode & SNDRV_SEQ_REMOVE_TIME_BEFORE) { in remove_match()
4559 if (info->remove_mode & SNDRV_SEQ_REMOVE_TIME_TICK) in remove_match()
4566 if (info->remove_mode & SNDRV_SEQ_REMOVE_EVENT_TYPE) { in remove_match()
4570 if (info->remove_mode & SNDRV_SEQ_REMOVE_IGNORE_OFF) { in remove_match()
4580 if (info->remove_mode & SNDRV_SEQ_REMOVE_TAG_MATCH) { in remove_match()
4601 if (rmp->remove_mode & SNDRV_SEQ_REMOVE_INPUT) { in snd_seq_remove_events()
4609 if (rmp->remove_mode & SNDRV_SEQ_REMOVE_OUTPUT) { in snd_seq_remove_events()
4614 if (! (rmp->remove_mode & ~(SNDRV_SEQ_REMOVE_INPUT|SNDRV_SEQ_REMOVE_OUTPUT))) { in snd_seq_remove_events()