Home
last modified time | relevance | path

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

1234567891011

/linux/tools/perf/util/
A Dbpf-filter.l57 static int constant(int val) in constant() function
128 na { return constant(PERF_MEM_OP_NA); }
129 load { return constant(PERF_MEM_OP_LOAD); }
132 exec { return constant(PERF_MEM_OP_EXEC); }
134 l1 { return constant(PERF_MEM_LVLNUM_L1); }
135 l2 { return constant(PERF_MEM_LVLNUM_L2); }
136 l3 { return constant(PERF_MEM_LVLNUM_L3); }
137 l4 { return constant(PERF_MEM_LVLNUM_L4); }
139 io { return constant(PERF_MEM_LVLNUM_IO); }
162 walk { return constant(PERF_MEM_TLB_WK); }
[all …]
/linux/drivers/input/joystick/iforce/
A 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/Documentation/devicetree/bindings/power/supply/
A Drohm,bd99954.yaml33 # a) Trickle-charge with constant current (8).
34 # b) pre-charge with constant current (6)
36 # First a constant current (5) phase (CC)
37 # Then constant voltage (CV) phase (after the battery voltage has reached
80 # - constant-charge-current-max-microamp
81 # Current used at fast charge constant current phase (5 in above chart)
85 # - constant-charge-voltage-max-microvolt
86 # The constant voltage used in fast charging phase (4 in above chart)
A Dsc2731-charger.yaml30 - constant-charge-voltage-max-microvolt: maximum constant input voltage.
39 constant-charge-voltage-max-microvolt = <4350000>;
A Dmaxim,max77693.yaml23 maxim,constant-microvolt:
25 Battery constant voltage in uV. The charger will operate in fast
26 charge constant current mode till battery voltage reaches this level.
27 Then the charger will switch to fast charge constant voltage mode.
A Dbattery.yaml73 description: limit when to change to constant charging
78 constant-charge-current-max-microamp:
79 description: maximum constant input current
81 constant-charge-voltage-max-microvolt:
82 description: maximum constant input voltage
159 constant-charge-current-max-microamp = <900000>;
160 constant-charge-voltage-max-microvolt = <4200000>;
A Drichtek,rt5033-charger.yaml30 constant-charge-current-max-microamp:
44 constant-charge-voltage-max-microvolt:
45 Battery regulation voltage of constant voltage mode. This voltage levels
/linux/tools/net/sunrpc/xdrgen/grammars/
A Dxdr.lark18 constant : decimal_constant | hexadecimal_constant | octal_constant
82 program_def : "program" identifier "{" version_def+ "}" "=" constant ";"
84 version_def : "version" identifier "{" procedure_def+ "}" "=" constant ";"
86 procedure_def : type_specifier identifier "(" type_specifier ")" "=" constant ";"
/linux/kernel/trace/
A 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()
/linux/arch/m68k/fpsp040/
A Dsmovecr.S4 | The entry point sMOVECR returns the constant at the
9 | Output: The constant rounded to the user's rounding
/linux/scripts/coccinelle/misc/
A Dorplus.cocci18 constant c,c1;
30 constant r.c, r.c1;
55 constant c1,c2;
A Dnewline_in_nl_msg.cocci17 constant m;
32 constant r.m;
44 constant r.m;
A Dreturnvar.cocci20 constant C;
33 constant C;
43 constant C;
A Dcstptr.cocci18 constant c;
41 msg = "ERROR: PTR_ERR applied after initialization to constant on line %s" % (p1[0].line)
/linux/arch/arm64/boot/dts/qcom/
A Dmsm8216-samsung-fortuna3g.dts15 constant-charge-current-max-microamp = <1000000>;
16 constant-charge-voltage-max-microvolt = <4350000>;
A Dmsm8916-samsung-grandprimelte.dts15 constant-charge-current-max-microamp = <1000000>;
16 constant-charge-voltage-max-microvolt = <4350000>;
A Dmsm8916-samsung-rossa.dts15 constant-charge-current-max-microamp = <700000>;
16 constant-charge-voltage-max-microvolt = <4400000>;
A Dmsm8916-samsung-a5u-eur.dts34 constant-charge-current-max-microamp = <1500000>;
35 constant-charge-voltage-max-microvolt = <4350000>;
A Dmsm8916-samsung-e7.dts28 constant-charge-current-max-microamp = <1500000>;
29 constant-charge-voltage-max-microvolt = <4350000>;
A Dmsm8916-samsung-e5.dts28 constant-charge-current-max-microamp = <1500000>;
29 constant-charge-voltage-max-microvolt = <4350000>;
/linux/drivers/thermal/ti-soc-thermal/
A Dti-thermal-common.c76 int ret, tmp, slope, constant; in __ti_thermal_get_temp() local
91 constant = thermal_zone_get_offset(tz); in __ti_thermal_get_temp()
100 constant = s->constant_pcb; in __ti_thermal_get_temp()
107 *temp = ti_thermal_hotspot_temperature(tmp, slope, constant); in __ti_thermal_get_temp()
/linux/drivers/input/mouse/
A 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()
/linux/include/uapi/linux/
A Dtimex.h72 __kernel_long_t constant;/* pll time constant */ member
111 long long constant;/* pll time constant */ member
/linux/net/sunrpc/auth_gss/
A Dgss_krb5_keys.c305 krb5_cmac_Ki(struct crypto_shash *tfm, const struct xdr_netobj *constant, in krb5_cmac_Ki() argument
325 ret = crypto_shash_update(desc, constant->data, constant->len); in krb5_cmac_Ki()
371 const struct xdr_netobj *constant, in krb5_kdf_feedback_cmac() argument
412 ret = krb5_cmac_Ki(tfm, constant, outkey->len, count, &step); in krb5_kdf_feedback_cmac()
/linux/arch/arm64/boot/dts/rockchip/
A Drk3326-odroid-go2.dts44 constant-charge-current-max-microamp = <2000000>;
45 constant-charge-voltage-max-microvolt = <4200000>;

Completed in 29 milliseconds

1234567891011