/Linux-v5.10/sound/synth/emux/ |
D | emux_nrpn.c | 101 #define fx_env1_sustain fx_the_value /* [0,127] 0.75dB */ 102 #define fx_env1_pitch fx_the_value /* [-127,127] 9.375cents */ 103 #define fx_env1_cutoff fx_the_value /* [-127,127] 56.25cents */ 110 #define fx_env2_sustain fx_the_value /* [0,127] 0.75dB */ 113 #define fx_lfo1_freq fx_twice_value /* [0,127] 84mHz */ 114 #define fx_lfo1_volume fx_twice_value /* [0,127] 0.1875dB */ 115 #define fx_lfo1_pitch fx_the_value /* [-127,127] 9.375cents */ 119 #define fx_lfo2_freq fx_twice_value /* [0,127] 84mHz */ 120 #define fx_lfo2_pitch fx_the_value /* [-127,127] 9.375cents */ 125 #define fx_cutoff fx_twice_value /* [0,127] 62Hz */ [all …]
|
D | emux_synth.c | 645 if (vp->reg.fixpan > 0) /* 0-127 */ in calc_pan() 649 if (vp->reg.pan >= 0) /* 0-127 */ in calc_pan() 651 pan = 127 - (int)pan * 2; in calc_pan() 748 LIMITMAX(vp->velocity, 127); in calc_volume() 749 LIMITVALUE(expression_vol, 0, 127); in calc_volume() 751 /* 0 - 127 */ in calc_volume() 753 vol = (vp->velocity * main_vol * expression_vol) / (127*127); in calc_volume() 754 vol = vol * vp->reg.amplitude / 127; in calc_volume() 756 LIMITVALUE(vol, 0, 127); in calc_volume() 762 main_vol = chan->control[MIDI_CTL_MSB_MAIN_VOLUME] * vp->reg.amplitude / 127; in calc_volume() [all …]
|
/Linux-v5.10/drivers/hid/ |
D | hid-lg3ff.c | 31 * 0 0 127 127 makes the joystick autocenter hard 33 * 127 0 127 127 makes the joystick loose on the right, 36 * -127 0 -127 -127 makes the joystick loose on the left, 39 * 0 0 -127 -127 makes the joystick rattle very hard
|
D | hid-udraw-ps3.c | 133 y = -127; in udraw_raw_event() 136 y = -127; in udraw_raw_event() 137 x = 127; in udraw_raw_event() 140 x = 127; in udraw_raw_event() 143 y = 127; in udraw_raw_event() 144 x = 127; in udraw_raw_event() 147 y = 127; in udraw_raw_event() 150 y = 127; in udraw_raw_event() 151 x = -127; in udraw_raw_event() 154 x = -127; in udraw_raw_event() [all …]
|
/Linux-v5.10/lib/ |
D | test-kstrtox.c | 74 {"127", 10, 127ULL}, in test_kstrtoull_ok() 243 {"127", 10, 127LL}, in test_kstrtoll_ok() 297 {"127", 10, 127}, in test_kstrtou64_ok() 346 {"-127", 10, -127}, in test_kstrtos64_ok() 351 {"127", 10, 127}, in test_kstrtos64_ok() 400 {"127", 10, 127}, in test_kstrtou32_ok() 449 {"-127", 10, -127}, in test_kstrtos32_ok() 454 {"127", 10, 127}, in test_kstrtos32_ok() 503 {"127", 10, 127}, in test_kstrtou16_ok() 554 {"-127", 10, -127}, in test_kstrtos16_ok() [all …]
|
/Linux-v5.10/drivers/video/logo/ |
D | logo_spe_clut224.ppm | 153 12 12 14 223 207 207 254 20 20 254 20 20 253 127 127 242 223 223 154 254 20 20 253 127 127 254 48 48 242 223 223 254 86 86 254 20 20 167 179 179 179 253 253 253 227 216 186 254 48 48 240 219 160 253 127 127 174 228 210 210 242 223 223 253 253 253 242 223 223 253 127 127 253 127 127 175 253 127 127 253 127 127 253 137 137 253 253 253 254 48 48 253 253 253 182 253 127 127 253 253 253 253 253 253 253 253 253 253 127 127 254 86 86
|
/Linux-v5.10/drivers/media/platform/exynos4-is/ |
D | fimc-is-param.h | 789 /* Contrast level: range -127...127, default 0. */ 791 /* Saturation level: range -127...127, default 0. */ 795 /* Hue: range -127...127, default 0. */ 797 /* Sharpness blur: range -127...127, default 0. */ 799 /* Despeckle : range -127~127, default : 0 */ 801 /* Edge color supression: range -127...127, default 0. */ 803 /* Noise reduction: range -127...127, default 0. */
|
/Linux-v5.10/drivers/staging/media/rkvdec/ |
D | rkvdec-h264.c | 142 CABAC_ENTRY(6, -28, 127, -28, 127, -28, 127, -28, 127), 170 CABAC_ENTRY(30, -46, 127, -45, 127, -32, 127, 0, 0), 220 CABAC_ENTRY(72, -3, 96, 2, 80, -20, 127, 0, 69), 221 CABAC_ENTRY(73, -27, 126, -39, 127, -36, 127, -17, 127), 226 CABAC_ENTRY(78, -20, 94, -24, 102, -12, 89, -27, 127), 227 CABAC_ENTRY(79, -16, 83, -23, 97, -17, 91, -31, 127), 228 CABAC_ENTRY(80, -22, 110, -27, 119, -31, 127, -24, 127), 230 CABAC_ENTRY(82, -18, 102, -21, 110, -18, 103, -27, 127), 232 CABAC_ENTRY(84, -29, 127, -36, 127, -37, 127, -30, 127), 240 CABAC_ENTRY(92, -9, 93, -35, 127, -37, 127, -13, 104), [all …]
|
/Linux-v5.10/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc_1.0/ |
D | ia_css_ctc_table.host.c | 49 129, 127, 127, 127, 127, 125, 125, 125,
|
/Linux-v5.10/drivers/input/mouse/ |
D | amimouse.c | 48 if (dx < -127) dx = (256 + nx) - amimouse_lastx; in amimouse_interrupt() 49 if (dx > 127) dx = (nx - 256) - amimouse_lastx; in amimouse_interrupt() 50 if (dy < -127) dy = (256 + ny) - amimouse_lasty; in amimouse_interrupt() 51 if (dy > 127) dy = (ny - 256) - amimouse_lasty; in amimouse_interrupt()
|
/Linux-v5.10/drivers/net/wireless/realtek/rtw88/ |
D | rtw8822c_table.c | 23912 { 0, 0, 0, 0, 14, 127, }, 23913 { 2, 0, 0, 0, 14, 127, }, 23915 { 3, 0, 0, 0, 14, 127, }, 23916 { 4, 0, 0, 0, 14, 127, }, 23917 { 5, 0, 0, 0, 14, 127, }, 23918 { 6, 0, 0, 0, 14, 127, }, 23919 { 7, 0, 0, 0, 14, 127, }, 23920 { 8, 0, 0, 0, 14, 127, }, 23921 { 9, 0, 0, 0, 14, 127, }, 24052 { 0, 0, 0, 1, 14, 127, }, [all …]
|
/Linux-v5.10/drivers/infiniband/hw/i40iw/ |
D | i40iw_register.h | 138 #define I40E_VFPE_AEQALLOC(_VF) (0x00130C00 + ((_VF) * 4)) /* _i=0...127 */ /* Reset: VFR … 139 #define I40E_VFPE_AEQALLOC_MAX_INDEX 127 142 #define I40E_VFPE_CCQPHIGH(_VF) (0x00001000 + ((_VF) * 4)) /* _i=0...127 */ /* Reset: V… 143 #define I40E_VFPE_CCQPHIGH_MAX_INDEX 127 146 #define I40E_VFPE_CCQPLOW(_VF) (0x00000C00 + ((_VF) * 4)) /* _i=0...127 */ /* Reset: VFR… 147 #define I40E_VFPE_CCQPLOW_MAX_INDEX 127 150 #define I40E_VFPE_CCQPSTATUS(_VF) (0x00000800 + ((_VF) * 4)) /* _i=0...127 */ /* Reset… 151 #define I40E_VFPE_CCQPSTATUS_MAX_INDEX 127 160 #define I40E_VFPE_CQACK(_VF) (0x00130800 + ((_VF) * 4)) /* _i=0...127 */ /* Reset: VFR */ 161 #define I40E_VFPE_CQACK_MAX_INDEX 127 [all …]
|
/Linux-v5.10/sound/isa/gus/ |
D | gus_mixer.c | 71 uinfo->value.integer.max = 127; in snd_ics_info_double() 86 ucontrol->value.integer.value[0] = left & 127; in snd_ics_get_double() 87 ucontrol->value.integer.value[1] = right & 127; in snd_ics_get_double() 99 val1 = ucontrol->value.integer.value[0] & 127; in snd_ics_put_double() 100 val2 = ucontrol->value.integer.value[1] & 127; in snd_ics_put_double()
|
/Linux-v5.10/arch/csky/abiv1/inc/abi/ |
D | vdso.h | 9 /* movi r1, 127 */ in setup_vdso_page() 11 /* addi r1, (139 - 127) */ in setup_vdso_page()
|
/Linux-v5.10/Documentation/ABI/testing/ |
D | sysfs-class-rtc-rtc0-device-rtc_calibration | 11 The range of the attribute is -127 to +127 in units of
|
D | sysfs-class-backlight-driver-adp8870 | 15 on this <backlight>. Values are between 0 and 127. This file 29 on this <backlight>. Values are between 0 and 127, typically
|
D | sysfs-class-backlight-adp5520 | 17 is an input code between 0 and 127, which is transformed to a 30 input code between 0 and 127, which is transformed to a value
|
/Linux-v5.10/include/linux/mfd/ |
D | adp5520.h | 241 #define ADP5520_BL_CUR_mA(I) ((I * 127) / 30) 249 * L3 comparator current 0..127uA 251 #define ADP5520_L3_COMP_CURR_uA(I) ((I * 255) / 127) 268 u8 l3_trip; /* use L3_COMP_CURR_uA(I) 0 <= I <= 127 uA */ 269 u8 l3_hyst; /* use L3_COMP_CURR_uA(I) 0 <= I <= 127 uA */
|
/Linux-v5.10/lib/xz/ |
D | xz_lzma2.h | 161 /* Match distances up to 127 are fully encoded using probabilities. Since 171 * Match distances greater than 127 are encoded in three pieces: 182 /* Distance slots that indicate a distance <= 127. */ 187 * For match distances greater than 127, only the highest two bits and the
|
/Linux-v5.10/arch/powerpc/kernel/ |
D | vecemu.c | 45 exp = ((s >> 23) & 0xff) - 127; in eexp2() 115 exp -= 127 << 23; in elog2() 165 exp = exp - 127 + scale; in ctsxs() 188 exp = exp - 127 + scale; in ctuxs() 211 exp = ((x >> 23) & 0xff) - 127; in rfiz() 226 exp = ((x >> 23) & 0xff) - 127; in rfii() 247 exp = ((x >> 23) & 0xff) - 127; in rfin()
|
/Linux-v5.10/drivers/staging/media/atomisp/pci/ |
D | atomisp_tables.h | 173 129, 127, 127, 127, 127, 125, 125, 125,
|
/Linux-v5.10/arch/mips/include/asm/mips-boards/ |
D | maltaint.h | 33 * Interrupts 96..127 are used for Soc-it Classic interrupts 42 * Interrupts 96..127 are used for Soc-it EIC interrupts
|
/Linux-v5.10/Documentation/driver-api/serial/ |
D | n_gsm.rst | 60 /* our modem defaults to a maximum size of 127 bytes */ 61 c.mru = 127; 62 c.mtu = 127;
|
/Linux-v5.10/Documentation/hwmon/ |
D | lm95245.rst | 34 is given within a range of -127 to +127.875 degrees. Remote temperatures are 35 given within a range of -127 to +255 degrees. Resolution depends on
|
/Linux-v5.10/Documentation/arm64/ |
D | sve.rst | 70 values, with bits [(127 - 8 * i) : (120 - 8 * i)] of the register encoded at 97 * On syscall, V0..V31 are preserved (as without SVE). Thus, bits [127:0] of 162 data. However, for backward compatibility reasons, bits [127:0] of Z0..Z31 238 Z0..Z31 except for Z0 bits [127:0] .. Z31 bits [127:0] to become 421 For each Zn, Zn bits [127:0] alias the ARMv8-A vector register Vn. 424 Zn except for bits [127:0]. 506 127 0 bit index
|