Searched refs:seq_mode (Results 1 - 20 of 20) sorted by relevance

/linux-master/include/sound/
H A Dseq_virmidi.h22 int seq_mode; member in struct:snd_virmidi
44 int seq_mode; /* SNDRV_VIRMIDI_XXX */ member in struct:snd_virmidi_dev
H A Dseq_oss.h21 int seq_mode; /* sequencer mode - see below */ member in struct:snd_seq_oss_arg
53 /* flag: seq_mode */
/linux-master/sound/core/seq/oss/
H A Dseq_oss_readq.h37 int snd_seq_oss_readq_put_timestamp(struct seq_oss_readq *readq, unsigned long curt, int seq_mode);
H A Dseq_oss_event.c64 if (dp->seq_mode == SNDRV_SEQ_OSS_MODE_MUSIC)
76 if (dp->seq_mode == SNDRV_SEQ_OSS_MODE_MUSIC)
81 if (dp->seq_mode == SNDRV_SEQ_OSS_MODE_MUSIC)
86 if (dp->seq_mode == SNDRV_SEQ_OSS_MODE_MUSIC)
227 if (dp->seq_mode == SNDRV_SEQ_OSS_MODE_MUSIC)
238 if (dp->seq_mode)
243 if (dp->seq_mode)
248 if (dp->seq_mode)
H A Dseq_oss_readq.c216 snd_seq_oss_readq_put_timestamp(struct seq_oss_readq *q, unsigned long curt, int seq_mode) argument
221 switch (seq_mode) {
H A Dseq_oss_rw.c111 dp->seq_mode == SNDRV_SEQ_OSS_MODE_MUSIC) {
127 if (dp->seq_mode == SNDRV_SEQ_OSS_MODE_MUSIC) {
H A Dseq_oss_init.c219 dp->seq_mode = level;
433 if (dp->seq_mode != SNDRV_SEQ_OSS_MODE_MUSIC) {
490 (dp->seq_mode ? "music" : "synth"),
492 if (dp->seq_mode)
H A Dseq_oss_device.h79 int seq_mode; /* sequencer mode */ member in struct:seq_oss_devinfo
H A Dseq_oss_synth.c220 info->arg.seq_mode = dp->seq_mode;
221 if (dp->seq_mode == SNDRV_SEQ_OSS_MODE_SYNTH)
273 info->arg.seq_mode = dp->seq_mode;
H A Dseq_oss_midi.c475 if (dp->seq_mode == SNDRV_SEQ_OSS_MODE_SYNTH) {
484 if (dp->seq_mode == SNDRV_SEQ_OSS_MODE_MUSIC) {
536 if (dp->seq_mode == SNDRV_SEQ_OSS_MODE_MUSIC)
600 snd_seq_oss_readq_put_timestamp(dp->readq, ev->time.tick, dp->seq_mode);
615 snd_seq_oss_readq_put_timestamp(dp->readq, ev->time.tick, dp->seq_mode);
H A Dseq_oss_timer.c232 if (timer->dp->seq_mode == SNDRV_SEQ_OSS_MODE_SYNTH)
/linux-master/sound/core/seq/
H A Dseq_virmidi.c49 switch (vmidi->seq_mode) {
144 if (vmidi->seq_mode == SNDRV_VIRMIDI_SEQ_DISPATCH &&
198 vmidi->seq_mode = rdev->seq_mode;
227 vmidi->seq_mode = rdev->seq_mode;
434 switch (rdev->seq_mode) {
446 pr_err("ALSA: seq_virmidi: seq_mode is not set: %d\n", rdev->seq_mode);
460 if (rdev->seq_mode
[all...]
/linux-master/drivers/iio/adc/
H A Dxilinx-xadc-core.c771 static int xadc_power_adc_b(struct xadc *xadc, unsigned int seq_mode) argument
785 switch (seq_mode) {
849 int seq_mode; local
858 seq_mode = xadc_get_seq_mode(xadc, scan_mask);
871 if (seq_mode == XADC_CONF1_SEQ_SIMULTANEOUS)
878 ret = xadc_power_adc_b(xadc, seq_mode);
883 seq_mode);
/linux-master/drivers/staging/rts5208/
H A Dms.c2574 if (ms_card->seq_mode) {
2579 ms_card->seq_mode = 0;
2665 if (ms_card->seq_mode) {
2669 (mode_2k && (ms_card->seq_mode & MODE_512_SEQ)) ||
2670 (!mode_2k && (ms_card->seq_mode & MODE_2K_SEQ)) ||
2673 ms_card->seq_mode = 0;
2686 if (!ms_card->seq_mode) {
2696 ms_card->seq_mode = MODE_2K_SEQ;
2698 ms_card->seq_mode = MODE_512_SEQ;
2705 ms_card->seq_mode
[all...]
H A Dsd.c2011 sd_card->seq_mode = 0;
3136 sd_card->seq_mode = 0;
3220 if (sd_card->seq_mode) {
3234 sd_card->seq_mode = 0;
3307 sd_card->seq_mode = 0;
3335 if (sd_card->seq_mode &&
3356 sd_card->seq_mode = 0;
3394 if (sd_card->seq_mode) {
3489 sd_card->seq_mode = 1;
3499 sd_card->seq_mode
[all...]
H A Drtsx_chip.h487 int seq_mode; member in struct:sd_info
607 u8 seq_mode; member in struct:ms_info
H A Drtsx_card.c32 if (sd_card->seq_mode) {
53 if (ms_card->seq_mode) {
/linux-master/sound/synth/emux/
H A Demux_seq.c371 rdev->seq_mode = SNDRV_VIRMIDI_SEQ_ATTACH;
H A Demux_oss.c129 reset_port_mode(p, arg->seq_mode);
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dphy_n.c125 u16 seq_mode = b43_phy_read(dev, B43_NPHY_RFSEQMODE); local
139 b43_phy_write(dev, B43_NPHY_RFSEQMODE, seq_mode);
1580 u16 seq_mode; local
1624 seq_mode = b43_phy_read(dev, B43_NPHY_RFSEQMODE);
1644 b43_phy_write(dev, B43_NPHY_RFSEQMODE, seq_mode);

Completed in 392 milliseconds