/Linux-v5.10/drivers/input/joystick/iforce/ |
D | iforce-ff.c | 219 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/ |
D | sc2731_charger.txt | 12 - constant-charge-voltage-max-microvolt: maximum constant input voltage. 20 constant-charge-voltage-max-microvolt = <4350000>;
|
/Linux-v5.10/kernel/trace/ |
D | trace_branch.c | 81 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()
|
D | trace_entries.h | 305 __field( char, constant ) 311 __entry->constant ? " CONSTANT" : "")
|
/Linux-v5.10/scripts/coccinelle/misc/ |
D | orplus.cocci | 18 constant c,c1; 30 constant r.c, r.c1; 55 constant c1,c2;
|
D | newline_in_nl_msg.cocci | 17 constant m; 32 constant r.m; 44 constant r.m;
|
D | returnvar.cocci | 20 constant C; 33 constant C; 43 constant C;
|
D | cstptr.cocci | 18 constant c; 41 msg = "ERROR: PTR_ERR applied after initialization to constant on line %s" % (p1[0].line)
|
D | boolinit.cocci | 141 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/ |
D | smovecr.S | 4 | 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/ |
D | ti-thermal-common.c | 73 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/ |
D | elan_i2c_i2c.c | 473 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()
|
D | elan_i2c_smbus.c | 296 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/ |
D | timex.h | 72 __kernel_long_t constant;/* pll time constant */ member 111 long long constant;/* pll time constant */ member
|
/Linux-v5.10/Documentation/devicetree/bindings/mfd/ |
D | max77693.txt | 48 - 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>;
|
D | max14577.txt | 36 - maxim,constant-uvolt : Battery Constant Voltage in uV; 97 maxim,constant-uvolt = <4350000>; 142 maxim,constant-uvolt = <4350000>;
|
/Linux-v5.10/Documentation/leds/ |
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-v5.10/Documentation/dev-tools/ |
D | sparse.rst | 49 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/ |
D | ntp.c | 688 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/ |
D | memcg_slabinfo.py | 149 PGSlab = 1 << prog.constant('PG_slab') 150 PGHead = 1 << prog.constant('PG_head')
|
/Linux-v5.10/tools/testing/selftests/timers/ |
D | set-tai.c | 35 tx.constant = offset; in set_tai()
|
/Linux-v5.10/Documentation/security/ |
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 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/ |
D | power_allocator.rst | 104 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/ |
D | input-compat.h | 46 struct ff_constant_effect constant; member
|
/Linux-v5.10/include/linux/ |
D | time32.h | 34 s32 constant; member
|