Home
last modified time | relevance | path

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

1234567

/Linux-v5.10/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.10/Documentation/devicetree/bindings/power/supply/
Dsc2731_charger.txt12 - constant-charge-voltage-max-microvolt: maximum constant input voltage.
20 constant-charge-voltage-max-microvolt = <4350000>;
/Linux-v5.10/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.10/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)
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.10/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.10/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.10/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.c296 u16 constant; in elan_smbus_iap_get_mode() local
306 constant = be16_to_cpup((__be16 *)val); in elan_smbus_iap_get_mode()
307 dev_dbg(&client->dev, "iap control reg: 0x%04x.\n", constant); in elan_smbus_iap_get_mode()
309 *mode = (constant & ETP_SMBUS_IAP_MODE_ON) ? IAP_MODE : MAIN_MODE; in elan_smbus_iap_get_mode()
/Linux-v5.10/include/uapi/linux/
Dtimex.h72 __kernel_long_t constant;/* pll time constant */ member
111 long long constant;/* pll time constant */ member
/Linux-v5.10/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.10/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.10/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.10/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()
/Linux-v5.10/tools/cgroup/
Dmemcg_slabinfo.py149 PGSlab = 1 << prog.constant('PG_slab')
150 PGHead = 1 << prog.constant('PG_head')
/Linux-v5.10/tools/testing/selftests/timers/
Dset-tai.c35 tx.constant = offset; in set_tai()
/Linux-v5.10/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.10/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.10/drivers/input/
Dinput-compat.h46 struct ff_constant_effect constant; member
/Linux-v5.10/include/linux/
Dtime32.h34 s32 constant; member

1234567