/Linux-v4.19/Documentation/devicetree/bindings/power/supply/ |
D | battery.txt | 23 - constant-charge-current-max-microamp: maximum constant input current 24 - constant-charge-voltage-max-microvolt: maximum constant input voltage 43 constant-charge-current-max-microamp = <900000>; 44 constant-charge-voltage-max-microvolt = <4200000>;
|
/Linux-v4.19/drivers/input/joystick/iforce/ |
D | iforce-ff.c | 234 return old->u.constant.level != effect->u.constant.level; in need_magnitude_modifier() 246 if (old->u.constant.envelope.attack_length != effect->u.constant.envelope.attack_length in need_envelope_modifier() 247 || old->u.constant.envelope.attack_level != effect->u.constant.envelope.attack_level in need_envelope_modifier() 248 || old->u.constant.envelope.fade_length != effect->u.constant.envelope.fade_length in need_envelope_modifier() 249 || old->u.constant.envelope.fade_level != effect->u.constant.envelope.fade_level) in need_envelope_modifier() 437 effect->u.constant.level); in iforce_upload_constant() 446 effect->u.constant.envelope.attack_length, in iforce_upload_constant() 447 effect->u.constant.envelope.attack_level, in iforce_upload_constant() 448 effect->u.constant.envelope.fade_length, in iforce_upload_constant() 449 effect->u.constant.envelope.fade_level); in iforce_upload_constant()
|
/Linux-v4.19/kernel/trace/ |
D | trace_branch.c | 81 entry->constant = f->constant; in probe_likely_condition() 210 f->constant++; in ftrace_likely_update() 301 if (!p->constant) in annotate_branch_stat_show() 304 l = snprintf(NULL, 0, "/%lu", p->constant); in annotate_branch_stat_show() 308 p->data.correct, p->constant, l, p->data.incorrect); in annotate_branch_stat_show()
|
D | trace_entries.h | 334 __field( char, constant ) 340 __entry->constant ? " CONSTANT" : ""),
|
/Linux-v4.19/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-v4.19/scripts/coccinelle/misc/ |
D | orplus.cocci | 17 constant c,c1; 29 constant r.c, r.c1; 54 constant c1,c2;
|
D | returnvar.cocci | 19 constant C; 32 constant C; 42 constant C;
|
D | cstptr.cocci | 17 constant c; 40 msg = "ERROR: PTR_ERR applied after initialization to constant on line %s" % (p1[0].line)
|
D | boolinit.cocci | 122 constant c; 154 cocci.print_main("ERROR: Assignment of bool to non-0/1 constant",p2) 178 coccilib.report.print_report(p2[0],"ERROR: Assignment of bool to non-0/1 constant")
|
/Linux-v4.19/drivers/thermal/ti-soc-thermal/ |
D | ti-thermal-common.c | 87 int ret, tmp, slope, constant; in __ti_thermal_get_temp() local 102 constant = thermal_zone_get_offset(data->ti_thermal); in __ti_thermal_get_temp() 111 constant = s->constant_pcb; in __ti_thermal_get_temp() 118 *temp = ti_thermal_hotspot_temperature(tmp, slope, constant); in __ti_thermal_get_temp()
|
/Linux-v4.19/crypto/ |
D | jitterentropy.c | 435 union c constant; in jent_stir_pool() local 451 constant.u32[1] = 0x67452301; in jent_stir_pool() 452 constant.u32[0] = 0xefcdab89; in jent_stir_pool() 462 mixer.u64 ^= constant.u64; in jent_stir_pool()
|
/Linux-v4.19/Documentation/devicetree/bindings/mfd/ |
D | max14577.txt | 34 - maxim,constant-uvolt : Battery Constant Voltage in uV; 95 maxim,constant-uvolt = <4350000>; 140 maxim,constant-uvolt = <4350000>;
|
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>;
|
/Linux-v4.19/drivers/input/mouse/ |
D | elan_i2c_smbus.c | 300 u16 constant; in elan_smbus_iap_get_mode() local 310 constant = be16_to_cpup((__be16 *)val); in elan_smbus_iap_get_mode() 311 dev_dbg(&client->dev, "iap control reg: 0x%04x.\n", constant); in elan_smbus_iap_get_mode() 313 *mode = (constant & ETP_SMBUS_IAP_MODE_ON) ? IAP_MODE : MAIN_MODE; in elan_smbus_iap_get_mode()
|
D | elan_i2c_i2c.c | 466 u16 constant; in elan_i2c_iap_get_mode() local 477 constant = le16_to_cpup((__le16 *)val); in elan_i2c_iap_get_mode() 478 dev_dbg(&client->dev, "iap control reg: 0x%04x.\n", constant); in elan_i2c_iap_get_mode() 480 *mode = (constant & ETP_I2C_MAIN_MODE_ON) ? MAIN_MODE : IAP_MODE; in elan_i2c_iap_get_mode()
|
/Linux-v4.19/Documentation/leds/ |
D | ledtrig-oneshot.txt | 12 event, while in the latter it keeps blinking at constant rate, as to signal 15 A one-shot LED only stays in a constant state when there are no events. An
|
/Linux-v4.19/Documentation/dev-tools/ |
D | sparse.rst | 47 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-v4.19/tools/testing/selftests/timers/ |
D | set-tai.c | 35 tx.constant = offset; in set_tai()
|
/Linux-v4.19/Documentation/ |
D | siphash.txt | 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-v4.19/kernel/ |
D | compat.c | 47 txc->constant = tx32.constant; in compat_get_timex() 76 tx32.constant = txc->constant; in compat_put_timex()
|
/Linux-v4.19/Documentation/thermal/ |
D | power_allocator.txt | 103 constant during temperature overshoot periods (current temperature is 105 proportional term constant during temperature undershoot periods 134 thermal equilibrium under constant load. `sustainable_power` is only 160 `k_i` configures the PID loop's integral term constant. This term 172 `k_d` configures the PID loop's derivative term constant. It's
|
/Linux-v4.19/drivers/input/ |
D | input-compat.h | 49 struct ff_constant_effect constant; member
|
/Linux-v4.19/include/uapi/linux/ |
D | timex.h | 71 __kernel_long_t constant;/* pll time constant */ member
|
/Linux-v4.19/kernel/time/ |
D | ntp.c | 694 time_constant = txc->constant; in process_adjtimex_modes() 701 if (txc->modes & ADJ_TAI && txc->constant > 0) in process_adjtimex_modes() 702 *time_tai = txc->constant; in process_adjtimex_modes() 754 txc->constant = time_constant; in __do_adjtimex()
|
D | Kconfig | 69 bool "Periodic timer ticks (constant rate, no dynticks)" 71 This option keeps the tick running periodically at a constant
|