| /linux/tools/perf/util/ |
| H A D | bpf-filter.l | 57 static int constant(int val) in constant() function 128 na { return constant(PERF_MEM_OP_NA); } 129 load { return constant(PERF_MEM_OP_LOAD); } 130 store { return constant(PERF_MEM_OP_STORE); } 131 pfetch { return constant(PERF_MEM_OP_PFETCH); } 132 exec { return constant(PERF_MEM_OP_EXEC); } 134 l1 { return constant(PERF_MEM_LVLNUM_L1); } 135 l2 { return constant(PERF_MEM_LVLNUM_L2); } 136 l3 { return constant(PERF_MEM_LVLNUM_L3); } 137 l4 { return constant(PERF_MEM_LVLNUM_L [all...] |
| /linux/drivers/input/joystick/iforce/ |
| H A D | iforce-ff.c | 215 return old->u.constant.level != effect->u.constant.level; in need_magnitude_modifier() 227 if (old->u.constant.envelope.attack_length != effect->u.constant.envelope.attack_length in need_envelope_modifier() 228 || old->u.constant.envelope.attack_level != effect->u.constant.envelope.attack_level in need_envelope_modifier() 229 || old->u.constant.envelope.fade_length != effect->u.constant.envelope.fade_length in need_envelope_modifier() 230 || old->u.constant.envelope.fade_level != effect->u.constant.envelope.fade_level) in need_envelope_modifier() 418 effect->u.constant.level); in iforce_upload_constant() 427 effect->u.constant.envelope.attack_length, in iforce_upload_constant() 428 effect->u.constant.envelope.attack_level, in iforce_upload_constant() 429 effect->u.constant.envelope.fade_length, in iforce_upload_constant() 430 effect->u.constant.envelope.fade_level); in iforce_upload_constant()
|
| /linux/scripts/coccinelle/misc/ |
| H A D | secs_to_jiffies.cocci | 16 @pconst depends on patch@ constant C; @@ 21 @pconstms depends on patch@ constant C; @@ 37 constant C; 53 constant C;
|
| H A D | orplus.cocci | 18 constant c,c1; 30 constant r.c, r.c1; 55 constant c1,c2;
|
| H A D | returnvar.cocci | 20 constant C; 33 constant C; 43 constant C;
|
| H A D | newline_in_nl_msg.cocci | 16 constant m; 35 constant r.m; 47 constant r.m;
|
| H A D | cstptr.cocci | 18 constant c; 41 msg = "ERROR: PTR_ERR applied after initialization to constant on line %s" % (p1[0].line)
|
| /linux/arch/m68k/fpsp040/ |
| H A D | smovecr.S | 4 | The entry point sMOVECR returns the constant at the 9 | Output: The constant rounded to the user's rounding
|
| /linux/drivers/thermal/ti-soc-thermal/ |
| H A D | ti-thermal-common.c | 76 int ret, tmp, slope, constant; in __ti_thermal_get_temp() local 91 constant = thermal_zone_get_offset(tz); in __ti_thermal_get_temp() 100 constant = s->constant_pcb; in __ti_thermal_get_temp() 107 *temp = ti_thermal_hotspot_temperature(tmp, slope, constant); in __ti_thermal_get_temp()
|
| /linux/include/uapi/linux/ |
| H A D | timex.h | 72 __kernel_long_t constant;/* pll time constant */ member 111 long long constant;/* pll time constant */ member
|
| /linux/net/sunrpc/auth_gss/ |
| H A D | gss_krb5_keys.c | |
| H A D | gss_krb5_test.c | |
| /linux/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3326-odroid-go2.dts | 44 constant-charge-current-max-microamp = <2000000>; 45 constant-charge-voltage-max-microvolt = <4200000>;
|
| H A D | rk3326-odroid-go2-v11.dts | 48 constant-charge-current-max-microamp = <2000000>; 49 constant-charge-voltage-max-microvolt = <4200000>;
|
| H A D | rk3326-odroid-go3.dts | 82 constant-charge-current-max-microamp = <2000000>; 83 constant-charge-voltage-max-microvolt = <4200000>;
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | msm8916-samsung-e7.dts | 28 constant-charge-current-max-microamp = <1500000>; 29 constant-charge-voltage-max-microvolt = <4350000>;
|
| H A D | msm8916-samsung-a5u-eur.dts | 34 constant-charge-current-max-microamp = <1500000>; 35 constant-charge-voltage-max-microvolt = <4350000>;
|
| H A D | msm8916-samsung-e5.dts | 28 constant-charge-current-max-microamp = <1500000>; 29 constant-charge-voltage-max-microvolt = <4350000>;
|
| H A D | msm8916-samsung-grandmax.dts | 46 constant-charge-current-max-microamp = <1000000>; 47 constant-charge-voltage-max-microvolt = <4400000>;
|
| H A D | msm8916-samsung-a3u-eur.dts | 60 constant-charge-current-max-microamp = <1000000>; 61 constant-charge-voltage-max-microvolt = <4350000>;
|
| /linux/drivers/gpu/drm/sprd/ |
| H A D | megacores_pll.c | 221 u32 range[2], constant; in dphy_timing_config() local 229 constant = t_ui << 1; in dphy_timing_config() 267 val[CLK] = DIV_ROUND_UP(range[L] * factor - constant, t_half_byteck); in dphy_timing_config() 269 val[DATA] = DIV_ROUND_UP(range[L] * 3 / 2 - constant, t_half_byteck) - 2; in dphy_timing_config()
|
| /linux/Documentation/leds/ |
| H A D | ledtrig-oneshot.rst | 13 event, while in the latter it keeps blinking at constant rate, as to signal 16 A one-shot LED only stays in a constant state when there are no events. An
|
| /linux/tools/testing/selftests/timers/ |
| H A D | set-tai.c | 35 tx.constant = offset; in set_tai()
|
| /linux/Documentation/security/ |
| H A D | siphash.rst | 48 If you pass the generic siphash function something of a constant length, it 49 will constant fold at compile-time and automatically choose one of the 167 If you pass the generic hsiphash function something of a constant length, it 168 will constant fold at compile-time and automatically choose one of the
|
| /linux/Documentation/driver-api/thermal/ |
| H A D | power_allocator.rst | 106 constant during temperature overshoot periods (current temperature is 108 proportional term constant during temperature undershoot periods 137 thermal equilibrium under constant load. `sustainable_power` is only 165 `k_i` configures the PID loop's integral term constant. This term 177 `k_d` configures the PID loop's derivative term constant. It's
|