Home
last modified time | relevance | path

Searched refs:seq_mode (Results 1 – 14 of 14) sorted by relevance

/linux/sound/core/seq/
H A Dseq_virmidi.c49 switch (vmidi->seq_mode) { in snd_virmidi_init_event()
145 if (vmidi->seq_mode == SNDRV_VIRMIDI_SEQ_DISPATCH && in snd_vmidi_output_work()
199 vmidi->seq_mode = rdev->seq_mode; in snd_virmidi_input_open()
227 vmidi->seq_mode = rdev->seq_mode; in snd_virmidi_output_open()
438 switch (rdev->seq_mode) { in snd_virmidi_dev_register()
450 pr_err("ALSA: seq_virmidi: seq_mode is not set: %d\n", rdev->seq_mode); in snd_virmidi_dev_register()
464 if (rdev->seq_mode in snd_virmidi_dev_unregister()
[all...]
/linux/include/sound/
H A Dseq_virmidi.h22 int seq_mode; member
44 int seq_mode; /* SNDRV_VIRMIDI_XXX */ member
H A Dseq_oss.h21 int seq_mode; /* sequencer mode - see below */ member
/linux/sound/core/seq/oss/
H A Dseq_oss_init.c219 dp->seq_mode = level; in snd_seq_oss_open()
433 if (dp->seq_mode != SNDRV_SEQ_OSS_MODE_MUSIC) { in snd_seq_oss_reset()
484 (dp->seq_mode ? "music" : "synth"), in snd_seq_oss_system_info_read()
486 if (dp->seq_mode) in snd_seq_oss_system_info_read()
H A Dseq_oss_synth.c202 info->arg.seq_mode = dp->seq_mode; in snd_seq_oss_synth_setup()
203 if (dp->seq_mode == SNDRV_SEQ_OSS_MODE_SYNTH) in snd_seq_oss_synth_setup()
251 info->arg.seq_mode = dp->seq_mode; in snd_seq_oss_synth_setup_midi()
H A Dseq_oss_midi.c442 if (dp->seq_mode == SNDRV_SEQ_OSS_MODE_SYNTH) { in snd_seq_oss_midi_reset()
451 if (dp->seq_mode == SNDRV_SEQ_OSS_MODE_MUSIC) { in snd_seq_oss_midi_reset()
498 if (dp->seq_mode == SNDRV_SEQ_OSS_MODE_MUSIC) in snd_seq_oss_midi_input()
559 snd_seq_oss_readq_put_timestamp(dp->readq, ev->time.tick, dp->seq_mode); in send_synth_event()
574 snd_seq_oss_readq_put_timestamp(dp->readq, ev->time.tick, dp->seq_mode); in send_midi_event()
H A Dseq_oss_rw.c112 dp->seq_mode == SNDRV_SEQ_OSS_MODE_MUSIC) { in snd_seq_oss_write()
128 if (dp->seq_mode == SNDRV_SEQ_OSS_MODE_MUSIC) { in snd_seq_oss_write()
H A Dseq_oss_readq.c220 snd_seq_oss_readq_put_timestamp(struct seq_oss_readq *q, unsigned long curt, int seq_mode) in snd_seq_oss_readq_put_timestamp()
229 switch (seq_mode) { in snd_seq_oss_readq_put_timestamp()
210 snd_seq_oss_readq_put_timestamp(struct seq_oss_readq * q,unsigned long curt,int seq_mode) snd_seq_oss_readq_put_timestamp() argument
H A Dseq_oss_readq.h38 int snd_seq_oss_readq_put_timestamp(struct seq_oss_readq *readq, unsigned long curt, int seq_mode);
H A Dseq_oss_timer.c232 if (timer->dp->seq_mode == SNDRV_SEQ_OSS_MODE_SYNTH) in snd_seq_oss_timer_ioctl()
/linux/drivers/iio/adc/
H A Dxilinx-xadc-core.c769 static int xadc_power_adc_b(struct xadc *xadc, unsigned int seq_mode) in xadc_power_adc_b() argument
783 switch (seq_mode) { in xadc_power_adc_b()
819 int seq_mode; in xadc_postdisable() local
831 seq_mode = xadc_get_seq_mode(xadc, scan_mask); in xadc_postdisable()
843 seq_mode); in xadc_postdisable()
847 return xadc_power_adc_b(xadc, seq_mode); in xadc_postdisable()
854 int seq_mode; in xadc_preenable() local
863 seq_mode = xadc_get_seq_mode(xadc, scan_mask); in xadc_preenable()
876 if (seq_mode == XADC_CONF1_SEQ_SIMULTANEOUS) in xadc_preenable()
883 ret = xadc_power_adc_b(xadc, seq_mode); in xadc_preenable()
[all …]
/linux/Documentation/sound/designs/
H A Dseq-oss.rst224 int seq_mode;
230 The first three fields, ``app_index``, ``file_mode`` and ``seq_mode``
234 ``seq_oss.h`` for its meaning. The ``seq_mode`` is sequencer operation
/linux/sound/synth/emux/
H A Demux_seq.c359 rdev->seq_mode = SNDRV_VIRMIDI_SEQ_ATTACH; in snd_emux_init_virmidi()
H A Demux_oss.c129 reset_port_mode(p, arg->seq_mode); in snd_emux_open_seq_oss()