Home
last modified time | relevance | path

Searched refs:charge (Results 1 – 200 of 221) sorted by relevance

12

/linux-4.1.27/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()
Dvia-pmu.c643 long pcharge, charge, vb, vmax, lmax; in done_battery_state_ohare() local
680 charge = (100 * vb) / vmax; in done_battery_state_ohare()
687 if (pcharge < charge) in done_battery_state_ohare()
688 charge = pcharge; in done_battery_state_ohare()
691 time = (charge * 16440) / amperage; in done_battery_state_ohare()
697 charge = max = amperage = voltage = time = 0; in done_battery_state_ohare()
700 pmu_batteries[pmu_cur_battery].charge = charge; in done_battery_state_ohare()
769 pmu_batteries[pmu_cur_battery].charge = capa; in done_battery_state_smart()
868 seq_printf(m, "charge : %d\n", pmu_batteries[batnum].charge); in pmu_battery_proc_show()
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-class-power28 charger operates in fast-charge mode. When the timer expires
29 the device will terminate fast-charge mode (charging current
42 charger operates in fast-charge mode. When the timer expires
43 the device will terminate fast-charge mode (charging current
57 charge mode drops below this value, the charger will trigger
71 charger operates in top-off charge mode. When the timer expires
72 the device will terminate top-off charge mode (charging current
Dsysfs-driver-samsung-laptop25 Description: Max battery charge level can be modified, battery cycle
26 life can be extended by reducing the max battery charge
28 0 means normal battery mode (100% charge)
29 1 means battery life extender mode (80% charge)
35 Description: Use your USB ports to charge devices, even
/linux-4.1.27/Documentation/power/
Dpower_supply_class.txt61 ~ Because both "charge" (µAh) and "energy" (µWh) represents "capacity" ~
79 CHARGE_TYPE - batteries can typically charge at different rates.
108 CHARGE_FULL_DESIGN, CHARGE_EMPTY_DESIGN - design charge values, when
114 of charge when battery became full/empty". It also could mean "value of
115 charge when battery considered full/empty at given conditions (temperature,
118 CHARGE_COUNTER - the current charge counter (in µAh). This could easily
122 CONSTANT_CHARGE_CURRENT - constant charge current programmed by charger.
123 CONSTANT_CHARGE_CURRENT_MAX - maximum charge current supported by the
127 CHARGE_TERM_CURRENT - Charge termination current used to detect the end of charge
132 CONSTANT_CHARGE_VOLTAGE - constant charge voltage programmed by charger.
[all …]
Dcharger-manager.txt174 a positive number if it is too hot to charge, and a negative number
175 if it is too cold to charge. With the variable mC, the callback returns
/linux-4.1.27/arch/arm/mach-pxa/
Dsharpsl_pm.c310 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()
529 sharpsl_pm.machinfo->charge(0); in sharpsl_check_battery_voltage()
691 sharpsl_pm.machinfo->charge(0); in sharpsl_off_charge_error()
717 sharpsl_pm.machinfo->charge(0); in sharpsl_off_charge_battery()
719 sharpsl_pm.machinfo->charge(1); in sharpsl_off_charge_battery()
737 sharpsl_pm.machinfo->charge(0); in sharpsl_off_charge_battery()
739 sharpsl_pm.machinfo->charge(1); in sharpsl_off_charge_battery()
[all …]
Dcorgi_pm.c113 sharpsl_pm.machinfo->charge(0); in corgi_should_wakeup()
174 .charge = corgi_charge,
Dspitz_pm.c147 sharpsl_pm.machinfo->charge(0); in spitz_should_wakeup()
208 .charge = spitz_charge,
/linux-4.1.27/Documentation/devicetree/bindings/rtc/
Drtc-palmas.txt17 - ti,backup-battery-charge-high-current: Enable high current charging in
20 charge battery to lower current i.e. < 100mA.
30 ti,backup-battery-charge-high-current;
Dabracon,abx80x.txt24 The abx804 and abx805 have a trickle charger that is able to charge the
/linux-4.1.27/Documentation/devicetree/bindings/iio/frequency/
Dadf4350.txt28 - 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>;
/linux-4.1.27/Documentation/devicetree/bindings/power_supply/
Dmax8925_batter.txt7 - fast-charge: set charging current in fast mode
15 fast-charge = <7>;
Dti,bq24735.txt13 - ti,charge-current : Used to control and set the charging current. This value
17 - ti,charge-voltage : Used to control and set the charging voltage. This value
/linux-4.1.27/Documentation/devicetree/bindings/power/
Dbq2415x.txt24 - 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>;
Dltc2941.txt6 formula for the charge counter.
/linux-4.1.27/Documentation/devicetree/bindings/input/touchscreen/
Dti-tsc-adc.txt33 ti,charge-delay: Length of touch screen charge delay step in terms of
41 charge step, so this does in fact function as a
53 ti,charge-delay = <0x400>;
/linux-4.1.27/Documentation/devicetree/bindings/sound/
Dti,tas5086.txt14 - ti,charge-period: This property should contain the time in microseconds
16 split-capacitor charge period. The hardware chip
44 ti,charge-period = <156000>;
/linux-4.1.27/drivers/power/
Dltc2941-battery-gauge.c67 int charge; /* Last charge register content */ member
343 int charge = ltc294x_read_charge_register(info); in ltc294x_update() local
345 if (charge != info->charge) { in ltc294x_update()
346 info->charge = charge; in ltc294x_update()
Dbq27x00_battery.c256 int charge; in bq27x00_battery_read_charge() local
258 charge = bq27x00_read(di, reg, false); in bq27x00_battery_read_charge()
259 if (charge < 0) { in bq27x00_battery_read_charge()
261 reg, charge); in bq27x00_battery_read_charge()
262 return charge; in bq27x00_battery_read_charge()
266 charge *= 1000; in bq27x00_battery_read_charge()
268 charge = charge * 3570 / BQ27000_RS; in bq27x00_battery_read_charge()
270 return charge; in bq27x00_battery_read_charge()
Dwm8350_power.c163 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()
Daxp288_fuel_gauge.c353 int charge, discharge; in fuel_gauge_get_status() local
361 ret = pmic_read_adc_val("axp288-chrg-curr", &charge, info); in fuel_gauge_get_status()
374 if (charge > 0) in fuel_gauge_get_status()
402 int charge, discharge; in fuel_gauge_get_current() local
404 ret = pmic_read_adc_val("axp288-chrg-curr", &charge, info); in fuel_gauge_get_current()
411 if (charge > 0) in fuel_gauge_get_current()
412 value = charge; in fuel_gauge_get_current()
Dpmu_battery.c108 val->intval = pbi->charge * 1000; /* mWh -> µWh */ in pmu_bat_get_property()
DKconfig382 You'll need this driver to charge batteries on e.g. Nokia
417 Gauge IC. The driver reports the charge count continuously, and
439 The fuelgauge calculates and determines the battery state of charge
/linux-4.1.27/Documentation/devicetree/bindings/mfd/
Dmax77693.txt50 will operate in fast charge constant current mode till battery voltage
51 reaches this level. Then the charger will switch to fast charge constant
72 - maxim,charge-input-threshold-microvolt : Threshold voltage in uV for
119 maxim,charge-input-threshold-microvolt = <4300000>;
Dmax14577.txt23 - maxim,fast-charge-uamp : Current in uA for Fast Charge;
97 maxim,fast-charge-uamp = <450000>;
142 maxim,fast-charge-uamp = <225000>;
Dmax8925.txt60 fast-charge = <7>;
Dab8500.txt48 : VBUS_OVV : : Overvoltage on Vbus ball detected (USB charge is stopped)
/linux-4.1.27/include/linux/
Dpmu.h63 unsigned int charge; /* current charge */ member
Disdn.h190 int charge; /* Counter for charging units */ member
307 unsigned int charge; /* Charge units of current connection */ member
/linux-4.1.27/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.
Dfw-memory.txt86 0x07FC: Encoder SDRAM pre-charge
94 0x08FC: Decoder SDRAM pre-charge
/linux-4.1.27/arch/arm/mach-pxa/include/mach/
Dsharpsl_pm.h24 void (*charge)(int); member
/linux-4.1.27/include/uapi/linux/
Disdn.h115 int charge; /* Charge-Units */ member
/linux-4.1.27/drivers/isdn/act2000/
Dcapi.h69 struct charge { /* Charging information */ struct
72 } charge; member
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
Dhubgk110.fuc34 * Permission is hereby granted, free of charge, to any person obtaining a
Dhubgf100.fuc34 * Permission is hereby granted, free of charge, to any person obtaining a
Dgpcgf100.fuc34 * Permission is hereby granted, free of charge, to any person obtaining a
Dgpcgf117.fuc34 * Permission is hereby granted, free of charge, to any person obtaining a
Dhubgf117.fuc34 * Permission is hereby granted, free of charge, to any person obtaining a
Dhubgk104.fuc34 * Permission is hereby granted, free of charge, to any person obtaining a
Dgpcgk208.fuc54 * Permission is hereby granted, free of charge, to any person obtaining a
Dgpcgk104.fuc34 * Permission is hereby granted, free of charge, to any person obtaining a
Dgpcgm107.fuc54 * Permission is hereby granted, free of charge, to any person obtaining a
Dhubgm107.fuc54 * Permission is hereby granted, free of charge, to any person obtaining a
Dhubgk208.fuc54 * Permission is hereby granted, free of charge, to any person obtaining a
Dgpcgk110.fuc34 * Permission is hereby granted, free of charge, to any person obtaining a
Dmacros.fuc4 * Permission is hereby granted, free of charge, to any person obtaining a
Dcom.fuc5 * Permission is hereby granted, free of charge, to any person obtaining a
Dgpc.fuc5 * Permission is hereby granted, free of charge, to any person obtaining a
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
Dperf.fuc4 * Permission is hereby granted, free of charge, to any person obtaining a
Dtest.fuc4 * Permission is hereby granted, free of charge, to any person obtaining a
Dgk208.fuc54 * Permission is hereby granted, free of charge, to any person obtaining a
Dgf110.fuc44 * Permission is hereby granted, free of charge, to any person obtaining a
Didle.fuc4 * Permission is hereby granted, free of charge, to any person obtaining a
Dgt215.fuc34 * Permission is hereby granted, free of charge, to any person obtaining a
Dgf100.fuc34 * Permission is hereby granted, free of charge, to any person obtaining a
Darith.fuc4 * Permission is hereby granted, free of charge, to any person obtaining a
Dhost.fuc4 * Permission is hereby granted, free of charge, to any person obtaining a
Di2c_.fuc4 * Permission is hereby granted, free of charge, to any person obtaining a
Dmacros.fuc4 * Permission is hereby granted, free of charge, to any person obtaining a
Dmemx.fuc4 * Permission is hereby granted, free of charge, to any person obtaining a
/linux-4.1.27/Documentation/devicetree/bindings/leds/
Dleds-gpio.txt25 as charge-led gpio.
/linux-4.1.27/Documentation/cgroups/
Dmemcg_test.txt36 Called when swp_entry's refcnt goes down to 0. A charge against swap
39 3. charge-commit-cancel
102 - A swp page is read. (move a charge from swap_cgroup to page_cgroup)
Dmemory.txt73 memory.force_empty # trigger forced move charge to parent
211 Swap Extension allows you to record charge for swap. A swapped-in page is
434 When a task migrates from one cgroup to another, its charge is not
436 remain charged to it, the charge is dropped when the page is freed or
445 cgroup might have some charge associated with it, even though all
446 tasks have migrated away from it. (because we charge against pages, not
450 use_hierarchy==1), and no change on the charge except uncharging
667 is, uncharge task's pages from the old cgroup and charge them to the new cgroup.
702 0 | A charge of an anonymous page (or swap of it) used by the target task.
705 1 | A charge of file pages (normal file, tmpfs file (e.g. ipc shared memory)
[all …]
/linux-4.1.27/arch/arm/boot/dts/
Dimx6dl-cubox-i.dts21 * b) Permission is hereby granted, free of charge, to any person
Dimx6qdl-microsom.dtsi21 * b) Permission is hereby granted, free of charge, to any person
Dimx6q-hummingboard.dts22 * b) Permission is hereby granted, free of charge, to any person
Drk3288-firefly.dts21 * b) Permission is hereby granted, free of charge, to any person
Dimx6q-cubox-i.dts21 * b) Permission is hereby granted, free of charge, to any person
Drk3288-firefly-beta.dts21 * b) Permission is hereby granted, free of charge, to any person
Dimx6dl-hummingboard.dts22 * b) Permission is hereby granted, free of charge, to any person
Dat91sam9xe.dtsi24 * b) Permission is hereby granted, free of charge, to any person
Darmada-388.dtsi19 * b) Permission is hereby granted, free of charge, to any person
Darmada-398.dtsi25 * b) Permission is hereby granted, free of charge, to any person
Darmada-390.dtsi25 * b) Permission is hereby granted, free of charge, to any person
Dcx92755_equinox.dts25 * b) Permission is hereby granted, free of charge, to any person
Dsun6i-a31s.dtsi26 * b) Permission is hereby granted, free of charge, to any person
Dmeson6-atv1200.dts26 * b) Permission is hereby granted, free of charge, to any person
Dmeson6.dtsi26 * b) Permission is hereby granted, free of charge, to any person
Dsun8i-a23-ippo-q8h-v1.2.dts26 * b) Permission is hereby granted, free of charge, to any person
Dls1021a-twr.dts26 * b) Permission is hereby granted, free of charge, to any person
Daxp209.dtsi28 * b) Permission is hereby granted, free of charge, to any person
Darmada-xp-matrix.dts25 * b) Permission is hereby granted, free of charge, to any person
Dsun4i-a10-hyundai-a7hd.dts26 * b) Permission is hereby granted, free of charge, to any person
Dmmp2-brownstone.dts185 fast-charge = <7>;
Dmeson8-minix-neo-x8.dts21 * b) Permission is hereby granted, free of charge, to any person
Dsun6i-a31s-cs908.dts26 * b) Permission is hereby granted, free of charge, to any person
Dsun4i-a10-mk802.dts26 * b) Permission is hereby granted, free of charge, to any person
Dsun4i-a10-chuwi-v7-cw0825.dts26 * b) Permission is hereby granted, free of charge, to any person
Dsun6i-a31-app4-evb1.dts28 * b) Permission is hereby granted, free of charge, to any person
Dsun4i-a10-mk802ii.dts26 * b) Permission is hereby granted, free of charge, to any person
Dcx92755.dtsi25 * b) Permission is hereby granted, free of charge, to any person
Dsun5i-a10s-mk802.dts26 * b) Permission is hereby granted, free of charge, to any person
Dimx6qdl-microsom-ar8035.dtsi24 * b) Permission is hereby granted, free of charge, to any person
Dsun4i-a10-inet97fv2.dts28 * b) Permission is hereby granted, free of charge, to any person
Darmada-388-rd.dts27 * b) Permission is hereby granted, free of charge, to any person
Darmada-398-db.dts25 * b) Permission is hereby granted, free of charge, to any person
Dsun4i-a10-ba10-tvbox.dts26 * b) Permission is hereby granted, free of charge, to any person
Dsun8i-a23-ippo-q8h-v5.dts28 * b) Permission is hereby granted, free of charge, to any person
Dsun6i-a31-colombus.dts28 * b) Permission is hereby granted, free of charge, to any person
Dsun4i-a10-mini-xplus.dts28 * b) Permission is hereby granted, free of charge, to any person
Dsun5i-a13-olinuxino-micro.dts27 * b) Permission is hereby granted, free of charge, to any person
Dsun6i-a31-m9.dts26 * b) Permission is hereby granted, free of charge, to any person
Dsun6i-a31-hummingbird.dts28 * b) Permission is hereby granted, free of charge, to any person
Dsun5i-a10s-r7-tv-dongle.dts26 * b) Permission is hereby granted, free of charge, to any person
Dsun4i-a10-marsboard.dts27 * b) Permission is hereby granted, free of charge, to any person
Darmada-388-db.dts26 * b) Permission is hereby granted, free of charge, to any person
Dsun9i-a80-optimus.dts28 * b) Permission is hereby granted, free of charge, to any person
Dmeson8.dtsi24 * b) Permission is hereby granted, free of charge, to any person
Drk3066a-marsboard.dts21 * b) Permission is hereby granted, free of charge, to any person
Dmeson.dtsi26 * b) Permission is hereby granted, free of charge, to any person
Darmada-xp-axpwifiap.dts30 * b) Permission is hereby granted, free of charge, to any person
Dsun4i-a10-olinuxino-lime.dts26 * b) Permission is hereby granted, free of charge, to any person
Dat91-sama5d4_xplained.dts24 * b) Permission is hereby granted, free of charge, to any person
Dsun7i-a20-olinuxino-lime.dts29 * b) Permission is hereby granted, free of charge, to any person
Dsun4i-a10-hackberry.dts28 * b) Permission is hereby granted, free of charge, to any person
Dsun5i-a13-olinuxino.dts28 * b) Permission is hereby granted, free of charge, to any person
Dsunxi-common-regulators.dtsi28 * b) Permission is hereby granted, free of charge, to any person
Dsun7i-a20-m3.dts28 * b) Permission is hereby granted, free of charge, to any person
Dsun4i-a10-pcduino.dts27 * b) Permission is hereby granted, free of charge, to any person
Darmada-380.dtsi27 * b) Permission is hereby granted, free of charge, to any person
Darmada-370-mirabox.dts23 * b) Permission is hereby granted, free of charge, to any person
Dsun4i-a10-a1000.dts28 * b) Permission is hereby granted, free of charge, to any person
Dsun5i-a13-hsg-h702.dts26 * b) Permission is hereby granted, free of charge, to any person
Darmada-375-db.dts27 * b) Permission is hereby granted, free of charge, to any person
Darmada-385-db-ap.dts20 * b) Permission is hereby granted, free of charge, to any person
Darmada-xp-openblocks-ax3-4.dts25 * b) Permission is hereby granted, free of charge, to any person
Dsun7i-a20-bananapi.dts28 * b) Permission is hereby granted, free of charge, to any person
Dls1021a-qds.dts26 * b) Permission is hereby granted, free of charge, to any person
Dsun4i-a10-cubieboard.dts27 * b) Permission is hereby granted, free of charge, to any person
Dsun7i-a20-cubieboard2.dts28 * b) Permission is hereby granted, free of charge, to any person
Dsun7i-a20-pcduino3.dts27 * b) Permission is hereby granted, free of charge, to any person
Dimx6sl-warp.dts26 * b) Permission is hereby granted, free of charge, to any person
Dimx6qdl-cubox-i.dtsi21 * b) Permission is hereby granted, free of charge, to any person
Darmada-370-rd.dts26 * b) Permission is hereby granted, free of charge, to any person
Dsun7i-a20-olinuxino-lime2.dts26 * b) Permission is hereby granted, free of charge, to any person
Dsun7i-a20-i12-tvbox.dts26 * b) Permission is hereby granted, free of charge, to any person
Darmada-xp-db.dts28 * b) Permission is hereby granted, free of charge, to any person
Dsun7i-a20-bananapro.dts26 * b) Permission is hereby granted, free of charge, to any person
Darmada-385.dtsi27 * b) Permission is hereby granted, free of charge, to any person
Dimx6qdl-hummingboard.dtsi21 * b) Permission is hereby granted, free of charge, to any person
Dsun5i-a10s-olinuxino-micro.dts28 * b) Permission is hereby granted, free of charge, to any person
Darmada-xp-mv78230.dtsi25 * b) Permission is hereby granted, free of charge, to any person
Darmada-370-netgear-rn104.dts23 * b) Permission is hereby granted, free of charge, to any person
Dat91-sama5d4ek.dts24 * b) Permission is hereby granted, free of charge, to any person
Darmada-xp-gp.dts28 * b) Permission is hereby granted, free of charge, to any person
Dsun7i-a20-cubietruck.dts28 * b) Permission is hereby granted, free of charge, to any person
Darmada-370-netgear-rn102.dts23 * b) Permission is hereby granted, free of charge, to any person
Darmada-370-db.dts28 * b) Permission is hereby granted, free of charge, to any person
Darmada-xp-lenovo-ix4-300d.dts23 * b) Permission is hereby granted, free of charge, to any person
Darmada-xp.dtsi28 * b) Permission is hereby granted, free of charge, to any person
Dimx6q-tbs2910.dts26 * b) Permission is hereby granted, free of charge, to any person
Darmada-xp-linksys-mamba.dts28 * b) Permission is hereby granted, free of charge, to any person
Darmada-370-xp.dtsi28 * b) Permission is hereby granted, free of charge, to any person
Darmada-xp-netgear-rn2120.dts23 * b) Permission is hereby granted, free of charge, to any person
Darmada-388-gp.dts20 * b) Permission is hereby granted, free of charge, to any person
Drk3288-popmetal.dts21 * b) Permission is hereby granted, free of charge, to any person
Darmada-370.dtsi27 * b) Permission is hereby granted, free of charge, to any person
Darm-realview-pb1176.dts4 * Permission is hereby granted, free of charge, to any person obtaining a copy
Darmada-xp-mv78460.dtsi25 * b) Permission is hereby granted, free of charge, to any person
Darmada-xp-synology-ds414.dts23 * b) Permission is hereby granted, free of charge, to any person
Dls1021a.dtsi26 * b) Permission is hereby granted, free of charge, to any person
Darmada-370-synology-ds213j.dts23 * b) Permission is hereby granted, free of charge, to any person
Drk3066a-rayeager.dts21 * b) Permission is hereby granted, free of charge, to any person
Drk3288-firefly.dtsi21 * b) Permission is hereby granted, free of charge, to any person
Darmada-xp-mv78260.dtsi25 * b) Permission is hereby granted, free of charge, to any person
Darmada-39x.dtsi25 * b) Permission is hereby granted, free of charge, to any person
Darmada-375.dtsi26 * b) Permission is hereby granted, free of charge, to any person
Darmada-38x.dtsi27 * b) Permission is hereby granted, free of charge, to any person
Dam335x-evm.dts651 ti,charge-delay = <0x400>;
Dexynos3250-monk.dts105 maxim,fast-charge-uamp = <225000>;
/linux-4.1.27/arch/arm64/boot/dts/cavium/
Dthunder-88xx.dts28 * b) Permission is hereby granted, free of charge, to any person
Dthunder-88xx.dtsi28 * b) Permission is hereby granted, free of charge, to any person
/linux-4.1.27/arch/arm64/boot/dts/freescale/
Dfsl-ls2085a-simu.dts30 * b) Permission is hereby granted, free of charge, to any person
Dfsl-ls2085a.dtsi30 * b) Permission is hereby granted, free of charge, to any person
/linux-4.1.27/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
DLICENSE.qla2xxx35 have the freedom to distribute copies of free software (and charge for
99 You may charge a fee for the physical act of transferring a copy, and
112 part thereof, to be licensed as a whole at no charge to all third
155 years, to give any third party, for a charge no more than your
/linux-4.1.27/Documentation/networking/
DLICENSE.qlge33 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
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
/linux-4.1.27/drivers/isdn/i4l/
Disdn_net.c451 lp->charge); in isdn_net_stat_callback()
532 lp->charge++; in isdn_net_stat_callback()
865 printk(KERN_INFO "%s: Chargesum is %d\n", d->name, lp->charge); in isdn_net_hangup()
2786 lp->charge = cfg->charge; in isdn_net_setcfg()
2876 cfg->charge = lp->charge; in isdn_net_getcfg()
Disdn_tty.c2036 info->emu.charge = (unsigned) simple_strtoul(c->parm.num, &e, 10); in isdn_tty_stat_callback()
2038 info->emu.charge = 0; in isdn_tty_stat_callback()
2124 info->emu.charge = 0; in isdn_tty_stat_callback()
3485 snprintf(ds, sizeof(ds), "\r\n%d", info->emu.charge); in isdn_tty_parse_at()
/linux-4.1.27/kernel/
Dfork.c395 unsigned long charge; in dup_mmap() local
433 charge = 0; in dup_mmap()
439 charge = len; in dup_mmap()
517 vm_unacct_memory(charge); in dup_mmap()
/linux-4.1.27/Documentation/serial/
Dserial-rs485.txt32 for bindings). The driver is in charge of filling this data structure from
/linux-4.1.27/tools/usb/usbip/
DCOPYING23 have the freedom to distribute copies of free software (and charge for
87 You may charge a fee for the physical act of transferring a copy, and
100 part thereof, to be licensed as a whole at no charge to all third
143 years, to give any third party, for a charge no more than your
/linux-4.1.27/drivers/staging/rtl8192e/
Dlicense29 to distribute copies of free software (and charge for this service if you
90 You may charge a fee for the physical act of transferring a copy, and you
103 thereof, to be licensed as a whole at no charge to all third parties
146 to give any third party, for a charge no more than your cost of
/linux-4.1.27/drivers/staging/rtl8192u/
Dcopying23 have the freedom to distribute copies of free software (and charge for
87 You may charge a fee for the physical act of transferring a copy, and
100 part thereof, to be licensed as a whole at no charge to all third
143 years, to give any third party, for a charge no more than your
/linux-4.1.27/
DCOPYING39 have the freedom to distribute copies of free software (and charge for
103 You may charge a fee for the physical act of transferring a copy, and
116 part thereof, to be licensed as a whole at no charge to all third
159 years, to give any third party, for a charge no more than your
/linux-4.1.27/Documentation/leds/
Dleds-class.txt18 nand-disk and sharpsl-charge triggers. With led triggers disabled, the code
/linux-4.1.27/block/
Dcfq-iosched.c948 static inline u64 cfqg_scale_charge(unsigned long charge, in cfqg_scale_charge() argument
951 u64 c = charge << CFQ_SERVICE_SHIFT; /* make it fixed point */ in cfqg_scale_charge()
1461 unsigned int used_sl, charge, unaccounted_sl = 0; in cfq_group_served() local
1467 used_sl = charge = cfq_cfqq_slice_usage(cfqq, &unaccounted_sl); in cfq_group_served()
1470 charge = cfqq->slice_dispatch; in cfq_group_served()
1472 charge = cfqq->allocated_slice; in cfq_group_served()
1482 cfqg->vdisktime += cfqg_scale_charge(charge, vfr); in cfq_group_served()
1498 used_sl, cfqq->slice_dispatch, charge, in cfq_group_served()
/linux-4.1.27/Documentation/devicetree/bindings/regulator/
Dmax8997-regulator.txt85 - CHARGER_TOPOFF: end of charge current threshold level
/linux-4.1.27/Documentation/isdn/
DREADME375 h) additionally you may activate charge-hang-up (= Hang up before
376 next charge-info, this only works, if your isdn-provider transmits
377 the charge-info during and after the connection):
516 Shows all parameters of an interface and the charge-info.
/linux-4.1.27/Documentation/dvb/
Dci.txt17 application is in charge of sending the descrambling related information
/linux-4.1.27/Documentation/devicetree/bindings/memory-controllers/
Dmvebu-devbus.txt110 is showed below. Note that the Device Bus driver is in charge of allocating
/linux-4.1.27/firmware/
DWHENCE705 Permission is hereby granted, free of charge, to any person obtaining a
735 * Permission is hereby granted, free of charge, to any person obtaining a
793 * Permission is hereby granted, free of charge, to any person obtaining a
/linux-4.1.27/Documentation/laptops/
Dsonypi.txt33 brightness and querying the batteries charge information (some more
/linux-4.1.27/Documentation/thermal/
Dsysfs-api.txt55 so that user applications can take charge of thermal management.
234 charge of the thermal management.
/linux-4.1.27/Documentation/misc-devices/mei/
Dmei.txt14 to the host as a PCI device. The Intel MEI Driver is in charge of the
/linux-4.1.27/Documentation/usb/
DCREDITS146 charge of composing, maintaining and feeding the
/linux-4.1.27/Documentation/
DManagementStyle272 for being "in charge". Never mind the fact that you're really leading
274 as you can. Everybody will still think you're the person in charge.

12