Home
last modified time | relevance | path

Searched full:charge (Results 1 – 25 of 826) sorted by relevance

12345678910>>...34

/linux-3.3/Documentation/cgroups/
Dmemcg_test.txt23 1. Charge
32 Followed by charge-commit-cancel protocol. (With swap accounting)
33 At commit, a charge recorded in swap_cgroup is removed.
42 Called before migration. "extra" charge is done and followed by
43 charge-commit-cancel protocol.
44 At commit, charge against oldpage or newpage will be committed.
59 Called when SwapCache is removed from radix-tree. The charge itself
61 charge to swap occurs.)
64 Called when swp_entry's refcnt goes down to 0. A charge against swap
68 At success of migration old is uncharged (if necessary), a charge
[all …]
Dmemory.txt68 memory.force_empty # trigger forced move charge to parent
196 Swap Extension allows you to record charge for swap. A swapped-in page is
363 When a task migrates from one cgroup to another, its charge is not
365 remain charged to it, the charge is dropped when the page is freed or
374 cgroup might have some charge associated with it, even though all
375 tasks have migrated away from it. (because we charge against pages, not
590 is, uncharge task's pages from the old cgroup and charge them to the new cgroup.
625 0 | A charge of an anonymous page(or swap of it) used by the target task.
629 1 | A charge of file pages(normal file, tmpfs file(e.g. ipc shared memory)
642 - All of moving charge operations are done under cgroup_mutex. It's not good
/linux-3.3/drivers/macintosh/
Dapm_emu.c36 long charge = -1; in pmu_apm_get_power_status() local
54 if (charge < 0) in pmu_apm_get_power_status()
55 charge = 0; in pmu_apm_get_power_status()
56 percentage += (pmu_batteries[i].charge * 100) / in pmu_apm_get_power_status()
58 charge += pmu_batteries[i].charge; in pmu_apm_get_power_status()
73 time_units = (charge * 59) / (amperage * -1); in pmu_apm_get_power_status()
75 time_units = (charge * 16440) / (amperage * -60); in pmu_apm_get_power_status()
/linux-3.3/include/linux/mfd/wm8350/
Dsupply.h114 int eoc_mA; /* end of charge current (mA) */
115 int charge_mV; /* charge voltage */
116 int fast_limit_mA; /* fast charge current limit */
117 int fast_limit_USB_mA; /* USB fast charge current limit */
118 int charge_timeout; /* charge timeout (mins) */
119 int trickle_start_mV; /* trickle charge starts at mV */
120 int trickle_charge_mA; /* trickle charge current */
121 int trickle_charge_USB_mA; /* USB trickle charge current */
/linux-3.3/arch/arm/mach-pxa/
Dsharpsl_pm.c288 dev_dbg(sharpsl_pm.dev, "Charge LED On\n"); in sharpsl_pm_led()
291 dev_dbg(sharpsl_pm.dev, "Charge LED Off\n"); in sharpsl_pm_led()
310 sharpsl_pm.machinfo->charge(0); in sharpsl_charge_off()
320 sharpsl_pm.machinfo->charge(0); in sharpsl_charge_error()
337 sharpsl_pm.machinfo->charge(0); in sharpsl_charge_toggle()
339 sharpsl_pm.machinfo->charge(1); in sharpsl_charge_toggle()
371 dev_dbg(sharpsl_pm.dev, "Charge Full at time: %lx\n", jiffies); in sharpsl_chrg_full_timer()
376 dev_dbg(sharpsl_pm.dev, "Charge Full: AC removed - stop charging!\n"); in sharpsl_chrg_full_timer()
380 dev_dbg(sharpsl_pm.dev, "Charge Full: Count too low\n"); in sharpsl_chrg_full_timer()
383 dev_dbg(sharpsl_pm.dev, "Charge Full: Interrupt generated too slowly - retry.\n"); in sharpsl_chrg_full_timer()
[all …]
Dcorgi_pm.c105 /* charge on */ in corgi_should_wakeup()
109 /* charge off */ in corgi_should_wakeup()
112 sharpsl_pm.machinfo->charge(0); in corgi_should_wakeup()
118 dev_dbg(sharpsl_pm.dev, "Charge full interrupt\n"); in corgi_should_wakeup()
173 .charge = corgi_charge,
Dspitz_pm.c144 /* charge on */ in spitz_should_wakeup()
148 /* charge off */ in spitz_should_wakeup()
151 sharpsl_pm.machinfo->charge(0); in spitz_should_wakeup()
212 .charge = spitz_charge,
/linux-3.3/Documentation/power/
Dpower_supply_class.txt59 ~ ~ ~ ~ ~ ~ ~ Charge/Energy/Capacity - how to not confuse ~ ~ ~ ~ ~ ~ ~
61 ~ Because both "charge" (µAh) and "energy" (µWh) represents "capacity" ~
79 CHARGE_TYPE - batteries can typically charge at different rates.
99 CHARGE_FULL_DESIGN, CHARGE_EMPTY_DESIGN - design charge values, when
105 of charge when battery became full/empty". It also could mean "value of
106 charge when battery considered full/empty at given conditions (temperature,
109 CHARGE_COUNTER - the current charge counter (in µAh). This could easily
176 approximating remaining battery capacity based on its charge, current,
/linux-3.3/drivers/power/
Dbq27x00_battery.c55 #define BQ27000_REG_RSOC 0x0B /* Relative State-of-Charge */
61 #define BQ27000_FLAG_CHGS BIT(7) /* Charge state flag */
66 #define BQ27500_FLAG_SOCF BIT(1) /* State-of-Charge threshold final */
67 #define BQ27500_FLAG_SOC1 BIT(2) /* State-of-Charge threshold 1 */
144 * Return the battery Relative State-of-Charge
157 dev_dbg(di->dev, "error reading relative State-of-Charge\n"); in bq27x00_battery_read_rsoc()
163 * Return a battery charge value in µAh
168 int charge; in bq27x00_battery_read_charge() local
170 charge = bq27x00_read(di, reg, false); in bq27x00_battery_read_charge()
171 if (charge < 0) { in bq27x00_battery_read_charge()
[all …]
Dwm8350_power.c100 /* make sure USB fast charge current is not > 500mA */ in wm8350_charger_config()
102 dev_err(wm8350->dev, "USB fast charge > 500mA\n"); in wm8350_charger_config()
163 char *charge; in charger_state_show() local
170 charge = "Charger Off"; in charger_state_show()
173 charge = "Trickle Charging"; in charger_state_show()
176 charge = "Fast Charging"; in charger_state_show()
182 return sprintf(buf, "%s\n", charge); in charger_state_show()
403 "Charge end", wm8350); in wm8350_init_charger()
406 "Charge start", wm8350); in wm8350_init_charger()
409 "Fast charge ready", wm8350); in wm8350_init_charger()
[all …]
Dtwl4030_charger.c44 #define TWL4030_ICHGHIGH BIT(2) /* Battery charge current high */
46 #define TWL4030_ICHGEOC BIT(4) /* Battery current end-of-charge */
66 MODULE_PARM_DESC(allow_usb, "Allow USB charge drawing default current");
154 * Enable/Disable USB Charge funtionality.
190 * Enable/Disable AC Charge funtionality.
322 * Returns the main charge FSM state
Dmax8998_charger.c101 /* Setup "End of Charge" */ in max8998_battery_probe()
116 /* Setup Charge Restart Level */ in max8998_battery_probe()
140 /* Setup Charge Full Timeout */ in max8998_battery_probe()
/linux-3.3/include/linux/i2c/
Dadp8860.h138 * charge pump to switch to lower gains. NOT AVAILABLE on ADP8860
139 * 1 = the charge pump doesn't switch down in gain until all LEDs are 0.
140 * The charge pump switches up in gain as needed. This feature is
141 * useful if the ADP8863 charge pump is used to drive an external load.
144 * 0 = the charge pump automatically switches up and down in gain.
147 * Additionally, the charge pump fly capacitors should be low ESR
/linux-3.3/include/linux/mfd/wm831x/
Dpdata.h37 int trickle_ilim; /** Trickle charge current limit, in mA */
39 int eoc_iterm; /** End of trickle charge current, in mA */
40 int fast_ilim; /** Fast charge current limit, in mA */
41 int timeout; /** Charge cycle timeout, in minutes */
/linux-3.3/drivers/isdn/i4l/
Disdn_net.h15 #define ISDN_WAITCHARGE 1 /* did not get a charge info yet */
16 #define ISDN_HAVECHARGE 2 /* We know a charge info */
17 #define ISDN_CHARGEHUP 4 /* We want to use the charge mechanism */
19 #define ISDN_MANCHARGE 16 /* Charge Interval manually set */
/linux-3.3/include/linux/
Disdn.h114 int charge; /* Charge-Units */ member
122 int chargehup; /* Flag: Charge-Hangup */
128 int chargeint; /* Use fixed charge interval length */
315 int charge; /* Counter for charging units */ member
317 int hupflags; /* Flags for charge-unit-hangup: */
319 /* bit1: Getting charge-interval */
320 /* bit2: Do charge-unit-hangup */
324 int chargeint; /* Interval between charge-infos */
445 unsigned int charge; /* Charge units of current connection */ member
/linux-3.3/mm/
Dmemcontrol.c672 bool charge) in mem_cgroup_swap_statistics() argument
674 int val = (charge) ? 1 : -1; in mem_cgroup_swap_statistics()
1033 * 1. charge
1035 * In typical case, "charge" is done before add-to-lru. Exception is SwapCache.
1036 * It is added to LRU before charge.
1363 /* moving charge context might have finished. */ in mem_cgroup_wait_acct_move()
1831 * Even if signal_pending(), we can't quit charge() loop without in mem_cgroup_handle_oom()
1874 * Considering "charge", lock_page_cgroup() is not required because all
1876 * are no race with "charge".
1936 * size of first charge trial. "32" comes from vmscan.c's magic value.
[all …]
/linux-3.3/Documentation/video4linux/cx2341x/
Dfw-upload.txt35 - Write 0x0000001A to register 0x07FC to init the Encoder SDRAM's pre-charge.
37 - Write 0x0000001A to register 0x08FC to init the Decoder SDRAM's pre-charge.
/linux-3.3/include/linux/mfd/
Dmax8925.h48 * Charging current threshold trigger going from fast charge
49 * to TOPOFF charge. From 5% to 20% of fasting charging current.
224 unsigned fast_charge:3; /* charge current */
/linux-3.3/sound/soc/codecs/
Dmax9850.c71 SND_SOC_DAPM_SUPPLY("Charge Pump 1", MAX9850_ENABLE, 4, 0, NULL, 0),
72 SND_SOC_DAPM_SUPPLY("Charge Pump 2", MAX9850_ENABLE, 5, 0, NULL, 0),
106 {"Output Mixer", NULL, "Charge Pump 1"},
107 {"Output Mixer", NULL, "Charge Pump 2"},
/linux-3.3/arch/arm/mach-pxa/include/mach/
Dsharpsl_pm.h24 void (*charge)(int); member
66 int mainbat_percent; /* Main Battery Percentage Charge */
/linux-3.3/Documentation/networking/
DLICENSE.qlcnic33 have the freedom to distribute copies of free software (and charge for
97 You may charge a fee for the physical act of transferring a copy, and
110 part thereof, to be licensed as a whole at no charge to all third
153 years, to give any third party, for a charge no more than your
270 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
/linux-3.3/Documentation/scsi/
DLICENSE.qla4xxx34 have the freedom to distribute copies of free software (and charge for
98 You may charge a fee for the physical act of transferring a copy, and
111 part thereof, to be licensed as a whole at no charge to all third
154 years, to give any third party, for a charge no more than your
271 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
DLICENSE.qla2xxx72 have the freedom to distribute copies of free software (and charge for
136 You may charge a fee for the physical act of transferring a copy, and
149 part thereof, to be licensed as a whole at no charge to all third
192 years, to give any third party, for a charge no more than your
309 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
/linux-3.3/drivers/net/irda/
Dtoim3232-sir.c28 * provided "AS-IS" and at no charge.
86 * capacitor. To switch the dongle on, DTR is brought high to charge
101 * high again, and wait for the capacitor to charge, the power supply
189 * For the IR320ST-2, we need to charge the main supply capacitor to in toim3232_open()
191 * When RTS, TD and RD are high, they will also trickle-charge the in toim3232_open()

12345678910>>...34