| /OK3568_Linux_fs/kernel/drivers/power/supply/ |
| H A D | rk817_charger.c | 356 struct rk817_charger *charge = power_supply_get_drvdata(psy); in rk817_charge_ac_get_property() local 361 if (charge->pdata->virtual_power) in rk817_charge_ac_get_property() 364 val->intval = (charge->ac_in | charge->dc_in); in rk817_charge_ac_get_property() 369 if (charge->pdata->virtual_power) in rk817_charge_ac_get_property() 372 val->intval = charge->prop_status; in rk817_charge_ac_get_property() 377 val->intval = charge->max_chrg_voltage * 1000; /* uV */ in rk817_charge_ac_get_property() 380 val->intval = charge->max_chrg_current * 1000; /* uA */ in rk817_charge_ac_get_property() 394 struct rk817_charger *charge = power_supply_get_drvdata(psy); in rk817_charge_usb_get_property() local 399 if (charge->pdata->virtual_power) in rk817_charge_usb_get_property() 402 val->intval = charge->usb_in; in rk817_charge_usb_get_property() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power_supply/ |
| H A D | charge-animation.txt | 1 charge-animation 5 - compatible: "rockchip,uboot-charge" 6 - rockchip,uboot-charge-on: enable uboot charge animation 7 - rockchip,android-charge-on: enable android charge animation, 8 either uboot charge animation or android charge animation 17 charge-animation { 18 compatible = "rockchip,uboot-charge"; 19 rockchip,uboot-charge-on = <1>; 20 rockchip,android-charge-on = <0>;
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | 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 …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/supply/ |
| H A D | qcom_smbb.txt | 21 - charge done 22 - charge fast mode 23 - charge trickle mode 43 - qcom,fast-charge-current-limit: 46 Description: Maximum charge current; May be clamped to safety limits. 48 - qcom,fast-charge-low-threshold-voltage: 55 - qcom,fast-charge-high-threshold-voltage: 59 The fast charger will attempt to charge the battery to this 62 - qcom,fast-charge-safe-voltage: 67 'fast-charge-high-watermark' will be clamped by this value. [all …]
|
| H A D | rt9455_charger.txt | 9 - richtek,output-charge-current: integer, output current from the charger to the 11 - richtek,end-of-charge-percentage: integer, percent of the output charge current. 13 below output_charge_current x end-of-charge-percentage, 14 charge is terminated. 39 richtek,output-charge-current = <500000>; 40 richtek,end-of-charge-percentage = <10>;
|
| H A D | sc2731_charger.txt | 11 - charge-term-current-microamp: current for charge termination phase. 12 - constant-charge-voltage-max-microvolt: maximum constant input voltage. 19 charge-term-current-microamp = <120000>; 20 constant-charge-voltage-max-microvolt = <4350000>;
|
| H A D | sc27xx-fg.txt | 12 - io-channels: Specify the IIO ADC channels to get temperature and charge voltage. 13 - io-channel-names: Should be "bat-temp" or "charge-vol". 25 charge-full-design-microamp-hours = <1900000>; 26 constant-charge-voltage-max-microvolt = <4350000>; 53 io-channel-names = "bat-temp", "charge-vol";
|
| H A D | bq24190.txt | 15 + precharge-current-microamp: maximum charge current during precharge 17 + charge-term-current-microamp: a charge cycle terminates when the 32 charge current on USB SDP ports, among other features). To simulate this on 40 charge-term-current-microamp = <128000>;
|
| H A D | sc89890-charger.txt | 11 - sc,charge-current: integer, maximum charging current (in uA); 12 - sc,termination-current: integer, charge will be terminated when current in 14 - sc,precharge-current: integer, maximum charge current during precharge 33 sc,charge-current = <1000000>;
|
| H A D | bq25890.txt | 15 - ti,charge-current: integer, maximum charging current (in uA); 16 - ti,termination-current: integer, charge will be terminated when current in 18 - ti,precharge-current: integer, maximum charge current during precharge 33 - ti,thermal-regulation-threshold: integer, temperature above which the charge 51 ti,charge-current = <1000000>;
|
| H A D | rockchip-charger-manager.txt | 8 - cm-charge-pump : name of battery charge pump 23 cm-charge-pump = "sc8551-standalone";
|
| H A D | bq24257.txt | 12 - ti,charge-current: integer, maximum charging current in uA. 13 - ti,termination-current: integer, charge will be terminated when current in 44 ti,charge-current = <1000000>; 57 ti,charge-current = <500000>;
|
| H A D | bq2415x.txt | 24 - ti,charge-current: integer, maximum charging current in mA. 25 - ti,termination-current: integer, charge will be terminated when current in 42 ti,charge-current = <650>;
|
| /OK3568_Linux_fs/kernel/drivers/macintosh/ |
| H A D | apm_emu.c | 25 long charge = -1; in pmu_apm_get_power_status() local 43 if (charge < 0) in pmu_apm_get_power_status() 44 charge = 0; in pmu_apm_get_power_status() 45 percentage += (pmu_batteries[i].charge * 100) / in pmu_apm_get_power_status() 47 charge += pmu_batteries[i].charge; in pmu_apm_get_power_status() 62 time_units = (charge * 59) / (amperage * -1); in pmu_apm_get_power_status() 64 time_units = (charge * 16440) / (amperage * -60); in pmu_apm_get_power_status()
|
| /OK3568_Linux_fs/kernel/Documentation/power/ |
| H A D | power_supply_class.rst | 63 | **Because both "charge" (µAh) and "energy" (µWh) represents "capacity" | 88 batteries can typically charge at different rates. 125 design charge values, when battery considered full/empty. 131 These attributes means "last remembered value of charge when battery 132 became full/empty". It also could mean "value of charge when battery 140 the current charge counter (in µAh). This could easily 145 the maximum charge current during precharge phase of charge cycle 149 Charge termination current. The charge cycle terminates when battery 150 voltage is above recharge threshold, and charge current is below 154 constant charge current programmed by charger. [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/ |
| H A D | bq25703.txt | 7 - ti,max-charge-voltage: integer, maximum charging voltage (in uV); 8 - ti,charge-current: integer, maximum charging current (in uA); 21 ti,max-charge-voltage = <4200000>; 22 ti,charge-current = <1000000>;
|
| /OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/fixes/ |
| H A D | Bug-1590977-openmax-Import-latest-OpenMAX-IL-1.1.2-headers.patch | 35 * Permission is hereby granted, free of charge, to any person obtaining 46 * Permission is hereby granted, free of charge, to any person obtaining 57 * Permission is hereby granted, free of charge, to any person obtaining 68 * Permission is hereby granted, free of charge, to any person obtaining 79 * Permission is hereby granted, free of charge, to any person obtaining 90 * Permission is hereby granted, free of charge, to any person obtaining 101 * Permission is hereby granted, free of charge, to any person obtaining 112 * Permission is hereby granted, free of charge, to any person obtaining 123 * Permission is hereby granted, free of charge, to any person obtaining 134 * Permission is hereby granted, free of charge, to any person obtaining [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-driver-samsung-laptop | 27 Description: Max battery charge level can be modified, battery cycle 28 life can be extended by reducing the max battery charge 31 - 0 means normal battery mode (100% charge) 32 - 1 means battery life extender mode (80% charge) 38 Description: Use your USB ports to charge devices, even
|
| /OK3568_Linux_fs/u-boot/drivers/power/charge/ |
| H A D | .built-in.o.cmd | |
| /OK3568_Linux_fs/kernel/arch/arm/mach-pxa/ |
| H A D | sharpsl_pm.c | 306 sharpsl_pm.machinfo->charge(0); in sharpsl_charge_off() 316 sharpsl_pm.machinfo->charge(0); in sharpsl_charge_error() 333 sharpsl_pm.machinfo->charge(0); in sharpsl_charge_toggle() 335 sharpsl_pm.machinfo->charge(1); in sharpsl_charge_toggle() 525 sharpsl_pm.machinfo->charge(0); in sharpsl_check_battery_voltage() 687 sharpsl_pm.machinfo->charge(0); in sharpsl_off_charge_error() 713 sharpsl_pm.machinfo->charge(0); in sharpsl_off_charge_battery() 715 sharpsl_pm.machinfo->charge(1); in sharpsl_off_charge_battery() 733 sharpsl_pm.machinfo->charge(0); in sharpsl_off_charge_battery() 735 sharpsl_pm.machinfo->charge(1); in sharpsl_off_charge_battery() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/frequency/ |
| H A D | adf4350.txt | 28 - adi,charge-pump-current: Charge pump current in mA. 42 - adi,charge-cancellation-enable: Enabled charge pump 43 charge cancellation for integer-N modes. 83 adi,charge-pump-current = <2500>;
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/rtc/ |
| H A D | rtc-palmas.txt | 16 - ti,backup-battery-charge-high-current: Enable high current charging in 19 charge battery to lower current i.e. < 100uA. 29 ti,backup-battery-charge-high-current;
|
| /OK3568_Linux_fs/u-boot/drivers/power/ |
| H A D | charge-display-uclass.su | |
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/ |
| H A D | ti,tas5086.txt | 14 - ti,charge-period: This property should contain the time in microseconds 16 split-capacitor charge period. The hardware chip 44 ti,charge-period = <156000>;
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3399-tve1205g.dts | 269 uboot-charge { 270 compatible = "rockchip,uboot-charge"; 271 rockchip,uboot-charge-on = <1>; 272 rockchip,android-charge-on = <0>; 273 rockchip,uboot-exit-charge-level = <2>; 275 rockchip,uboot-charge-brightness = <0>; 764 ti,charge-current = <2500000>; 767 ti,max-charge-voltage = <8750000>; 775 pd-charge-only = <1>; 795 charge-dev = <&bq25700>; [all …]
|