Searched refs:volume (Results 26 - 50 of 172) sorted by relevance

1234567

/linux-master/drivers/media/radio/
H A Dradio-isa.h30 struct { /* mute/volume cluster */
32 struct v4l2_ctrl *volume; member in struct:radio_isa_card::__anon1057
52 /* Set mute and volume. */
53 int (*s_mute_volume)(struct radio_isa_card *isa, bool mute, int volume);
87 /* The maximum volume for the volume control. If 0, then there
88 is no volume control possible. */
H A Dradio-sf16fmr2.c35 struct v4l2_ctrl *volume; member in struct:fmr2
53 /* PT2254A/TC9154A volume control pins */
57 /* volume control presence pin */
92 /* TC9154A/PT2254A volume control */
153 int volume, balance, left, right; local
157 volume = ctrl->val;
162 volume = fmr2->volume->cur.val;
168 left = right = volume;
188 /* FMR2 can have volume contro
[all...]
/linux-master/sound/soc/sh/rcar/
H A Dmix.c83 (VOL_MAX - rsnd_kctrl_vals(mix->volume##X)) : 0
114 /* volume step */
119 /* common volume parameter */
131 /* common volume parameter */
183 struct rsnd_kctrl_cfg_s *volume; local
189 volume = &mix->volumeA;
194 volume = &mix->volumeB;
199 volume = &mix->volumeC;
204 volume = &mix->volumeD;
217 volume, VOL_MA
[all...]
/linux-master/sound/ppc/
H A Dburgundy.c121 * Burgundy volume: 0 - 100, stereo, word reg
125 long *volume, int shift)
129 if (volume[0] < 0 || volume[0] > 100 ||
130 volume[1] < 0 || volume[1] > 100)
132 lvolume = volume[0] ? volume[0] + BURGUNDY_VOLUME_OFFSET : 0;
133 rvolume = volume[1] ? volume[
124 snd_pmac_burgundy_write_volume(struct snd_pmac *chip, unsigned int address, long *volume, int shift) argument
143 snd_pmac_burgundy_read_volume(struct snd_pmac *chip, unsigned int address, long *volume, int shift) argument
209 snd_pmac_burgundy_write_volume_2b(struct snd_pmac *chip, unsigned int address, long *volume, int off) argument
223 snd_pmac_burgundy_read_volume_2b(struct snd_pmac *chip, unsigned int address, long *volume, int off) argument
[all...]
/linux-master/drivers/md/dm-vdo/indexer/
H A Dindex.h12 #include "volume.h"
13 #include "volume-index.h"
18 * volume or the volume index. It also manages administrative tasks such as saving and loading the
43 struct volume *volume; member in struct:uds_index
H A Dsparse-cache.c31 * state changes such as "that virtual chapter is no longer in the volume" and "skip searching that
66 * volume, its virtual chapter number will be less that the oldest virtual chapter number. Since
67 * that chapter is no longer part of the volume, there's no point in continuing to search that
231 "sparse index volume pages", &chapter->page_buffers);
400 * even if the chapter falls off the end of the volume, or if searching it is disabled
460 const struct volume *volume)
466 result = uds_read_chapter_index_from_volume(volume, virtual_chapter,
496 struct sparse_cache *cache = index->volume->sparse_cache;
523 index->volume);
458 cache_chapter_index(struct cached_chapter_index *chapter, u64 virtual_chapter, const struct volume *volume) argument
579 struct volume *volume = zone->index->volume; local
[all...]
/linux-master/fs/cachefiles/
H A Dinterface.c24 struct fscache_volume *vcookie = cookie->volume;
25 struct cachefiles_volume *volume = vcookie->cache_priv; local
34 if (cachefiles_ondemand_init_obj_info(object, volume)) {
43 object->volume = volume;
97 cache = object->volume->cache->cache;
180 struct cachefiles_cache *cache = cookie->volume->cache->cache_priv;
235 struct cachefiles_cache *cache = object->volume->cache;
282 struct cachefiles_cache *cache = object->volume->cache;
357 struct cachefiles_cache *cache = object->volume
423 struct cachefiles_volume *volume = object->volume; local
[all...]
H A Dondemand.c11 struct cachefiles_cache *cache = object->volume->cache;
42 struct cachefiles_cache *cache = object->volume->cache;
82 struct cachefiles_cache *cache = object->volume->cache;
219 cache = object->volume->cache;
379 struct cachefiles_cache *cache = object->volume->cache;
477 struct fscache_volume *volume = object->volume->vcookie; local
486 volume_key_size = volume->key[0] + 1;
487 volume_key = volume->key + 1;
539 struct fscache_volume *volume local
569 cachefiles_ondemand_init_obj_info(struct cachefiles_object *object, struct cachefiles_volume *volume) argument
[all...]
H A Dinternal.h37 * Cached volume representation.
43 struct dentry *dentry; /* The volume dentry */
65 struct cachefiles_volume *volume; /* Cache volume that holds this object */ member in struct:cachefiles_object
92 struct list_head volumes; /* List of volume objects */
316 struct cachefiles_volume *volume);
365 struct cachefiles_volume *volume)
400 * volume.c
402 void cachefiles_acquire_volume(struct fscache_volume *volume);
403 void cachefiles_free_volume(struct fscache_volume *volume);
364 cachefiles_ondemand_init_obj_info(struct cachefiles_object *obj, struct cachefiles_volume *volume) argument
[all...]
H A Dnamei.c69 struct cachefiles_cache *cache = object->volume->cache;
419 struct cachefiles_volume *volume = object->volume; local
421 struct dentry *fan = volume->fanout[(u8)object->cookie->key_hash];
430 ret = cachefiles_unlink(volume->cache, object, fan, dentry, why);
442 struct cachefiles_volume *volume = object->volume; local
443 struct cachefiles_cache *cache = volume->cache;
445 struct dentry *fan = volume->fanout[(u8)object->cookie->key_hash];
524 ret = cachefiles_has_space(object->volume
625 struct cachefiles_volume *volume = object->volume; local
675 struct cachefiles_volume *volume = object->volume; local
[all...]
/linux-master/include/linux/
H A Dfscache.h24 #define fscache_volume_valid(volume) (volume)
31 #define fscache_volume_valid(volume) (0)
74 atomic_t n_cookies; /* Number of data cookies in volume */
109 struct fscache_volume *volume; /* Parent volume of this file. */ member in struct:fscache_cookie
139 u32 key_hash; /* Hash of volume, key, len */
181 * fscache_acquire_volume - Register a volume as desiring caching services
182 * @volume_key: An identification string for the volume
187 * Register a volume a
219 fscache_relinquish_volume(struct fscache_volume *volume, const void *coherency_data, bool invalidate) argument
243 fscache_acquire_cookie(struct fscache_volume *volume, u8 advice, const void *index_key, size_t index_key_len, const void *aux_data, size_t aux_data_len, loff_t object_size) argument
[all...]
/linux-master/fs/netfs/
H A Dfscache_cookie.c48 cookie->volume->debug_id,
49 cookie->volume->key);
185 !fscache_cache_is_live(cookie->volume->cache)) {
295 cookie->key_hash = fscache_hash(cookie->volume->key_hash,
306 a->volume != b->volume ||
326 struct fscache_volume *volume,
340 cookie->volume = volume;
422 fscache_get_volume(candidate->volume, fscache_volume_get_cooki
325 fscache_alloc_cookie( struct fscache_volume *volume, u8 advice, const void *index_key, size_t index_key_len, const void *aux_data, size_t aux_data_len, loff_t object_size) argument
450 __fscache_acquire_cookie( struct fscache_volume *volume, u8 advice, const void *index_key, size_t index_key_len, const void *aux_data, size_t aux_data_len, loff_t object_size) argument
1006 struct fscache_volume *volume = cookie->volume; local
[all...]
/linux-master/fs/erofs/
H A Dfscache.c400 fscache_relinquish_volume(domain->volume, NULL, false);
413 struct fscache_volume *volume; local
422 volume = fscache_acquire_volume(name, NULL, NULL, 0);
423 if (IS_ERR_OR_NULL(volume)) {
424 erofs_err(sb, "failed to register volume for %s", name);
425 ret = volume ? PTR_ERR(volume) : -EOPNOTSUPP;
426 volume = NULL;
429 sbi->volume = volume;
498 struct fscache_volume *volume = EROFS_SB(sb)->volume; local
[all...]
/linux-master/sound/i2c/other/
H A Dpt2258.c3 * ALSA Driver for the PT2258 volume controller.
16 MODULE_DESCRIPTION("PT2258 volume controller (Princeton Technology Corp.)");
54 pt->volume[i] = 0;
87 ucontrol->value.integer.value[0] = 79 - pt->volume[base];
88 ucontrol->value.integer.value[1] = 79 - pt->volume[base + 1];
104 if (val0 == pt->volume[base] && val1 == pt->volume[base + 1])
107 pt->volume[base] = val0;
115 pt->volume[base + 1] = val1;
/linux-master/drivers/mfd/
H A Dwl1273-core.c137 * wl1273_fm_set_volume() - Set volume.
139 * @volume: The new volume value.
141 static int wl1273_fm_set_volume(struct wl1273_core *core, unsigned int volume) argument
145 if (volume > WL1273_MAX_VOLUME)
148 if (core->volume == volume)
151 r = wl1273_fm_write_cmd(core, WL1273_VOLUME_SET, volume);
155 core->volume = volume;
[all...]
/linux-master/sound/firewire/oxfw/
H A Doxfw-spkr.c12 s16 volume[6]; member in struct:fw_spkr
111 buf[8] = 0x02; /* control selector: volume */
130 dev_err(&unit->device, "volume command failed\n");
202 value->value.integer.value[channel_map[i]] = spkr->volume[i];
214 s16 volume; local
229 spkr->volume[i])
236 volume = value->value.integer.value[channel_map[i ? i - 1 : 0]];
239 spkr->volume_fb_id, &volume,
245 spkr->volume[i - 1] = volume;
[all...]
/linux-master/arch/m68k/mac/
H A Dmacboing.c220 static void mac_quadra_start_bell( unsigned int freq, unsigned int length, unsigned int volume )
238 /* set the volume */
239 mac_asc_regs[ 0x806 ] = volume;
301 static void mac_av_start_bell( unsigned int freq, unsigned int length, unsigned int volume )
/linux-master/include/sound/
H A Dmixer_oss.h34 int volume[2]; member in struct:snd_mixer_oss_slot
/linux-master/include/uapi/linux/caif/
H A Dcaif_socket.h130 * @u.rfm.volume: Volume to mount.
157 char volume[16]; member in struct:sockaddr_caif::__anon2738::__anon2742
/linux-master/fs/afs/
H A DMakefile37 volume.o \
H A Dxattr.c46 op = afs_alloc_operation(NULL, vnode->volume);
111 op = afs_alloc_operation(NULL, vnode->volume);
169 op = afs_alloc_operation(NULL, vnode->volume);
244 op = afs_alloc_operation(NULL, vnode->volume);
274 struct afs_cell *cell = vnode->volume->cell;
292 * Get the volume ID, vnode ID and vnode uniquifier of a file as a sequence of
304 /* The volume ID is 64-bit, the vnode ID is 96-bit and the
331 * Get the name of the volume on which a file resides.
339 const char *volname = vnode->volume->name;
352 .name = "afs.volume",
[all...]
/linux-master/drivers/media/pci/bt8xx/
H A Dbttv-audio-hook.h12 void winview_volume (struct bttv *btv, __u16 volume);
/linux-master/drivers/md/dm-vdo/
H A DMakefile56 indexer/volume.o \
57 indexer/volume-index.o
/linux-master/sound/soc/tegra/
H A Dtegra210_mvc.c103 mvc->volume[chan] = ((val * (1<<8)) / 100) << 16;
106 mvc->volume[chan] = (val * (1<<8)) / 100;
266 s32 val = mvc->volume[chan];
295 int old_volume = mvc->volume[chan];
306 if (mvc->volume[chan] == old_volume) {
320 mvc->volume[i] = mvc->volume[chan];
323 /* Configure init volume same as target volume */
326 mvc->volume[cha
[all...]
/linux-master/drivers/media/i2c/
H A Dwm8739.c45 struct v4l2_ctrl *volume; member in struct:wm8739_state::__anon151
102 work_l = (min(65536 - state->balance->val, 32768) * state->volume->val) / 32768;
103 work_r = (min(state->balance->val, 32768) * state->volume->val) / 32768;
108 /* set audio volume etc. */
199 state->volume = v4l2_ctrl_new_std(&state->hdl, &wm8739_ctrl_ops,
212 v4l2_ctrl_cluster(3, &state->volume);
231 /* set volume/mute */

Completed in 480 milliseconds

1234567