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

123456789

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dvidc.h63 extern int vidc_synth_set_volume(int vol);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dplayer.h99 player_volume_set(int vol);
105 player_volume_setabs_speaker(uint64_t id, int vol);
H A Dlaudio_oss4.c196 laudio_set_volume(int vol) argument
201 vol = vol & 0xff;
202 oss_vol = vol | (vol << 8);
212 DPRINTF(E_DBG, L_LAUDIO, "Setting PCM volume to %d (real: %d)\n", vol, (oss_vol & 0xff));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/ppc/
H A Dtumbler.c281 unsigned int vol[2]; local
284 vol[0] = ucontrol->value.integer.value[0];
285 vol[1] = ucontrol->value.integer.value[1];
286 if (vol[0] >= ARRAY_SIZE(master_volume_table) ||
287 vol[1] >= ARRAY_SIZE(master_volume_table))
289 change = mix->master_vol[0] != vol[0] ||
290 mix->master_vol[1] != vol[1];
292 mix->master_vol[0] = vol[0];
293 mix->master_vol[1] = vol[1];
501 unsigned int vol; local
552 unsigned int vol; local
636 int i, j, vol; local
698 unsigned int vol[2]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dcompress.c449 ntfs_volume *vol = ni->vol; local
450 struct super_block *sb = vol->sb;
463 vol->cluster_size_bits;
469 & ~cb_size_mask) >> vol->cluster_size_bits;
471 unsigned int nr_cbs = (end_vcn - start_vcn) << vol->cluster_size_bits
479 vol->cluster_size_bits >> PAGE_CACHE_SHIFT;
505 ntfs_error(vol->sb, "Failed to allocate internal buffers.");
513 offset = start_vcn << vol->cluster_size_bits >> PAGE_CACHE_SHIFT;
611 block = lcn << vol
[all...]
H A Dlogfile.c488 ntfs_volume *vol = NTFS_SB(log_vi->i_sb); local
500 if (NVolLogFileEmpty(vol))
530 ntfs_error(vol->sb, "$LogFile is too small.");
548 ntfs_error(vol->sb, "Error mapping $LogFile "
616 NVolSetLogFileEmpty(vol);
623 ntfs_error(vol->sb, "Did not find any restart pages in "
681 ntfs_volume *vol = NTFS_SB(log_vi->i_sb); local
686 if (NVolLogFileEmpty(vol)) {
693 ntfs_error(vol->sb, "Restart page buffer is invalid. This is "
730 ntfs_volume *vol local
[all...]
H A Dindex.c124 ntfs_volume *vol = idx_ni->vol; local
125 struct super_block *sb = vol->sb;
227 rc = ntfs_collate(vol, idx_ni->itype.index.collation_rule, key,
390 rc = ntfs_collate(vol, idx_ni->itype.index.collation_rule, key,
429 if (old_vcn << vol->cluster_size_bits >>
431 vol->cluster_size_bits >>
H A Drunlist.c715 runlist_element *ntfs_mapping_pairs_decompress(const ntfs_volume *vol, argument
733 ntfs_error(vol->sb, "Invalid arguments.");
745 ntfs_error(vol->sb, "Corrupt attribute.");
799 ntfs_error(vol->sb, "Missing length entry in mapping "
808 ntfs_error(vol->sb, "Invalid length in mapping pairs "
844 if (vol->major_ver < 3) {
846 ntfs_error(vol->sb, "lcn delta == -1");
848 ntfs_error(vol->sb, "lcn == -1");
853 ntfs_error(vol->sb, "Invalid LCN < -1 in "
874 ntfs_error(vol
1097 ntfs_get_size_for_mapping_pairs(const ntfs_volume *vol, const runlist_element *rl, const VCN first_vcn, const VCN last_vcn) argument
1289 ntfs_mapping_pairs_build(const ntfs_volume *vol, s8 *dst, const int dst_len, const runlist_element *rl, const VCN first_vcn, const VCN last_vcn, VCN *const stop_vcn) argument
1447 ntfs_rl_truncate_nolock(const ntfs_volume *vol, runlist *const runlist, const s64 new_length) argument
1592 ntfs_rl_punch_nolock(const ntfs_volume *vol, runlist *const runlist, const VCN start, const s64 length) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ice1712/
H A Dphase.c62 unsigned short vol[8]; member in struct:phase28_spec
179 [ICE_EEP2_I2S] = 0xf0, /* vol, 96k, 24bit */
196 [ICE_EEP2_I2S] = 0xfc, /* vol, 96k, 24bit, 192k */
281 unsigned short vol, unsigned short master)
285 if ((master & WM_VOL_MUTE) || (vol & WM_VOL_MUTE))
288 nvol = 127 - wm_vol[(((vol & ~WM_VOL_MUTE) *
364 unsigned int vol = ucontrol->value.integer.value[ch]; local
365 if (vol > WM_VOL_MAX)
367 vol |= spec->master[ch] & WM_VOL_MUTE;
368 if (vol !
280 wm_set_vol(struct snd_ice1712 *ice, unsigned int index, unsigned short vol, unsigned short master) argument
517 unsigned int vol; local
[all...]
H A Dprodigy_hifi.c45 unsigned short vol[8]; member in struct:prodigy_hifi_spec
274 ucontrol->value.integer.value[i] = spec->vol[i];
288 if (ucontrol->value.integer.value[i] != spec->vol[i]) {
289 spec->vol[i] = ucontrol->value.integer.value[i];
291 spec->vol[i] & 0xff);
346 unsigned short vol, unsigned short master)
350 if ((master & WM_VOL_MUTE) || (vol & WM_VOL_MUTE))
353 nvol = (((vol & ~WM_VOL_MUTE) * (master & ~WM_VOL_MUTE)) / 128)
363 unsigned short vol, unsigned short master)
367 if ((master & WM_VOL_MUTE) || (vol
345 wm_set_vol(struct snd_ice1712 *ice, unsigned int index, unsigned short vol, unsigned short master) argument
362 wm8766_set_vol(struct snd_ice1712 *ice, unsigned int index, unsigned short vol, unsigned short master) argument
[all...]
H A Dmaya44.c176 struct maya_vol_info *vol = &vol_info[idx]; local
181 uinfo->value.integer.max = vol->maxval;
207 struct maya_vol_info *vol = &vol_info[idx]; local
214 if (val > vol->maxval)
215 val = vol->maxval;
219 data = vol->mute;
221 data = (val - 1) + vol->offset;
222 data |= vol->update;
223 changed |= wm8776_write_bits(chip->ice, wm, vol->regs[ch],
224 vol
[all...]
H A Dwtm.c152 unsigned char vol; local
162 vol = stac9460_get(ice, idx) & 0x7f;
164 vol = stac9460_2_get(ice, idx - 6) & 0x7f;
165 ucontrol->value.integer.value[0] = 0x7f - vol;
287 unsigned char vol; local
293 vol = stac9460_get(ice, reg) & 0x0f;
294 ucontrol->value.integer.value[i] = 0x0f - vol;
299 vol = stac9460_2_get(ice, reg) & 0x0f;
300 ucontrol->value.integer.value[i] = 0x0f - vol;
491 0xf8, /* I2S: vol; 9
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dcompress.c330 ntfs_volume *vol; local
340 if (!na || !NAttrCompressed(na) || !na->ni || !na->ni->vol || !b ||
376 vol = na->ni->vol;
396 start_vcn = (pos & ~cb_size_mask) >> vol->cluster_size_bits;
404 vol->cluster_size_bits;
406 nr_cbs = (end_vcn - start_vcn) << vol->cluster_size_bits >>
451 ofs += vcn << vol->cluster_size_bits;
504 (vcn << vol->cluster_size_bits) +
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx18/
H A Dcx18-av-audio.c351 int vol = 228 - cx18_av_read(cx, 0x8d4); local
352 vol = (vol / 2) + 23;
353 return vol << 9;
359 int vol = volume >> 9; local
363 if (vol <= 23)
364 vol = 0;
366 vol -= 23;
369 cx18_av_write(cx, 0x8d4, 228 - (vol * 2));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dacls.c1057 static int remove_acl(const struct vol *vol,const char *path, int dir) argument
1063 if ((ret = vol->vfs->vfs_remove_acl(vol, path, dir)) != AFP_OK)
1080 static int set_acl(const struct vol *vol, argument
1154 if ((ret = (vol->vfs->vfs_acl(vol, name, ACE_SETACL, new_aces_count, new_aces))) != 0) {
1244 static int set_acl(const struct vol *vol, argument
1341 check_acl_access(const struct vol *vol, struct dir *dir, const char *path, const uuidp_t uuid, uint32_t requested_rights) argument
1463 struct vol *vol; local
1518 struct vol *vol; local
1613 struct vol *vol; local
1719 acltoownermode(const struct vol *vol, char *path, struct stat *st, struct maccess *ma) argument
1761 check_vol_acl_support(const struct vol *vol) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_volume.h91 void ff_volume_init_x86(VolumeContext *vol);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/sh/
H A Daica.h65 uint32_t vol; /* Volume 0-255 */ member in struct:aica_channel
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/usx2y/
H A Dusbus428ctldefs.h91 struct usX2Y_volume vol; member in union:us428_p4out::__anon19338
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/vfs/
H A Dunix.c80 int setfilmode(const struct vol *vol, const char *name, mode_t mode, struct stat *st) argument
94 if (ochmod(name, mode & ~vol->v_umask, st, vol_syml_opt(vol) | O_NETATALK_ACL) < 0 && errno != EPERM ) {
98 if (ochmod(name, mode & ~vol->v_umask, st, vol_syml_opt(vol)) < 0 && errno != EPERM ) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dsbgdec.c83 int vol; member in struct:sbg_script_synth
602 static int parse_volume(struct sbg_parser *p, int *vol) argument
610 if (scale_double(p->log, v, 0.01, vol))
619 int carrier, beat, vol; local
625 FORWARD_ERROR(parse_volume(p, &vol));
632 synth->vol = vol;
639 int vol; local
643 FORWARD_ERROR(parse_volume(p, &vol));
645 synth->vol
653 int carrier, vol; local
671 int vol; local
685 int carrier, beat, vol; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/radio/
H A Dradio-aimslab.c95 static int rt_setvol(struct rtrack *rt, int vol) argument
101 if (vol == rt->curvol) { /* requested volume = current */
110 if (vol == 0) { /* volume = 0 means mute the card */
120 if (vol > rt->curvol)
121 for (i = rt->curvol; i < vol; i++)
124 for (i = rt->curvol; i > vol; i--)
127 rt->curvol = vol;
H A Dradio-terratec.c119 static int tt_setvol(struct terratec *tt, int vol) argument
121 if (vol == tt->curvol) { /* requested volume = current */
124 tt_write_vol(tt, vol); /* enable card */
129 if (vol == 0) { /* volume = 0 means mute the card */
130 tt_write_vol(tt, 0); /* "turn off card" by setting vol to 0 */
131 tt->curvol = vol; /* track the volume state! */
136 tt_write_vol(tt, vol);
137 tt->curvol = vol;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dattrib.h97 extern ATTR_DEF *ntfs_attr_find_in_attrdef(const ntfs_volume *vol,
276 extern int ntfs_attr_size_bounds_check(const ntfs_volume *vol,
278 extern int ntfs_attr_can_be_non_resident(const ntfs_volume *vol,
280 extern int ntfs_attr_can_be_resident(const ntfs_volume *vol,
324 * @vol: volume on which the attribute is present
336 extern s64 ntfs_get_attribute_value(const ntfs_volume *vol,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dcs5345.c136 int vol = cs5345_read(sd, 0x08) & 0x3f; local
140 if (vol >= 32)
141 vol = vol - 64;
142 v4l2_info(sd, "Volume: %d dB\n", vol);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/megatron/
H A Dnad.c30 static struct volinfo vol; variable in typeref:struct:volinfo
324 if (vol->v_casefold & AFPVOL_UTOMUPPER)
326 else if (vol->v_casefold & AFPVOL_UTOMLOWER)
333 if ((size_t)-1 == ( outlen = convert_charset ( vol.v_volcharset, vol.v_maccharset, vol.v_maccharset, u, outlen, mpath, MAXPATHLEN, &flags)) ) {
334 fprintf( stderr, "Conversion from %s to %s for %s failed.", vol.v_volcodepage, vol.v_maccodepage, u);
360 if (!(vol.v_flags & AFPVOL_NOHEX))
362 if (!(vol
[all...]

Completed in 177 milliseconds

123456789