Searched refs:charge (Results 1 - 22 of 22) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dapm_emu.c36 long charge = -1; local
54 if (charge < 0)
55 charge = 0;
56 percentage += (pmu_batteries[i].charge * 100) /
58 charge += pmu_batteries[i].charge;
73 time_units = (charge * 59) / (amperage * -1);
75 time_units = (charge * 16440) / (amperage * -60);
H A Dvia-pmu.c638 long pcharge, charge, vb, vmax, lmax; local
675 charge = (100 * vb) / vmax;
682 if (pcharge < charge)
683 charge = pcharge;
686 time = (charge * 16440) / amperage;
692 charge = max = amperage = voltage = time = 0;
695 pmu_batteries[pmu_cur_battery].charge = charge;
713 * [2] : charge
714 * [3] : max charge
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/include/mach/
H A Dsharpsl_pm.h24 void (*charge)(int); member in struct:sharpsl_charger_machinfo
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/
H A Dsharpsl_pm.c311 sharpsl_pm.machinfo->charge(0);
321 sharpsl_pm.machinfo->charge(0);
338 sharpsl_pm.machinfo->charge(0);
340 sharpsl_pm.machinfo->charge(1);
529 /* disable charge, enable discharge */
530 sharpsl_pm.machinfo->charge(0);
702 sharpsl_pm.machinfo->charge(0);
722 sharpsl_pm.machinfo->charge(1);
738 sharpsl_pm.machinfo->charge(0);
764 sharpsl_pm.machinfo->charge(
[all...]
H A Dcorgi_pm.c97 /* charge on */
101 /* charge off */
104 sharpsl_pm.machinfo->charge(0);
158 .charge = corgi_charge,
H A Dspitz_pm.c141 /* charge on */
145 /* charge off */
148 sharpsl_pm.machinfo->charge(0);
205 .charge = spitz_charge,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/power/
H A Dwm8350_power.c100 /* make sure USB fast charge current is not > 500mA */
102 dev_err(wm8350->dev, "USB fast charge > 500mA\n");
163 char *charge; local
170 charge = "Charger Off";
173 charge = "Trickle Charging";
176 charge = "Fast Charging";
182 return sprintf(buf, "%s\n", charge);
409 "Fast charge ready", wm8350);
484 dev_warn(wm8350->dev, "failed to add charge sysfs: %d\n", ret);
H A Dpmu_battery.c105 val->intval = pbi->charge * 1000; /* mWh -> ��Wh */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dpmu.h187 unsigned int charge; /* current charge */ member in struct:pmu_battery_info
188 unsigned int max_charge; /* maximum charge */
H A Disdn.h114 int charge; /* Charge-Units */ member in struct:__anon17619
128 int chargeint; /* Use fixed charge interval length */
315 int charge; /* Counter for charging units */ member in struct:isdn_net_local_s
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 in struct:atemu
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/act2000/
H A Dcapi.h69 struct charge { /* Charging information */ struct in union:actcapi_infoel
72 } charge; member in union:actcapi_infoel
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dmigrate.c556 int charge = 0; local
591 /* charge against new page */
592 charge = mem_cgroup_prepare_migration(page, newpage, &mem);
593 if (charge == -ENOMEM) {
597 BUG_ON(charge);
681 if (!charge)
H A Dmemcontrol.c555 bool charge)
557 int val = (charge) ? 1 : -1;
563 bool charge)
565 int val = (charge) ? 1 : -1;
574 if (charge)
709 * 1. charge
711 * In typical case, "charge" is done before add-to-lru. Exception is SwapCache.
712 * It is added to LRU before charge.
796 * SwapCache behavior).To handle that, unlink page_cgroup from LRU when charge
797 * it again. This function is only used to charge SwapCach
554 mem_cgroup_swap_statistics(struct mem_cgroup *mem, bool charge) argument
561 mem_cgroup_charge_statistics(struct mem_cgroup *mem, struct page_cgroup *pc, bool charge) argument
1503 int charge; member in struct:memcg_stock_pcp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dfork.c303 unsigned long charge; local
339 charge = 0;
344 charge = len;
423 vm_unacct_memory(charge);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/i4l/
H A Disdn_net.c312 * charge-info.
451 lp->charge);
529 * charge-infos and set timestamp for last info for
532 lp->charge++;
865 printk(KERN_INFO "%s: Chargesum is %d\n", d->name, lp->charge);
2813 lp->charge = cfg->charge;
2903 cfg->charge = lp->charge;
H A Disdn_tty.c2144 info->emu.charge = (unsigned) simple_strtoul(c->parm.num, &e, 10);
2146 info->emu.charge = 0;
2231 info->emu.charge = 0;
3597 sprintf(ds, "\r\n%d", info->emu.charge);
H A Disdn_ppp.c619 pci.charge_units = lp->charge;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dnsmasq-2.15/contrib/dnslist/
H A Ddnslist.pl291 have the freedom to distribute copies of free software (and charge for
355 You may charge a fee for the physical act of transferring a copy, and
368 part thereof, to be licensed as a whole at no charge to all third
411 years, to give any third party, for a charge no more than your
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/dnsmasq/contrib/dnslist/
H A Ddnslist.pl291 have the freedom to distribute copies of free software (and charge for
355 You may charge a fee for the physical act of transferring a copy, and
368 part thereof, to be licensed as a whole at no charge to all third
411 years, to give any third party, for a charge no more than your
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dmanual.tex185 have the freedom to distribute copies of free software (and charge for
306 You may charge a fee for the physical act of transferring a copy,
322 charge to all third parties under the terms of this License.
451 specified in Subsection 6a, above, for a charge no more
H A Dmanual2e.tex188 have the freedom to distribute copies of free software (and charge for
309 You may charge a fee for the physical act of transferring a copy,
325 charge to all third parties under the terms of this License.
454 specified in Subsection 6a, above, for a charge no more
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/block/
H A Dcfq-iosched.c917 * Also charge the seek time incurred to the group, otherwise
937 unsigned int used_sl, charge; local
942 used_sl = charge = cfq_cfqq_slice_usage(cfqq);
945 charge = cfqq->slice_dispatch;
947 charge = cfqq->allocated_slice;
951 cfqg->vdisktime += cfq_scale_slice(charge, cfqg);
965 cfq_log_cfqq(cfqq->cfqd, cfqq, "sl_used=%u disp=%u charge=%u iops=%u"
966 " sect=%u", used_sl, cfqq->slice_dispatch, charge,

Completed in 142 milliseconds