Home
last modified time | relevance | path

Searched refs:levels (Results 1 – 25 of 136) sorted by relevance

123456

/linux-3.4.99/sound/oss/
Dpas2_mixer.c43 static int *levels; variable
138 levels[whichDev] = mixer_output(right, left, 63, 0x01, 0); in pas_mixer_set()
146 levels[whichDev] = mixer_output(right, left, 12, 0x03, 0); in pas_mixer_set()
149 levels[whichDev] = mixer_output(right, left, 12, 0x04, 0); in pas_mixer_set()
153 levels[whichDev] = mixer_output(right, left, 31, 0x10 | 0x00, mixer); in pas_mixer_set()
156 levels[whichDev] = mixer_output(right, left, 31, 0x10 | 0x05, mixer); in pas_mixer_set()
159 levels[whichDev] = mixer_output(right, left, 31, 0x10 | 0x07, mixer); in pas_mixer_set()
162 levels[whichDev] = mixer_output(right, left, 31, 0x10 | 0x06, mixer); in pas_mixer_set()
165 levels[whichDev] = mixer_output(right, left, 31, 0x10 | 0x02, mixer); in pas_mixer_set()
168 levels[whichDev] = mixer_output(right, left, 31, 0x10 | 0x03, mixer); in pas_mixer_set()
[all …]
Dwaveartist.c67 static unsigned short levels[SOUND_MIXER_NRDEVICES] = { variable
110 unsigned short *levels; /* cache of volume settings */ member
919 lev_left = devc->levels[whichDev] & 0xff; in waveartist_mixer_update()
920 lev_right = devc->levels[whichDev] >> 8; in waveartist_mixer_update()
1039 devc->levels[dev] = lev_l | lev_r << 8; in waveartist_decode_mixer()
1055 return devc->levels[dev]; in waveartist_get_mixer()
1383 devc->levels = levels; in attach_waveartist()
1616 devc->levels[dev] = lev_l | lev_r << 8; in netwinder_decode_mixer()
1620 devc->levels[SOUND_MIXER_MIC] &= 0xff; in netwinder_decode_mixer()
1621 devc->levels[SOUND_MIXER_MIC] |= lev_l << 8; in netwinder_decode_mixer()
[all …]
Dsb_mixer.c253 return devc->levels[dev]; in sb_mixer_get()
327 devc->levels[dev] = left | (right << 8); in smw_mixer_set()
329 val = ((devc->levels[SOUND_MIXER_TREBLE] & 0xff) * 16 / (unsigned) 100) << 4; in smw_mixer_set()
330 val |= ((devc->levels[SOUND_MIXER_BASS] & 0xff) * 16 / (unsigned) 100) & 0x0f; in smw_mixer_set()
334 val = (((devc->levels[SOUND_MIXER_TREBLE] >> 8) & 0xff) * 16 / (unsigned) 100) << 4; in smw_mixer_set()
335 val |= (((devc->levels[SOUND_MIXER_BASS] >> 8) & 0xff) * 16 / (unsigned) 100) & 0x0f; in smw_mixer_set()
351 devc->levels[dev] = left | (right << 8); in smw_mixer_set()
385 if (retval >= 0) devc->levels[dev] = retval; in sb_mixer_set()
660 devc->levels = load_mixer_volumes(name, smg_default_levels, 1); in sb_mixer_reset()
662 devc->levels = load_mixer_volumes(name, sb_default_levels, 1); in sb_mixer_reset()
[all …]
Dsoundcard.c85 int *load_mixer_volumes(char *name, int *levels, int present) in load_mixer_volumes() argument
93 return mixer_vols[i].levels; in load_mixer_volumes()
98 return levels; in load_mixer_volumes()
110 mixer_vols[n].levels[i] = levels[i]; in load_mixer_volumes()
111 return mixer_vols[n].levels; in load_mixer_volumes()
122 load_mixer_volumes(buf.name, buf.levels, 0); in set_mixer_levels()
/linux-3.4.99/drivers/acpi/
Dvideo.c193 int *levels; member
242 if (vd->brightness->levels[i] == cur_level) in acpi_video_get_brightness()
257 vd->brightness->levels[request_level]); in acpi_video_set_brightness()
287 if (level == video->brightness->levels[offset]) { in video_get_cur_state()
306 level = video->brightness->levels[state -1]; in video_set_cur_state()
322 union acpi_object **levels) in acpi_video_device_lcd_query_levels() argument
329 *levels = NULL; in acpi_video_device_lcd_query_levels()
341 *levels = obj; in acpi_video_device_lcd_query_levels()
370 if (level == device->brightness->levels[state]) { in acpi_video_device_lcd_set_level()
502 *level = device->brightness->levels[*level + 2]; in acpi_video_device_lcd_get_level_current()
[all …]
/linux-3.4.99/Documentation/scheduler/
Dsched-nice-design.txt2 nice-levels implementation in the new Linux scheduler.
4 Nice levels were always pretty weak under Linux and people continuously
12 In the O(1) scheduler (in 2003) we changed negative nice levels to be
54 To sum it up: we always wanted to make nice levels more consistent, but
79 nice levels were not 'punchy enough', so lots of people had to resort to
86 To address the first complaint (of nice levels being not "punchy"
88 (and granularity was made a separate concept from nice levels) and thus
94 To address the second complaint (of nice levels not being consistent),
96 tasks, regardless of their absolute nice levels. So on the new
100 levels were changed to be "multiplicative" (or exponential) - that way
[all …]
D00-INDEX10 - How and why the scheduler's nice levels are implemented.
/linux-3.4.99/Documentation/sound/oss/
Dvwsnd153 gain are controlled independently. This gain control has 64 levels,
155 levels are mapped onto 100 levels at the ioctl, see below.
161 independently. This gain control has 32 levels, which range from
162 -34.5 dB to +12.0 dB in 1.5 dB steps. Those 32 levels are mapped onto
163 100 levels at the ioctl, see below.
169 gain control has 32 levels, which range from -34.5 dB to +12.0 dB in
170 1.5 dB steps. Those 32 levels are mapped onto 100 levels at the
177 independently. This gain control has 32 levels, which range from
178 -34.5 dB to +12.0 dB in 1.5 dB steps. Those 32 levels are mapped onto
179 100 levels at the ioctl, see below.
[all …]
/linux-3.4.99/Documentation/ABI/
DREADME3 everchanging nature of Linux, and the differing maturity levels, these
6 We have four different levels of ABI stability, as shown by the four
7 different subdirectories in this location. Interfaces may change levels
10 The different levels of stability are:
64 How things move between levels:
/linux-3.4.99/Documentation/cpuidle/
Dcore.txt2 Supporting multiple CPU idle levels in kernel
8 Various CPUs today support multiple idle levels that are differentiated
Ddriver.txt3 Supporting multiple CPU idle levels in kernel
Dgovernor.txt4 Supporting multiple CPU idle levels in kernel
/linux-3.4.99/Documentation/hwmon/
Dexynos4_tmu38 when temperature exceeds pre-defined levels.
40 The threshold levels are defined as follows:
50 one of four threshold levels for the interrupt
/linux-3.4.99/drivers/md/
Ddm-verity.c52 unsigned char levels; /* the number of tree levels */ member
292 if (likely(v->levels)) { in verity_verify_io()
309 for (i = v->levels - 1; i >= 0; i--) { in verity_verify_io()
435 for (i = v->levels - 2; i >= 0; i--) { in verity_prefetch_io()
797 v->levels = 0; in verity_ctr()
799 while (v->hash_per_block_bits * v->levels < 64 && in verity_ctr()
801 (v->hash_per_block_bits * v->levels)) in verity_ctr()
802 v->levels++; in verity_ctr()
804 if (v->levels > DM_VERITY_MAX_LEVELS) { in verity_ctr()
811 for (i = v->levels - 1; i >= 0; i--) { in verity_ctr()
/linux-3.4.99/arch/sparc/include/asm/
Dobio.h228 #define IGEN_MESSAGE(bcast, devid, sid, levels) \ argument
229 (((bcast) << 31) | ((devid) << 23) | ((sid) << 15) | (levels))
/linux-3.4.99/Documentation/
Dprio_tree.txt36 In the final tree the first few (prio_tree_root->index_bits) levels
38 those levels (i.e. levels prio_tree_root->index_bits + 1 and higher) are
80 to make sure that the first prio_tree_root->index_bits levels of the tree
/linux-3.4.99/fs/qnx6/
Dinode.c228 sb->Inode.levels)); in qnx6_superblock_debug()
434 if (sb1->Inode.levels > QNX6_PTR_MAX_LEVELS) { in qnx6_fill_super()
436 QNX6_PTR_MAX_LEVELS, sb1->Inode.levels); in qnx6_fill_super()
439 if (sb1->Longfile.levels > QNX6_PTR_MAX_LEVELS) { in qnx6_fill_super()
442 QNX6_PTR_MAX_LEVELS, sb1->Longfile.levels); in qnx6_fill_super()
529 ei->di_filelevels = p->levels; in qnx6_private_inode()
/linux-3.4.99/drivers/md/persistent-data/
Ddm-btree.c270 } else if (f->level != (info->levels - 1)) { in dm_btree_del()
330 unsigned level, last_level = info->levels - 1; in dm_btree_lookup()
337 for (level = 0; level < info->levels; level++) { in dm_btree_lookup()
643 unsigned level, index = -1, last_level = info->levels - 1; in insert()
657 for (level = 0; level < (info->levels - 1); level++) { in insert()
788 for (level = 0; level < info->levels; level++) { in dm_btree_find_highest_key()
790 level == info->levels - 1 ? NULL : &root); in dm_btree_find_highest_key()
Ddm-btree.h87 unsigned levels; member
/linux-3.4.99/Documentation/power/regulator/
Doverview.txt86 o Constraints - Constraints are used to define power levels for performance
87 and hardware protection. Constraints exist at three levels:
106 dynamically setting voltage or current limit levels.
110 to through the levels as follows :-
/linux-3.4.99/drivers/xen/xenbus/
Dxenbus_probe.h41 unsigned int levels; member
/linux-3.4.99/arch/ia64/kernel/
Dtopology.c312 unsigned long i, levels, unique_caches; in cpu_cache_sysfs_init() local
319 if ((status = ia64_pal_cache_summary(&levels, &unique_caches)) != 0) { in cpu_cache_sysfs_init()
329 for (i=0; i < levels; i++) { in cpu_cache_sysfs_init()
/linux-3.4.99/tools/perf/Documentation/
Dperf-record.txt178 The privilege levels may be ommitted, in which case, the privilege levels of the associated
180 levels are subject to permissions. When sampling on multiple events, branch stack sampling
/linux-3.4.99/arch/frv/kernel/
Dirq.c152 #error dont know external IRQ trigger levels for this setup in init_IRQ()
/linux-3.4.99/net/wimax/
DKconfig35 the sysfs debug-levels file.

123456