Searched refs:pan (Results 1 - 19 of 19) sorted by relevance

/linux-master/net/ieee802154/
H A DMakefile7 header_ops.o sysfs.o nl802154.o trace.o pan.o
/linux-master/sound/sh/
H A Daica.h53 uint32_t pan; /* Pan 0-255 */ member in struct:aica_channel
H A Daica.c343 channel->pan = 0x80;
/linux-master/include/uapi/sound/
H A Dsfnt_info.h119 signed char pan, fixpan; /* panning, fixed panning */ member in struct:soundfont_voice_info
H A Dfirewire.h197 * @mixer.source.pan: The L/R balance of source to mixer.
225 __u8 pan[SNDRV_FIREWIRE_MOTU_REGISTER_DSP_MIXER_SRC_COUNT]; member in struct:snd_firewire_motu_register_dsp_parameter::__anon4473::__anon4474
/linux-master/sound/synth/emux/
H A Demux_synth.c642 int pan; local
644 /* pan & loop start (pan 8bit, MSB, 0:right, 0xff:left) */
646 pan = 255 - (int)vp->reg.fixpan * 2;
648 pan = chan->control[MIDI_CTL_MSB_PAN] - 64;
649 if (vp->reg.pan >= 0) /* 0-127 */
650 pan += vp->reg.pan - 64;
651 pan = 127 - (int)pan *
[all...]
H A Dsoundfont.c615 avp->pan = -1;
1038 zone->v.pan = (patch.panning + 128) / 2;
/linux-master/sound/drivers/opl4/
H A Dopl4_synth.c390 int pan = voice->sound->panpot; local
393 pan += (voice->chan->control[MIDI_CTL_MSB_PAN] - 0x40) >> 3;
394 if (pan < -7)
395 pan = -7;
396 else if (pan > 7)
397 pan = 7;
399 | (pan & OPL4_PAN_POT_MASK);
/linux-master/sound/firewire/motu/
H A Dmotu-register-dsp-message-parser.c210 if (param->mixer.source[mixer_ch].pan[mixer_src_ch] != val) {
212 param->mixer.source[mixer_ch].pan[mixer_src_ch] = val;
/linux-master/sound/pci/trident/
H A Dtrident.h333 unsigned char pan; /* pan control */ member in struct:snd_trident_pcm_mixer
390 struct snd_kcontrol *ctl_pan; /* pan */
H A Dtrident_main.c588 Description: This routine will write the new voice pan
593 Pan - new pan value
937 voice->Pan = mix->pan;
1442 voice->Pan = mix->pan;
2669 Description: PCM front pan control
2688 ucontrol->value.integer.value[0] = mix->pan;
2710 change = val != mix->pan;
2711 mix->pan = val;
2881 tmix->pan = T4D_DEFAULT_PCM_PAN;
3591 tmix->pan
[all...]
/linux-master/include/sound/
H A Dwavefront.h270 u8 pan:4; member in struct:wf_layer
/linux-master/drivers/net/ieee802154/
H A Datusb.c384 u16 pan = le16_to_cpu(filt->pan_id); local
386 dev_vdbg(dev, "%s called for pan id\n", __func__);
388 pan, RG_PAN_ID_0, NULL, 0, 1000, GFP_KERNEL);
391 pan >> 8, RG_PAN_ID_1, NULL, 0, 1000, GFP_KERNEL);
H A Dmcr20a.c580 u16 pan = le16_to_cpu(filt->pan_id); local
582 regmap_write(lp->regmap_iar, IAR_MACPANID0_LSB, pan);
583 regmap_write(lp->regmap_iar, IAR_MACPANID0_MSB, pan >> 8);
H A Dat86rf230.c1060 u16 pan = le16_to_cpu(filt->pan_id); local
1062 dev_vdbg(&lp->spi->dev, "%s called for pan id\n", __func__);
1063 __at86rf230_write(lp, RG_PAN_ID_0, pan);
1064 __at86rf230_write(lp, RG_PAN_ID_1, pan >> 8);
/linux-master/sound/isa/gus/
H A Dgus_pcm.c101 unsigned char pan; local
131 pan = runtime->channels == 2 ? (!voice ? 1 : 14) : 8;
135 snd_gf1_write8(gus, SNDRV_GF1_VB_PAN, pan);
/linux-master/drivers/video/fbdev/core/
H A Dfbsysfs.c426 __ATTR(pan, S_IRUGO|S_IWUSR, show_pan, store_pan),
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c2717 u8 pan: 1; member in struct:btc_btinfo_lb2
3891 case BTC_WIDLE: /* wl-idle + bt-pan */
4412 struct rtw89_btc_bt_pan_desc pan = bt_linfo->pan_desc; local
4431 else if (pan.active)
5971 struct rtw89_btc_bt_pan_desc *pan = &b->pan_desc; local
6016 pan->active = btinfo.lb2.pan;
6063 pan->exist = btinfo.hb2.pan_active;
6064 b->profile_cnt.now += (u8)pan->exist;
6810 struct rtw89_btc_bt_pan_desc pan local
[all...]
/linux-master/drivers/video/fbdev/riva/
H A Driva_hw.c1808 int pan = (start & 3) << 1; local
1827 * 4 pixel pan register.
1831 VGA_WR08(chip->PCIO, 0x3C0, pan);

Completed in 485 milliseconds