/Linux-v5.15/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.15/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.15/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.15/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.15/arch/arm/boot/dts/ |
D | nuvoton-npcm750-evb.dts | 285 cooling-levels = <127 255>; 290 cooling-levels = /bits/ 8 <127 255>; 295 cooling-levels = /bits/ 8 <127 255>; 300 cooling-levels = /bits/ 8 <127 255>; 305 cooling-levels = /bits/ 8 <127 255>; 310 cooling-levels = /bits/ 8 <127 255>; 315 cooling-levels = /bits/ 8 <127 255>; 320 cooling-levels = /bits/ 8 <127 255>;
|
/Linux-v5.15/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.15/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.15/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.15/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.15/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.15/drivers/gpu/drm/i915/display/ |
D | intel_snps_phy.c | 119 REG_FIELD_PREP(SNPS_PHY_MPLLB_CP_PROP_GS, 127), 146 REG_FIELD_PREP(SNPS_PHY_MPLLB_CP_PROP_GS, 127), 168 REG_FIELD_PREP(SNPS_PHY_MPLLB_CP_PROP_GS, 127), 189 REG_FIELD_PREP(SNPS_PHY_MPLLB_CP_PROP_GS, 127), 221 REG_FIELD_PREP(SNPS_PHY_MPLLB_CP_PROP_GS, 127), 247 REG_FIELD_PREP(SNPS_PHY_MPLLB_CP_PROP_GS, 127), 273 REG_FIELD_PREP(SNPS_PHY_MPLLB_CP_PROP_GS, 127), 298 REG_FIELD_PREP(SNPS_PHY_MPLLB_CP_PROP_GS, 127), 334 REG_FIELD_PREP(SNPS_PHY_MPLLB_CP_PROP_GS, 127), 365 REG_FIELD_PREP(SNPS_PHY_MPLLB_CP_PROP_GS, 127), [all …]
|
/Linux-v5.15/arch/csky/abiv1/inc/abi/ |
D | vdso.h | 6 /* movi r1, 127; addi r1, (139 - 127) */
|
/Linux-v5.15/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.15/Documentation/ABI/testing/ |
D | sysfs-class-rtc-rtc0-device-rtc_calibration | 11 The range of the attribute is -127 to +127 in units of
|
/Linux-v5.15/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.15/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.15/tools/testing/selftests/net/af_unix/ |
D | test_unix_oob.c | 247 if (!signal_recvd || len != 127 || oob != '#') { in main() 259 * oob boundary returning 127 bytes in main() 273 if (!signal_recvd || len != 127 || oob != '%' || atmark != 1) { in main() 372 if (len != 127 || atmark != 1 || !signal_recvd) { in main() 392 * oob boundary returning 127 bytes in main() 404 if (!signal_recvd || len != 127 || !atmark) { in main()
|
/Linux-v5.15/drivers/staging/media/atomisp/pci/ |
D | atomisp_tables.h | 173 129, 127, 127, 127, 127, 125, 125, 125,
|
/Linux-v5.15/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.15/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.15/Documentation/admin-guide/ |
D | cputopology.rst | 93 kernel_max: 127 94 offline: 2,4-127,128-143 96 possible: 0-127
|
/Linux-v5.15/drivers/net/wireless/realtek/rtw88/ |
D | rtw8822c_table.c | 39955 { 0, 0, 0, 0, 14, 127, }, 39956 { 2, 0, 0, 0, 14, 127, }, 39958 { 3, 0, 0, 0, 14, 127, }, 39959 { 4, 0, 0, 0, 14, 127, }, 39960 { 5, 0, 0, 0, 14, 127, }, 39961 { 6, 0, 0, 0, 14, 127, }, 39962 { 7, 0, 0, 0, 14, 127, }, 39963 { 8, 0, 0, 0, 14, 127, }, 39964 { 9, 0, 0, 0, 14, 127, }, 40095 { 0, 0, 0, 1, 14, 127, }, [all …]
|
/Linux-v5.15/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
|