Home
last modified time | relevance | path

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

1234567

/Linux-v5.15/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.15/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.h305 __field( char, constant )
311 __entry->constant ? " CONSTANT" : "")
/Linux-v5.15/scripts/coccinelle/misc/
Dorplus.cocci18 constant c,c1;
30 constant r.c, r.c1;
55 constant c1,c2;
Dnewline_in_nl_msg.cocci17 constant m;
32 constant r.m;
44 constant r.m;
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)
/Linux-v5.15/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.15/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.15/drivers/input/mouse/
Delan_i2c_i2c.c473 u16 constant; in elan_i2c_iap_get_mode() local
484 constant = le16_to_cpup((__le16 *)val); in elan_i2c_iap_get_mode()
485 dev_dbg(&client->dev, "iap control reg: 0x%04x.\n", constant); in elan_i2c_iap_get_mode()
487 *mode = (constant & ETP_I2C_MAIN_MODE_ON) ? MAIN_MODE : IAP_MODE; in elan_i2c_iap_get_mode()
523 u16 constant; in elan_read_write_iap_type() local
543 constant = le16_to_cpup((__le16 *)val); in elan_read_write_iap_type()
544 dev_dbg(&client->dev, "iap type reg: 0x%04x\n", constant); in elan_read_write_iap_type()
546 if (constant == fw_page_size / 2) in elan_read_write_iap_type()
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()
/Linux-v5.15/include/uapi/linux/
Dtimex.h72 __kernel_long_t constant;/* pll time constant */ member
111 long long constant;/* pll time constant */ member
/Linux-v5.15/Documentation/devicetree/bindings/mfd/
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>;
Dmax14577.txt36 - maxim,constant-uvolt : Battery Constant Voltage in uV;
97 maxim,constant-uvolt = <4350000>;
142 maxim,constant-uvolt = <4350000>;
/Linux-v5.15/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.15/Documentation/dev-tools/
Dsparse.rst49 One small note: the constant integer "0" is special. You can use a
50 constant zero as a bitwise integer type without sparse ever complaining.
53 vs cpu-endian vs whatever), and there the constant "0" really _is_
/Linux-v5.15/tools/cgroup/
Dmemcg_slabinfo.py149 PGSlab = 1 << prog.constant('PG_slab')
150 PGHead = 1 << prog.constant('PG_head')
/Linux-v5.15/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.15/tools/testing/selftests/timers/
Dset-tai.c35 tx.constant = offset; in set_tai()
/Linux-v5.15/kernel/time/
Dntp.c736 time_constant = txc->constant; in process_adjtimex_modes()
744 txc->constant >= 0 && txc->constant <= MAX_TAI_OFFSET) in process_adjtimex_modes()
745 *time_tai = txc->constant; in process_adjtimex_modes()
813 txc->constant = time_constant; in __do_adjtimex()
Dtime.c300 txc->constant = tx32.constant; in get_old_timex32()
329 tx32.constant = txc->constant; in put_old_timex32()
/Linux-v5.15/drivers/input/
Dinput-compat.h46 struct ff_constant_effect constant; member
/Linux-v5.15/Documentation/driver-api/thermal/
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
/Linux-v5.15/include/linux/
Dtime32.h34 s32 constant; member
/Linux-v5.15/Documentation/arm64/
Dmemory.rst122 is kept constant at 0xFFF0000000000000 (corresponding to 52-bit),
135 VA_BITS constant the *maximum* VA space size
137 VA_BITS_MIN constant the *minimum* VA space size

1234567