HomeSort by: relevance | last modified time | path
    Searched refs:charge (Results 1 - 25 of 49) sorted by relevancy

1 2

  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
at91-natte.dtsi 71 ti,charge-current = <2000>;
72 ti,charge-voltage = <16800>;
87 ti,charge-current = <2000>;
88 ti,charge-voltage = <16800>;
103 ti,charge-current = <2000>;
104 ti,charge-voltage = <16800>;
119 ti,charge-current = <2000>;
120 ti,charge-voltage = <16800>;
135 ti,charge-current = <2000>;
136 ti,charge-voltage = <16800>
    [all...]
qcom-msm8974-sony-xperia-amami.dts 397 qcom,fast-charge-safe-current = <1300000>;
398 qcom,fast-charge-current-limit = <1300000>;
400 qcom,fast-charge-safe-voltage = <4400000>;
401 qcom,fast-charge-high-threshold-voltage = <4350000>;
402 qcom,fast-charge-low-threshold-voltage = <3400000>;
qcom-msm8974-sony-xperia-honami.dts 446 qcom,fast-charge-safe-current = <1500000>;
447 qcom,fast-charge-current-limit = <1500000>;
449 qcom,fast-charge-safe-voltage = <4400000>;
450 qcom,fast-charge-high-threshold-voltage = <4350000>;
451 qcom,fast-charge-low-threshold-voltage = <3400000>;
qcom-msm8974-sony-xperia-castor.dts 663 qcom,fast-charge-safe-current = <1500000>;
664 qcom,fast-charge-current-limit = <1500000>;
666 qcom,fast-charge-safe-voltage = <4400000>;
667 qcom,fast-charge-high-threshold-voltage = <4350000>;
668 qcom,fast-charge-low-threshold-voltage = <3400000>;
imx6q-prtwd2.dts 82 /* I charge */
imx6dl-b1x5pv2.dtsi 161 charge-current-limit-gpios = <&tca6424a 11 GPIO_ACTIVE_HIGH>,
163 charge-current-limit-mapping = <1300000 0x0>,
166 charge-status-gpios = <&tca6424a 6 GPIO_ACTIVE_HIGH>;
mmp2-brownstone.dts 183 fast-charge = <7>;
sun7i-a20-olinuxino-lime2-emmc.dts 22 * b) Permission is hereby granted, free of charge, to any person
sun7i-a20-olinuxino-micro-emmc.dts 22 * b) Permission is hereby granted, free of charge, to any person
imx6ul-imx6ull-opos6uldev.dtsi 173 pre-charge-time = <0xffff>;
sun8i-t3-cqa3t-bv3.dts 24 * b) Permission is hereby granted, free of charge, to any person
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/sprd/
sp9860g-1h10.dts 45 charge-full-design-microamp-hours = <1900000>;
46 charge-term-current-microamp = <120000>;
  /src/sys/external/bsd/acpica/dist/compiler/
aslsupport.y 22 * 2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a
aslhelpers.y 22 * 2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a
aslcstyle.y 22 * 2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a
aslkeywords.y 22 * 2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a
aslrules.y 24 * 2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a
  /src/sys/dev/hpc/
hpcapm.c 163 int charge; local in function:hpcapm_hook
197 charge = sc->battery_flags & APM_BATT_FLAG_CHARGING;
199 sc->battery_flags |= charge;
204 charge = sc->battery_flags & APM_BATT_FLAG_CHARGING;
206 sc->battery_flags |= charge;
210 charge = sc->battery_flags & APM_BATT_FLAG_CHARGING;
212 sc->battery_flags |= charge;
  /src/games/hunt/huntd/
execute.c 434 add_shot(int type, int y, int x, char face, int charge,
454 if (shot_req[size] >= charge)
463 bp = create_shot(type, y, x, face, charge, size, owner,
470 create_shot(int type, int y, int x, char face, int charge,
485 bp->b_charge = charge;
  /src/sys/arch/zaurus/dev/
zapm.c 209 int charge; local in function:zapm_hook
243 charge = sc->battery_state & APM_BATT_FLAG_CHARGING;
245 sc->battery_state |= charge;
250 charge = sc->battery_state & APM_BATT_FLAG_CHARGING;
252 sc->battery_state |= charge;
256 charge = sc->battery_state & APM_BATT_FLAG_CHARGING;
258 sc->battery_state |= charge;
660 * Return non-zero if the charge complete signal indicates that the
  /src/sys/external/bsd/drm/dist/
Makefile.am 3 # Permission is hereby granted, free of charge, to any person obtaining a
configure.ac 3 # Permission is hereby granted, free of charge, to any person obtaining a
  /src/sys/external/bsd/drm/dist/shared-core/
Makefile.am 3 # Permission is hereby granted, free of charge, to any person obtaining a
  /src/usr.sbin/sysinst/
msg.pm.fr 89 message raid_nomultidim {Tableaux multi-dimensionnels sont pas pris en charge!}
155 message notsupported {Le fonctionnement n'est pas pris en charge!}
  /src/sys/arch/macppc/dev/
pm_direct.c 988 long pcharge=0, charge, vb, vmax, chargemax; local in function:pm_battery_info_legacy
1020 charge = (100 * vb) / vmax;
1027 if (pcharge < charge)
1028 charge = pcharge;
1030 info->cur_charge = charge;
1035 info->secs_remaining = (charge * 16440) / amperage;

Completed in 25 milliseconds

1 2