Searched refs:vol (Results 201 - 225 of 227) sorted by relevance

12345678910

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/dmasound/
H A Ddmasound_awacs.c2806 int vol, res; local
3001 vol = ((pmac_xpram_read( 8 ) & 7 ) << 1 );
3003 vol = 0;
3007 spk_vol = vol * 100 ;
3014 awacs_reg[2] = vol + (vol << 6);
3015 awacs_reg[4] = vol + (vol << 6);
3016 awacs_reg[5] = vol + (vol <<
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/
H A Dsonicvibes.c526 int vol, oleft, oright, mleft, mright; local
530 vol = udreg & 0x3f;
532 vol = -vol;
537 oleft += vol;
542 oright += vol;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dhal2.c111 struct hal2_vol_regs *vol_regs; /* HAL2 vol registers */
742 static int hal2_write_mixer(struct hal2_card *hal2, int index, int vol) argument
751 r = (vol >> 8) & 0xff;
754 l = vol & 0xff;
827 struct hal2_vol_regs *vol = hal2_card[0]->vol_regs; local
836 vol->left = master;
837 vol->right = master;
H A Di810_audio.c684 int vol; local
703 vol = i810_ac97_get(codec, AC97_MASTER_VOL_STEREO);
704 state->card->ac97_status = vol & VOL_MUTED;
715 i810_ac97_set(codec, AC97_MASTER_VOL_STEREO, (vol | VOL_MUTED));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/au88x0/
H A Dau88x0_core.c101 unsigned char vol)
104 hwwrite(vortex->mmio, VORTEX_MIX_VOL_A + (mix << 2), vol);
107 if ((temp != 0x80) || (vol == 0x80))
110 hwwrite(vortex->mmio, VORTEX_MIX_VOL_B + (mix << 2), vol);
115 int mixin, unsigned char vol)
120 VORTEX_MIX_INVOL_A + (((mix << 5) + mixin) << 2), vol);
125 if ((temp != 0x80) || (vol == 0x80))
129 VORTEX_MIX_INVOL_B + (((mix << 5) + mixin) << 2), vol);
100 vortex_mix_setvolumebyte(vortex_t * vortex, unsigned char mix, unsigned char vol) argument
114 vortex_mix_setinputvolumebyte(vortex_t * vortex, unsigned char mix, int mixin, unsigned char vol) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dtrident.h369 unsigned short vol; /* front volume */ member in struct:snd_trident_pcm_mixer
H A Dgus.h593 unsigned short snd_gf1_lvol_to_gvol_raw(unsigned int vol);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/vfs/
H A Dea_sys.c70 * vol (r) current volume
137 * vol (r) current volume
206 * vol (r) current volume
258 if ( 0 >= ( nlen = convert_string(vol->v_volcharset, CH_UTF8_MAC, ptr, len, attrnamebuf + attrbuflen, 256)) ) {
293 * vol (r) current volume
356 * vol (r) current volume
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/vfs/
H A Dea_sys.c70 * vol (r) current volume
137 * vol (r) current volume
206 * vol (r) current volume
258 if ( 0 >= ( nlen = convert_string(vol->v_volcharset, CH_UTF8_MAC, ptr, len, attrnamebuf + attrbuflen, 256)) ) {
293 * vol (r) current volume
356 * vol (r) current volume
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dindex.c518 rc = ntfs_collate(icx->ni->vol, icx->cr, key, key_len, &ie->key,
694 if (ni->vol->cluster_size <= icx->block_size)
695 icx->vcn_size_bits = ni->vol->cluster_size_bits;
697 icx->vcn_size_bits = ni->vol->sector_size_bits;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dcifsproto.h152 struct super_block * sb, struct smb_vol * vol);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/hda/
H A Dhda_codec.h482 u16 vol[2]; /* current volume & mute */ member in struct:hda_amp_info
H A Dhda_codec.c739 return info->vol[ch];
746 info->vol[ch] = val & 0xff;
748 return info->vol[ch];
765 info->vol[ch] = val;
794 if (info->vol[ch] == val && !codec->in_resume)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/usb/usx2y/
H A Dusbusx2y.c244 usb_sndbulkpipe(usX2Y->chip.dev, 0x04), &p4out->val.vol,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/trident/
H A Dtrident_main.c918 voice->Vol = mix->vol;
1419 voice->Vol = mix->vol;
2635 ucontrol->value.integer.value[0] = 1023 - mix->vol;
2637 ucontrol->value.integer.value[0] = 255 - (mix->vol>>2);
2656 change = val != mix->vol;
2657 mix->vol = val;
2888 tmix->vol = T4D_DEFAULT_PCM_VOL;
3596 tmix->vol = T4D_DEFAULT_PCM_VOL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/cdrom/
H A Dmcdx.c1924 struct cdrom_volctrl *vol, int tries)
1928 cmd[1] = vol->channel0;
1930 cmd[3] = vol->channel1;
1923 mcdx_setattentuator(struct s_drive_stuff *stuffp, struct cdrom_volctrl *vol, int tries) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/telephony/
H A Dixj.h345 unsigned short vol[10]; member in struct:__anon7069
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ice1712/
H A Dice1712.c1294 unsigned int vol = ice->pro_volumes[index]; local
1297 val |= (vol & 0x8000) == 0 ? (96 - (vol & 0x7f)) : 0x7f;
1298 val |= ((vol & 0x80000000) == 0 ? (96 - ((vol >> 16) & 0x7f)) : 0x7f) << 8;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aacraid/
H A Daachba.c479 (le32_to_cpu(dresp->mnt[0].vol) != CT_NONE) &&
482 fsa_dev_ptr->type = le32_to_cpu(dresp->mnt[0].vol);
509 (le32_to_cpu(dresp->mnt[0].vol) != CT_NONE))
718 /* last six chars reserved for vol type */
731 /* last six chars reserved for vol type */
H A Daacraid.h1500 __le32 vol; /* substrate structure */ member in struct:aac_mntent
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/bt8xx/
H A Dbttv-cards.c4230 int bits_out, loops, vol, data; local
4239 vol = 32 - ((v->volume>>11));
4241 bits_out = (PT2254_DBS_IN_2>>(vol%5));
4243 bits_out |= (PT2254_DBS_IN_10>>(vol/5));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/cnid_dbd/
H A Dcmd_dbd_scanvol.c66 static struct vol volume; /* fake it for ea_open */
534 /* Check if this is an AFPVOL_EA_AD vol */
1054 /* Init a fake struct vol with just enough so we can call ea_open and friends */
1062 /* Remove trailing slash from volume, chdir to vol */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Ddgrs.c113 #define vol volatile macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/cnid_dbd/
H A Dcmd_dbd_scanvol.c66 static struct vol volume; /* fake it for ea_open */
539 /* Check if this is an AFPVOL_EA_AD vol */
1057 /* Init a fake struct vol with just enough so we can call ea_open and friends */
1065 /* Remove trailing slash from volume, chdir to vol */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/ifpsp060/src/
H A Dilsp.S270 # Art of Computer Programming, vol II, Seminumerical Algorithms. #

Completed in 226 milliseconds

12345678910