Home
last modified time | relevance | path

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

1234567

/Linux-v5.4/drivers/input/joystick/iforce/
Diforce-ff.c219 return old->u.constant.level != effect->u.constant.level; in need_magnitude_modifier()
231 if (old->u.constant.envelope.attack_length != effect->u.constant.envelope.attack_length in need_envelope_modifier()
232 || old->u.constant.envelope.attack_level != effect->u.constant.envelope.attack_level in need_envelope_modifier()
233 || old->u.constant.envelope.fade_length != effect->u.constant.envelope.fade_length in need_envelope_modifier()
234 || old->u.constant.envelope.fade_level != effect->u.constant.envelope.fade_level) in need_envelope_modifier()
422 effect->u.constant.level); in iforce_upload_constant()
431 effect->u.constant.envelope.attack_length, in iforce_upload_constant()
432 effect->u.constant.envelope.attack_level, in iforce_upload_constant()
433 effect->u.constant.envelope.fade_length, in iforce_upload_constant()
434 effect->u.constant.envelope.fade_level); in iforce_upload_constant()
/Linux-v5.4/Documentation/devicetree/bindings/power/supply/
Dbattery.txt24 - constant-charge-current-max-microamp: maximum constant input current
25 - constant-charge-voltage-max-microvolt: maximum constant input voltage
57 constant-charge-current-max-microamp = <900000>;
58 constant-charge-voltage-max-microvolt = <4200000>;
Dsc2731_charger.txt12 - constant-charge-voltage-max-microvolt: maximum constant input voltage.
20 constant-charge-voltage-max-microvolt = <4350000>;
/Linux-v5.4/kernel/trace/
Dtrace_branch.c81 entry->constant = f->constant; in probe_likely_condition()
212 f->constant++; in ftrace_likely_update()
305 if (!p->constant) in annotate_branch_stat_show()
308 l = snprintf(NULL, 0, "/%lu", p->constant); in annotate_branch_stat_show()
312 p->data.correct, p->constant, l, p->data.incorrect); in annotate_branch_stat_show()
Dtrace_entries.h331 __field( char, constant )
337 __entry->constant ? " CONSTANT" : ""),
/Linux-v5.4/scripts/coccinelle/misc/
Dorplus.cocci18 constant c,c1;
30 constant r.c, r.c1;
55 constant c1,c2;
Dreturnvar.cocci20 constant C;
33 constant C;
43 constant C;
Dcstptr.cocci18 constant c;
41 msg = "ERROR: PTR_ERR applied after initialization to constant on line %s" % (p1[0].line)
Dboolinit.cocci141 constant c != {0,1};
171 cocci.print_main("ERROR: Assignment of non-0/1 constant to bool variable",p2)
195 coccilib.report.print_report(p2[0],"ERROR: Assignment of non-0/1 constant to bool variable")
/Linux-v5.4/arch/m68k/fpsp040/
Dsmovecr.S4 | The entry point sMOVECR returns the constant at the
9 | Output: The constant rounded to the user's rounding
/Linux-v5.4/drivers/thermal/ti-soc-thermal/
Dti-thermal-common.c73 int ret, tmp, slope, constant; in __ti_thermal_get_temp() local
88 constant = thermal_zone_get_offset(data->ti_thermal); in __ti_thermal_get_temp()
97 constant = s->constant_pcb; in __ti_thermal_get_temp()
104 *temp = ti_thermal_hotspot_temperature(tmp, slope, constant); in __ti_thermal_get_temp()
/Linux-v5.4/include/uapi/linux/
Dtimex.h71 __kernel_long_t constant;/* pll time constant */ member
109 long long constant;/* pll time constant */ member
/Linux-v5.4/Documentation/devicetree/bindings/mfd/
Dmax14577.txt34 - maxim,constant-uvolt : Battery Constant Voltage in uV;
95 maxim,constant-uvolt = <4350000>;
140 maxim,constant-uvolt = <4350000>;
Dmax77693.txt48 - maxim,constant-microvolt : Battery constant voltage in uV. The charger
49 will operate in fast charge constant current mode till battery voltage
50 reaches this level. Then the charger will switch to fast charge constant
173 maxim,constant-microvolt = <4200000>;
/Linux-v5.4/drivers/input/mouse/
Delan_i2c_smbus.c297 u16 constant; in elan_smbus_iap_get_mode() local
307 constant = be16_to_cpup((__be16 *)val); in elan_smbus_iap_get_mode()
308 dev_dbg(&client->dev, "iap control reg: 0x%04x.\n", constant); in elan_smbus_iap_get_mode()
310 *mode = (constant & ETP_SMBUS_IAP_MODE_ON) ? IAP_MODE : MAIN_MODE; in elan_smbus_iap_get_mode()
Delan_i2c_i2c.c463 u16 constant; in elan_i2c_iap_get_mode() local
474 constant = le16_to_cpup((__le16 *)val); in elan_i2c_iap_get_mode()
475 dev_dbg(&client->dev, "iap control reg: 0x%04x.\n", constant); in elan_i2c_iap_get_mode()
477 *mode = (constant & ETP_I2C_MAIN_MODE_ON) ? MAIN_MODE : IAP_MODE; in elan_i2c_iap_get_mode()
/Linux-v5.4/Documentation/leds/
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-v5.4/Documentation/dev-tools/
Dsparse.rst47 One small note: the constant integer "0" is special. You can use a
48 constant zero as a bitwise integer type without sparse ever complaining.
51 vs cpu-endian vs whatever), and there the constant "0" really _is_
/Linux-v5.4/kernel/time/
Dntp.c688 time_constant = txc->constant; in process_adjtimex_modes()
696 txc->constant >= 0 && txc->constant <= MAX_TAI_OFFSET) in process_adjtimex_modes()
697 *time_tai = txc->constant; in process_adjtimex_modes()
765 txc->constant = time_constant; in __do_adjtimex()
Dtime.c302 txc->constant = tx32.constant; in get_old_timex32()
331 tx32.constant = txc->constant; in put_old_timex32()
/Linux-v5.4/tools/testing/selftests/timers/
Dset-tai.c35 tx.constant = offset; in set_tai()
/Linux-v5.4/Documentation/security/
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
157 If you pass the generic hsiphash function something of a constant length, it
158 will constant fold at compile-time and automatically choose one of the
/Linux-v5.4/Documentation/driver-api/thermal/
Dpower_allocator.rst104 constant during temperature overshoot periods (current temperature is
106 proportional term constant during temperature undershoot periods
135 thermal equilibrium under constant load. `sustainable_power` is only
163 `k_i` configures the PID loop's integral term constant. This term
175 `k_d` configures the PID loop's derivative term constant. It's
/Linux-v5.4/drivers/input/
Dinput-compat.h46 struct ff_constant_effect constant; member
/Linux-v5.4/Documentation/arm64/
Dmemory.rst125 is kept constant at 0xFFF0000000000000 (corresponding to 52-bit),
138 VA_BITS constant the *maximum* VA space size
140 VA_BITS_MIN constant the *minimum* VA space size

1234567