Home
last modified time | relevance | path

Searched refs:constant (Results 1 – 25 of 137) sorted by relevance

123456

/linux/tools/perf/util/
H A Dbpf-filter.l57 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 Diforce-ff.c215 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 Dsecs_to_jiffies.cocci16 @pconst depends on patch@ constant C; @@
21 @pconstms depends on patch@ constant C; @@
37 constant C;
53 constant C;
H A Dorplus.cocci18 constant c,c1;
30 constant r.c, r.c1;
55 constant c1,c2;
H A Dreturnvar.cocci20 constant C;
33 constant C;
43 constant C;
H A Dnewline_in_nl_msg.cocci16 constant m;
35 constant r.m;
47 constant r.m;
H A Dcstptr.cocci18 constant c;
41 msg = "ERROR: PTR_ERR applied after initialization to constant on line %s" % (p1[0].line)
/linux/arch/m68k/fpsp040/
H A Dsmovecr.S4 | 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 Dti-thermal-common.c76 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 Dtimex.h72 __kernel_long_t constant;/* pll time constant */ member
111 long long constant;/* pll time constant */ member
/linux/net/sunrpc/auth_gss/
H A Dgss_krb5_keys.c
H A Dgss_krb5_test.c
/linux/arch/arm64/boot/dts/rockchip/
H A Drk3326-odroid-go2.dts44 constant-charge-current-max-microamp = <2000000>;
45 constant-charge-voltage-max-microvolt = <4200000>;
H A Drk3326-odroid-go2-v11.dts48 constant-charge-current-max-microamp = <2000000>;
49 constant-charge-voltage-max-microvolt = <4200000>;
H A Drk3326-odroid-go3.dts82 constant-charge-current-max-microamp = <2000000>;
83 constant-charge-voltage-max-microvolt = <4200000>;
/linux/arch/arm64/boot/dts/qcom/
H A Dmsm8916-samsung-e7.dts28 constant-charge-current-max-microamp = <1500000>;
29 constant-charge-voltage-max-microvolt = <4350000>;
H A Dmsm8916-samsung-a5u-eur.dts34 constant-charge-current-max-microamp = <1500000>;
35 constant-charge-voltage-max-microvolt = <4350000>;
H A Dmsm8916-samsung-e5.dts28 constant-charge-current-max-microamp = <1500000>;
29 constant-charge-voltage-max-microvolt = <4350000>;
H A Dmsm8916-samsung-grandmax.dts46 constant-charge-current-max-microamp = <1000000>;
47 constant-charge-voltage-max-microvolt = <4400000>;
H A Dmsm8916-samsung-a3u-eur.dts60 constant-charge-current-max-microamp = <1000000>;
61 constant-charge-voltage-max-microvolt = <4350000>;
/linux/drivers/gpu/drm/sprd/
H A Dmegacores_pll.c221 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 Dledtrig-oneshot.rst13 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 Dset-tai.c35 tx.constant = offset; in set_tai()
/linux/Documentation/security/
H A Dsiphash.rst48 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 Dpower_allocator.rst106 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

123456