Searched refs:volume (Results 101 - 125 of 172) sorted by relevance

1234567

/linux-master/sound/soc/sh/
H A Dsiu.h105 u32 volume; member in struct:siu_stream
/linux-master/drivers/isdn/mISDN/
H A Ddsp.h241 extern void dsp_change_volume(struct sk_buff *skb, int volume);
/linux-master/fs/nfs/blocklayout/
H A Dblocklayout.h73 u32 volume; member in struct:pnfs_block_volume::__anon1815::__anon1818
130 sector_t be_v_offset; /* the starting offset in the volume */
/linux-master/sound/soc/sof/
H A Dipc3-topology.c17 /* Full volume for default values */
119 /* volume */
745 struct sof_ipc_comp_volume *volume; local
747 size_t ipc_size = sizeof(*volume);
751 volume = sof_comp_alloc(swidget, &ipc_size, swidget->pipeline_id);
752 if (!volume)
755 swidget->private = volume;
757 /* configure volume IPC message */
758 volume->comp.type = SOF_COMP_VOLUME;
759 volume
[all...]
/linux-master/sound/oss/dmasound/
H A Ddmasound_paula.c83 static int AmiSetVolume(int volume);
427 static int AmiSetVolume(int volume) argument
429 dmasound.volume_left = VOLUME_VOXWARE_TO_AMI(volume & 0xff);
431 dmasound.volume_right = VOLUME_VOXWARE_TO_AMI((volume & 0xff00) >> 8);
499 /* We can play pseudo 14-bit only with the maximum volume */
503 custom.aud[3].audvol = 1; /* restoring volume here helps a bit */
H A Ddmasound_atari.c40 static int expand_bal; /* Balance factor for expanding (not volume!) */
129 static int TTSetVolume(int volume);
134 static int FalconSetVolume(int volume);
990 static int TTSetVolume(int volume) argument
992 dmasound.volume_left = VOLUME_VOXWARE_TO_DB(volume & 0xff);
994 dmasound.volume_right = VOLUME_VOXWARE_TO_DB((volume & 0xff00) >> 8);
1159 static int FalconSetVolume(int volume) argument
1161 dmasound.volume_left = VOLUME_VOXWARE_TO_ATT(volume & 0xff);
1162 dmasound.volume_right = VOLUME_VOXWARE_TO_ATT((volume & 0xff00) >> 8);
H A Ddmasound_q40.c33 static int expand_bal; /* Balance factor for expanding (not volume!) */
49 static int Q40SetVolume(int volume);
572 static int Q40SetVolume(int volume) argument
/linux-master/sound/core/oss/
H A Dmixer_oss.c261 left = pslot->volume[0];
262 right = pslot->volume[1];
272 pslot->volume[0] = left;
273 pslot->volume[1] = right;
280 int slot, int volume)
284 int result = 0, left = volume & 0xff, right = (volume >> 8) & 0xff;
300 pslot->volume[0] = left;
301 pslot->volume[1] = right;
543 *left = snd_mixer_oss_conv1(uctl->value.integer.value[0], uinfo->value.integer.min, uinfo->value.integer.max, &pslot->volume[
279 snd_mixer_oss_set_volume(struct snd_mixer_oss_file *fmixer, int slot, int volume) argument
[all...]
/linux-master/sound/soc/intel/catpt/
H A Dmessages.c239 u32 channel, u32 volume,
250 input.target_volume = volume;
260 dev_err(cdev->dev, "set stream %d volume failed: %d\n",
238 catpt_ipc_set_volume(struct catpt_dev *cdev, u8 stream_hw_id, u32 channel, u32 volume, u32 curve_duration, enum catpt_audio_curve_type curve_type) argument
H A Dmessages.h336 u32 channel, u32 volume,
/linux-master/drivers/media/pci/cx18/
H A Dcx18-av-audio.c331 static void set_volume(struct cx18 *cx, int volume) argument
333 /* First convert the volume to msp3400 values (0-127) */
334 int vol = volume >> 9;
/linux-master/fs/afs/
H A Dflock.c197 vnode->volume->name,
203 op = afs_alloc_operation(key, vnode->volume);
228 vnode->volume->name,
234 op = afs_alloc_operation(key, vnode->volume);
259 vnode->volume->name,
265 op = afs_alloc_operation(key, vnode->volume);
H A Ddir.c616 .fid.vid = as->volume->vid
761 struct afs_volume *volume = dvnode->volume; local
766 if (!test_bit(AFS_VOLUME_MAYBE_NO_IBULK, &volume->flags))
770 slist = rcu_dereference(volume->servers);
839 op = afs_alloc_operation(NULL, dvnode->volume);
1009 key = afs_request_key(dvnode->volume->cell);
1118 key = afs_request_key(AFS_FS_S(dentry->d_sb)->volume->cell);
1362 op = afs_alloc_operation(NULL, dvnode->volume);
1447 op = afs_alloc_operation(NULL, dvnode->volume);
[all...]
/linux-master/include/trace/events/
H A Dafs.h35 afs_FS_GetVolumeInfo = 148, /* AFS Get information about a volume */
36 afs_FS_GetVolumeStatus = 149, /* AFS Get volume status information */
37 afs_FS_GetRootVolume = 151, /* AFS Get root volume name */
60 yfs_FS_GetVolumeStatus = 64149, /* YFS Get volume status information */
61 yfs_FS_SetVolumeStatus = 64150, /* YFS Set volume status information */
1243 TP_PROTO(struct afs_cell *cell, struct afs_volume *volume),
1245 TP_ARGS(cell, volume),
1250 __array(char, volume, 24)
1255 __entry->vid = volume->vid;
1259 __len = min_t(int, volume
[all...]
/linux-master/drivers/md/dm-vdo/indexer/
H A Dindex-layout.c18 #include "volume-index.h"
94 * order to make room to prepend LVM metadata to a volume originally created without lvm. This
170 struct layout_region volume; member in struct:sub_index_layout
404 sil->volume = (struct layout_region) {
471 * Normal save regions: header, page map, volume index zones,
664 /* Regions: header, config, index, volume, saves, seal */
680 *lr++ = layout->index.volume;
954 result = uds_read_index_page_map(index->volume->index_page_map, readers[0]);
1126 result = uds_write_index_page_map(index->volume->index_page_map, writers[0]);
1252 "inconsistent offsets (start %llu, volume
[all...]
/linux-master/sound/pci/mixart/
H A Dmixart_mixer.c713 int volume[2]; local
738 volume[i] = chip->digital_playback_volume[idx][i];
740 volume[i] = MIXART_DIGITAL_LEVEL_MIN;
744 set_level.stream_level.out_level.left_to_out1_level = mixart_digital_level[volume[0]];
745 set_level.stream_level.out_level.right_to_out2_level = mixart_digital_level[volume[1]];
/linux-master/net/caif/
H A Dcfcnfg.c271 strscpy(l->u.rfm.volume, s->sockaddr.u.rfm.volume,
272 sizeof(l->u.rfm.volume));
/linux-master/fs/ntfs3/
H A Dfsntfs.c216 if (sbi->volume.major_ver < 3) {
935 if (sbi->volume.real_dirty || sb_rdonly(sbi->sb))
940 (sbi->volume.flags & VOLUME_FLAG_DIRTY))
943 ni = sbi->volume.ni;
965 ntfs_notice(sbi->sb, "Mark volume as dirty due to NTFS errors");
966 sbi->volume.real_dirty = true;
975 /* Cache current volume flags. */
977 sbi->volume.flags = info->flags;
1018 if (unlikely(block >= sbi->volume.blocks)) {
1020 ntfs_err(sb, "try to read out of volume a
[all...]
/linux-master/sound/soc/codecs/
H A Dnau8825.c283 * nau8825_hpvol_ramp - Ramp up the headphone volume change gradually to target level.
286 * @vol_from: the volume to start up
287 * @vol_to: the target volume
288 * @step: the volume span to move on
290 * The headphone volume is from 0dB to minimum -54dB and -1dB per step.
291 * If the volume changes sharp, there is a pop noise heard in headphone. We
292 * provide the function to ramp up the volume up or down by delaying 10ms
298 unsigned int value, volume, ramp_up, from, to; local
311 /* only handle volume from 0dB to minimum -54dB */
315 for (volume
404 int i, volume; local
504 int volume, index; local
[all...]
/linux-master/drivers/media/radio/
H A Dradio-ma901.c5 * only deals with initialization, frequency setting, volume.
82 u16 volume; member in struct:ma901radio_device
136 radio->volume = vol_to_set;
275 case V4L2_CID_AUDIO_VOLUME: /* set volume */
284 * on usb port and on resume it will start to play again based on freq, volume
372 * and windows program just emulate it using volume control.
408 /* TODO: we can get some statistics (freq, volume) from device
/linux-master/drivers/media/i2c/
H A Dtvaudio.c116 /* volume/balance cluster */
117 struct v4l2_ctrl *volume; member in struct:CHIPSTATE::__anon146
555 #define TDA9855_VZCM 1<<4 /* If set, don't change volume till zero crossing*/
1157 #define TDA9875_CH1V 0x0c /*Channel 1 volume (mute)*/
1158 #define TDA9875_CH2V 0x0d /*Channel 2 volume (mute)*/
1165 #define TDA9875_MVL 0x1a /* Main volume gauche */
1166 #define TDA9875_MVR 0x1b /* Main volume droite */
1170 #define TDA9875_AVL 0x20 /* Auxiliary volume gauche */
1171 #define TDA9875_AVR 0x21 /* Auxiliary volume droite */
1206 chip_write(chip, TDA9875_CH1V, 0x10); /* Channel volume
1759 u32 volume, balance; local
[all...]
/linux-master/fs/erofs/
H A Dinternal.h98 struct fscache_volume *volume; member in struct:erofs_domain
166 u8 uuid[16]; /* 128-bit uuid for volume */
167 u8 volume_name[16]; /* volume name */
176 struct fscache_volume *volume; member in struct:erofs_sb_info
/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-hdw-internal.h354 VCREATE_DATA(volume);
/linux-master/drivers/block/drbd/
H A Ddrbd_protocol.h118 u16 volume; member in struct:p_header100
197 * instead of fully allocate a supposedly thin volume on initial resync */
/linux-master/drivers/usb/gadget/function/
H A Df_uac1.c529 s16 volume; local
531 u_audio_get_volume(audio, is_playback, &volume);
533 c = cpu_to_le16(volume);
725 s16 volume; local
727 volume = le16_to_cpu(*c);
728 u_audio_set_volume(audio, is_playback, volume);
1221 dev_err(dev, "Error: incorrect playback volume max/min\n");
1224 dev_err(dev, "Error: incorrect capture volume max/min\n");
1227 dev_err(dev, "Error: negative/zero playback volume resolution\n");
1230 dev_err(dev, "Error: negative/zero capture volume resolutio
[all...]

Completed in 320 milliseconds

1234567