Searched refs:volume (Results 51 - 75 of 175) sorted by relevance

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/ad/
H A Dad.h51 struct vol volume; member in struct:__anon2832
H A Dad_find.c116 ERROR("Cant open volume \"%s\"", srchvol);
133 if ((count = cnid_find(vol.volume.v_cdb,
158 if ((name = cnid_resolve(vol.volume.v_cdb, &did, buffer, buflen)) == NULL)
H A Dad_mv.c36 #include <atalk/volume.h>
123 "Move files around within an AFP volume, updating the CNID\n"
125 " - source or destination is not an AFP volume\n"
126 " - source volume != destinatio volume\n"
295 * 1) source AFP volume != dest AFP volume
296 * 2) either source or dest isn't even an AFP volume
343 if (dvolume.volume.vfs->vfs_renamefile(&dvolume.volume,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dvolume.h13 #include <atalk/volume.h>
39 struct vol *current_vol; /* last volume from getvolbyvid() */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/test/afpd/
H A Dsubtests.c27 #include <atalk/volume.h>
37 #include "volume.h"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dmidi_synth.h5 int midi_synth_start_note (int dev, int channel, int note, int volume);
H A Dpss.c18 * Added mixer device for Beethoven ADSP-16 (master volume,
421 static void set_synth_volume(pss_confdata *devc, int volume) argument
423 int vol = ((0x8000*volume)/100L);
465 unsigned volume; local
466 if (get_user(volume, p))
469 left = volume & 0xff;
479 unsigned volume; local
480 if (get_user(volume, p))
483 left = volume & 0xff;
486 right = (volume >>
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/radio/
H A Dradio-terratec.c90 static void cardWriteVol(int volume) argument
93 volume = volume+(volume * 32); // change both channels
97 if (volume & (0x80>>i))
117 if(vol == dev->curvol) { /* requested volume = current */
126 if(vol == 0) { /* volume = 0 means mute the card */
128 dev->curvol = vol; /* track the volume state! */
415 /* this ensures that the volume is all the way down */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dtda9875.c70 #define TDA9875_CH1V 0x0c /*Channel 1 volume (mute)*/
71 #define TDA9875_CH2V 0x0d /*Channel 2 volume (mute)*/
78 #define TDA9875_MVL 0x1a /* Main volume gauche */
79 #define TDA9875_MVR 0x1b /* Main volume droite */
83 #define TDA9875_AVL 0x20 /* Auxilary volume gauche */
84 #define TDA9875_AVR 0x21 /* Auxilary volume droite */
178 tda9875_write(client, TDA9875_CH1V, 0x10 ); /* Channel volume 1 mute*/
179 tda9875_write(client, TDA9875_CH2V, 0x10 ); /* Channel volume 2 mute */
296 va->volume=max(left,right);
298 (va->volume
[all...]
H A Dmsp3400-driver.h87 int volume, muted; member in struct:msp_state
H A Dmsp3400-driver.c294 val = (state->volume * 0x7f / 65535) << 8;
296 v4l_dbg(1, msp_debug, client, "mute=%s scanning=%s volume=%d\n",
298 state->volume);
395 ctrl->value = state->volume;
438 state->volume = ctrl->value;
439 if (state->volume == 0)
525 va->volume = state->volume;
526 va->balance = state->volume ? state->balance : 32768;
543 state->volume
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A DMakefile.am42 volume.c
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/bin/ad/
H A Dad_find.c116 ERROR("Cant open volume \"%s\"", srchvol);
133 if ((count = cnid_find(vol.volume.v_cdb,
158 if ((name = cnid_resolve(vol.volume.v_cdb, &did, buffer, buflen)) == NULL)
H A Dad_mv.c36 #include <atalk/volume.h>
123 "Move files around within an AFP volume, updating the CNID\n"
125 " - source or destination is not an AFP volume\n"
126 " - source volume != destinatio volume\n"
295 * 1) source AFP volume != dest AFP volume
296 * 2) either source or dest isn't even an AFP volume
343 if (dvolume.volume.vfs->vfs_renamefile(&dvolume.volume,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/dmasound/
H A Ddmasound.h174 int volume_left; /* volume (range is machine dependent) */
194 static inline int dmasound_set_volume(int volume) argument
196 return dmasound.mach.setVolume(volume);
273 extern uint software_input_volume; /* software implemented recording volume! */
H A Ddmasound_awacs.c229 static void awacs_burgundy_write_volume(unsigned address, int volume);
231 static void awacs_burgundy_write_mvolume(unsigned address, int volume);
257 int expand_bal; /* Balance factor for expanding (not volume!) */
258 int expand_read_bal; /* Balance factor for expanding reads (not volume!) */
271 static int PMacSetVolume(int volume);
279 static int awacs_volume_setter(int volume, int n, int mute, int lshift);
555 case SOUND_MIXER_WRITE_SPEAKER: /* really bell volume */
864 int volume; local
866 volume = AWACS_MASK_TO_VOLUME((reg >> lshift) & 0xf);
867 volume |
871 awacs_volume_setter(int volume, int n, int mute, int lshift) argument
893 PMacSetVolume(int volume) argument
1695 awacs_burgundy_write_volume(unsigned address, int volume) argument
1736 awacs_burgundy_write_mvolume(unsigned address, int volume) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/afs/
H A Dvnode.c223 * fetch file status from the volume
239 vnode->volume->vlocation->vldb.name,
357 * fetch file data from the volume
367 vnode->volume->vlocation->vldb.name,
424 vnode->volume->vlocation->vldb.name,
480 vnode->volume->vlocation->vldb.name,
535 dvnode->volume->vlocation->vldb.name,
539 vnode->volume->vlocation->vldb.name,
606 vnode->volume->vlocation->vldb.name,
665 orig_dvnode->volume
[all...]
H A Ddir.c447 cookie.fid.vid = as->volume->vid;
498 key = afs_request_key(vnode->volume->cell);
567 key = afs_request_key(AFS_FS_S(dentry->d_sb)->volume->cell);
730 key = afs_request_key(dvnode->volume->cell);
795 key = afs_request_key(dvnode->volume->cell);
841 key = afs_request_key(dvnode->volume->cell);
915 key = afs_request_key(dvnode->volume->cell);
984 key = afs_request_key(dvnode->volume->cell);
1036 key = afs_request_key(dvnode->volume->cell);
1106 key = afs_request_key(orig_dvnode->volume
[all...]
H A Dsecurity.c166 if (key == vnode->volume->cell->anonymous_key)
238 if (key == auth_vnode->volume->cell->anonymous_key) {
297 key = afs_request_key(vnode->volume->cell);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/util/
H A Dvolinfo.c42 #include <atalk/volume.h>
48 {AFPVOL_A2VOL, "PRODOS"}, /* prodos volume */
51 {AFPVOL_RO, "READONLY"}, /* read-only volume */
59 {AFPVOL_NOSTAT, "NOSTAT"}, /* advertise the volume even if we can't stat() it
63 {AFPVOL_CASEINSEN, "CASEINSENSITIVE"}, /* volume is case insensitive */
68 {AFPVOL_TM, "TM"}, /* Set "kSupportsTMLockSteal" is volume attributes */
186 char *volume = make_path_absolute(path, maxlen); local
188 if (volume == NULL)
191 if (NULL == (find_in_path(volume, "/.AppleDesktop", maxlen)) )
194 return volume;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/trident/
H A Dtrident_synth.c50 * {linear volume, logarithmic attenuation equivalent}, ...
52 * Provides conversion from a linear half-volume value in the range
54 * Halving the linear volume is equivalent to an additional 6dB of
58 * - loop and for every time the volume is less than half the maximum
59 * volume (16384), add another 6dB and halve the maximum value used
61 * - when the volume is greater than half the maximum volume, take
62 * the difference of the volume to half volume (in the range [0,8192])
172 * value from a linear volume valu
358 sample_volume(struct snd_trident * trident, struct snd_trident_voice * voice, struct snd_seq_ev_volume * volume) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Drtas-proc.c288 entry = create_proc_entry("ppc64/rtas/volume", S_IWUSR|S_IRUGO, NULL);
777 unsigned long volume; local
778 int error = parse_number(buf, count, &volume);
782 if (volume > 100)
783 volume = 100;
785 rtas_tone_volume = volume; /* save it for later */
787 TONE_VOLUME, 0, volume);
789 printk(KERN_WARNING "error: setting tone volume returned: %s\n",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/affs/
H A Dsuper.c145 {Opt_volume, "volume=%s"},
155 int *blocksize, char **prefix, char *volume, unsigned long *mount_opts)
167 volume[0] = ':';
168 volume[1] = 0;
236 strlcpy(volume, vol, 32);
424 printk(KERN_NOTICE "AFFS: Mounting volume \"%.*s\": Type=%.3s\\%c, Blocksize=%d\n",
154 parse_options(char *options, uid_t *uid, gid_t *gid, int *mode, int *reserved, s32 *root, int *blocksize, char **prefix, char *volume, unsigned long *mount_opts) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/mixart/
H A Dmixart.h51 int volume; member in struct:mixart_route
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/test/afpd/
H A Dtest.c27 #include <atalk/volume.h>
39 #include "volume.h"

Completed in 341 milliseconds

1234567