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

123456789

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/os2/
H A Dos2zip.c392 return (fi.vol.cch > 0) ? fi.vol.szVolLabel : NULL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ubifs/
H A Dsuper.c1863 int dev, vol; local
1890 vol = simple_strtoul(endptr + 1, &endptr, 0);
1893 return ubi_open_volume(dev, vol, mode);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/modules/mixer/simple/
H A Dsbase.c193 *value = s->dir[dir].vol[channel];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dutils.cpp501 wxString wxMacFindFolderNoSeparator( short vol, argument
508 if ( FSFindFolder( vol, folderType, createFolder, &fsRef) == noErr)
516 wxString wxMacFindFolder( short vol, argument
520 return wxMacFindFolderNoSeparator(vol, folderType, createFolder) + wxFILE_SEP_PATH;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mfd/
H A Dwm8350-core.c122 if (wm8350_reg_io_map[i].vol)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/telephony/
H A Dixj.h345 unsigned short vol[10]; member in struct:__anon16107
H A Dixj.c4738 return j->mix.vol[reg];
4749 j->mix.vol[bytes.high] = bytes.low;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/hda/
H A Dhda_codec.h727 u16 vol[2]; /* current volume & mute */ member in struct:hda_amp_info
H A Dhda_codec.c1559 return info->vol[ch];
1566 info->vol[ch] = val & 0xff;
1568 return info->vol[ch];
1585 info->vol[ch] = val;
1634 if (info->vol[ch] == val)
1692 buffer->vol[ch]);
H A Dpatch_via.c1615 /* set vol=0 to output mixers */
2055 unsigned int vol; local
2066 vol = vol_counter & 0x1F;
2078 if (vol > master_vol)
2079 vol = master_vol;
2082 master_vol-vol);
2087 ((master_vol+vol) > 0x2A) ? 0x2A :
2088 (master_vol+vol));
2748 /* set vol=0 to output mixers */
3192 /* set vol
[all...]
H A Dpatch_sigmatel.c3184 static int stac92xx_add_capvol_ctls(struct hda_codec *codec, unsigned long vol, argument
3189 "Capture Volume", vol);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/mfd/wm8350/
H A Dcore.h588 u16 vol; /* Mask of volatile bits */ member in struct:wm8350_reg_access
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ice1712/
H A Dice1712.c1303 unsigned int vol = ice->pro_volumes[index]; local
1306 val |= (vol & 0x8000) == 0 ? (96 - (vol & 0x7f)) : 0x7f;
1307 val |= ((vol & 0x80000000) == 0 ? (96 - ((vol >> 16) & 0x7f)) : 0x7f) << 8;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aacraid/
H A Daachba.c526 (le32_to_cpu(dresp->mnt[0].vol) != CT_NONE) &&
534 fsa_dev_ptr->type = le32_to_cpu(dresp->mnt[0].vol);
562 (le32_to_cpu(dresp->mnt[0].vol) != CT_NONE)) {
779 /* last six chars reserved for vol type */
792 /* last six chars reserved for vol type */
H A Daacraid.h1552 __le32 vol; /* substrate structure */ member in struct:aac_mntent
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/
H A Dthinkpad_acpi.c2443 /* repeated vol up/down keypress at end of scale ? */
6500 TPACPI_VOL_CAP_VOLMUTE, /* Output vol and mute */
6642 static int __volume_set_volume_ec(const u8 vol) argument
6647 if (vol > TP_EC_VOLUME_MAX)
6657 n = (s & ~TP_EC_AUDIO_LVL_MSK) | vol;
6670 static int volume_alsa_set_volume(const u8 vol) argument
6673 "ALSA: trying to set volume level to %hu\n", vol);
6674 return __volume_set_volume_ec(vol);
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/codecs/
H A Dwm8904.c351 int vol; member in struct:__anon19298
606 return wm8904_access[reg].vol;
H A Dwm8994.c105 unsigned short vol; /* Mask of volatile bits */ member in struct:__anon19311
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/ifpsp060/src/
H A Dilsp.S270 # Art of Computer Programming, vol II, Seminumerical Algorithms. #

Completed in 626 milliseconds

123456789