/linux-4.1.27/drivers/macintosh/ |
D | apm_emu.c | 36 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()
|
D | via-pmu.c | 643 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/ |
D | sysfs-class-power | 28 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
|
D | sysfs-driver-samsung-laptop | 25 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/ |
D | power_supply_class.txt | 61 ~ 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 …]
|
D | charger-manager.txt | 174 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/ |
D | sharpsl_pm.c | 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() 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 …]
|
D | corgi_pm.c | 113 sharpsl_pm.machinfo->charge(0); in corgi_should_wakeup() 174 .charge = corgi_charge,
|
D | spitz_pm.c | 147 sharpsl_pm.machinfo->charge(0); in spitz_should_wakeup() 208 .charge = spitz_charge,
|
/linux-4.1.27/Documentation/devicetree/bindings/rtc/ |
D | rtc-palmas.txt | 17 - 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;
|
D | abracon,abx80x.txt | 24 The abx804 and abx805 have a trickle charger that is able to charge the
|
/linux-4.1.27/Documentation/devicetree/bindings/iio/frequency/ |
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>;
|
/linux-4.1.27/Documentation/devicetree/bindings/power_supply/ |
D | max8925_batter.txt | 7 - fast-charge: set charging current in fast mode 15 fast-charge = <7>;
|
D | ti,bq24735.txt | 13 - 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/ |
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>;
|
D | ltc2941.txt | 6 formula for the charge counter.
|
/linux-4.1.27/Documentation/devicetree/bindings/input/touchscreen/ |
D | ti-tsc-adc.txt | 33 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/ |
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>;
|
/linux-4.1.27/drivers/power/ |
D | ltc2941-battery-gauge.c | 67 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()
|
D | bq27x00_battery.c | 256 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()
|
D | wm8350_power.c | 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()
|
D | axp288_fuel_gauge.c | 353 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()
|
D | pmu_battery.c | 108 val->intval = pbi->charge * 1000; /* mWh -> µWh */ in pmu_bat_get_property()
|
D | Kconfig | 382 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/ |
D | max77693.txt | 50 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>;
|
D | max14577.txt | 23 - maxim,fast-charge-uamp : Current in uA for Fast Charge; 97 maxim,fast-charge-uamp = <450000>; 142 maxim,fast-charge-uamp = <225000>;
|
D | max8925.txt | 60 fast-charge = <7>;
|
D | ab8500.txt | 48 : VBUS_OVV : : Overvoltage on Vbus ball detected (USB charge is stopped)
|
/linux-4.1.27/include/linux/ |
D | pmu.h | 63 unsigned int charge; /* current charge */ member
|
D | isdn.h | 190 int charge; /* Counter for charging units */ member 307 unsigned int charge; /* Charge units of current connection */ member
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | fw-upload.txt | 35 - 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.
|
D | fw-memory.txt | 86 0x07FC: Encoder SDRAM pre-charge 94 0x08FC: Decoder SDRAM pre-charge
|
/linux-4.1.27/arch/arm/mach-pxa/include/mach/ |
D | sharpsl_pm.h | 24 void (*charge)(int); member
|
/linux-4.1.27/include/uapi/linux/ |
D | isdn.h | 115 int charge; /* Charge-Units */ member
|
/linux-4.1.27/drivers/isdn/act2000/ |
D | capi.h | 69 struct charge { /* Charging information */ struct 72 } charge; member
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
D | hubgk110.fuc3 | 4 * Permission is hereby granted, free of charge, to any person obtaining a
|
D | hubgf100.fuc3 | 4 * Permission is hereby granted, free of charge, to any person obtaining a
|
D | gpcgf100.fuc3 | 4 * Permission is hereby granted, free of charge, to any person obtaining a
|
D | gpcgf117.fuc3 | 4 * Permission is hereby granted, free of charge, to any person obtaining a
|
D | hubgf117.fuc3 | 4 * Permission is hereby granted, free of charge, to any person obtaining a
|
D | hubgk104.fuc3 | 4 * Permission is hereby granted, free of charge, to any person obtaining a
|
D | gpcgk208.fuc5 | 4 * Permission is hereby granted, free of charge, to any person obtaining a
|
D | gpcgk104.fuc3 | 4 * Permission is hereby granted, free of charge, to any person obtaining a
|
D | gpcgm107.fuc5 | 4 * Permission is hereby granted, free of charge, to any person obtaining a
|
D | hubgm107.fuc5 | 4 * Permission is hereby granted, free of charge, to any person obtaining a
|
D | hubgk208.fuc5 | 4 * Permission is hereby granted, free of charge, to any person obtaining a
|
D | gpcgk110.fuc3 | 4 * Permission is hereby granted, free of charge, to any person obtaining a
|
D | macros.fuc | 4 * Permission is hereby granted, free of charge, to any person obtaining a
|
D | com.fuc | 5 * Permission is hereby granted, free of charge, to any person obtaining a
|
D | gpc.fuc | 5 * Permission is hereby granted, free of charge, to any person obtaining a
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
D | perf.fuc | 4 * Permission is hereby granted, free of charge, to any person obtaining a
|
D | test.fuc | 4 * Permission is hereby granted, free of charge, to any person obtaining a
|
D | gk208.fuc5 | 4 * Permission is hereby granted, free of charge, to any person obtaining a
|
D | gf110.fuc4 | 4 * Permission is hereby granted, free of charge, to any person obtaining a
|
D | idle.fuc | 4 * Permission is hereby granted, free of charge, to any person obtaining a
|
D | gt215.fuc3 | 4 * Permission is hereby granted, free of charge, to any person obtaining a
|
D | gf100.fuc3 | 4 * Permission is hereby granted, free of charge, to any person obtaining a
|
D | arith.fuc | 4 * Permission is hereby granted, free of charge, to any person obtaining a
|
D | host.fuc | 4 * Permission is hereby granted, free of charge, to any person obtaining a
|
D | i2c_.fuc | 4 * Permission is hereby granted, free of charge, to any person obtaining a
|
D | macros.fuc | 4 * Permission is hereby granted, free of charge, to any person obtaining a
|
D | memx.fuc | 4 * Permission is hereby granted, free of charge, to any person obtaining a
|
/linux-4.1.27/Documentation/devicetree/bindings/leds/ |
D | leds-gpio.txt | 25 as charge-led gpio.
|
/linux-4.1.27/Documentation/cgroups/ |
D | memcg_test.txt | 36 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)
|
D | memory.txt | 73 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/ |
D | imx6dl-cubox-i.dts | 21 * b) Permission is hereby granted, free of charge, to any person
|
D | imx6qdl-microsom.dtsi | 21 * b) Permission is hereby granted, free of charge, to any person
|
D | imx6q-hummingboard.dts | 22 * b) Permission is hereby granted, free of charge, to any person
|
D | rk3288-firefly.dts | 21 * b) Permission is hereby granted, free of charge, to any person
|
D | imx6q-cubox-i.dts | 21 * b) Permission is hereby granted, free of charge, to any person
|
D | rk3288-firefly-beta.dts | 21 * b) Permission is hereby granted, free of charge, to any person
|
D | imx6dl-hummingboard.dts | 22 * b) Permission is hereby granted, free of charge, to any person
|
D | at91sam9xe.dtsi | 24 * b) Permission is hereby granted, free of charge, to any person
|
D | armada-388.dtsi | 19 * b) Permission is hereby granted, free of charge, to any person
|
D | armada-398.dtsi | 25 * b) Permission is hereby granted, free of charge, to any person
|
D | armada-390.dtsi | 25 * b) Permission is hereby granted, free of charge, to any person
|
D | cx92755_equinox.dts | 25 * b) Permission is hereby granted, free of charge, to any person
|
D | sun6i-a31s.dtsi | 26 * b) Permission is hereby granted, free of charge, to any person
|
D | meson6-atv1200.dts | 26 * b) Permission is hereby granted, free of charge, to any person
|
D | meson6.dtsi | 26 * b) Permission is hereby granted, free of charge, to any person
|
D | sun8i-a23-ippo-q8h-v1.2.dts | 26 * b) Permission is hereby granted, free of charge, to any person
|
D | ls1021a-twr.dts | 26 * b) Permission is hereby granted, free of charge, to any person
|
D | axp209.dtsi | 28 * b) Permission is hereby granted, free of charge, to any person
|
D | armada-xp-matrix.dts | 25 * b) Permission is hereby granted, free of charge, to any person
|
D | sun4i-a10-hyundai-a7hd.dts | 26 * b) Permission is hereby granted, free of charge, to any person
|
D | mmp2-brownstone.dts | 185 fast-charge = <7>;
|
D | meson8-minix-neo-x8.dts | 21 * b) Permission is hereby granted, free of charge, to any person
|
D | sun6i-a31s-cs908.dts | 26 * b) Permission is hereby granted, free of charge, to any person
|
D | sun4i-a10-mk802.dts | 26 * b) Permission is hereby granted, free of charge, to any person
|
D | sun4i-a10-chuwi-v7-cw0825.dts | 26 * b) Permission is hereby granted, free of charge, to any person
|
D | sun6i-a31-app4-evb1.dts | 28 * b) Permission is hereby granted, free of charge, to any person
|
D | sun4i-a10-mk802ii.dts | 26 * b) Permission is hereby granted, free of charge, to any person
|
D | cx92755.dtsi | 25 * b) Permission is hereby granted, free of charge, to any person
|
D | sun5i-a10s-mk802.dts | 26 * b) Permission is hereby granted, free of charge, to any person
|
D | imx6qdl-microsom-ar8035.dtsi | 24 * b) Permission is hereby granted, free of charge, to any person
|
D | sun4i-a10-inet97fv2.dts | 28 * b) Permission is hereby granted, free of charge, to any person
|
D | armada-388-rd.dts | 27 * b) Permission is hereby granted, free of charge, to any person
|
D | armada-398-db.dts | 25 * b) Permission is hereby granted, free of charge, to any person
|
D | sun4i-a10-ba10-tvbox.dts | 26 * b) Permission is hereby granted, free of charge, to any person
|
D | sun8i-a23-ippo-q8h-v5.dts | 28 * b) Permission is hereby granted, free of charge, to any person
|
D | sun6i-a31-colombus.dts | 28 * b) Permission is hereby granted, free of charge, to any person
|
D | sun4i-a10-mini-xplus.dts | 28 * b) Permission is hereby granted, free of charge, to any person
|
D | sun5i-a13-olinuxino-micro.dts | 27 * b) Permission is hereby granted, free of charge, to any person
|
D | sun6i-a31-m9.dts | 26 * b) Permission is hereby granted, free of charge, to any person
|
D | sun6i-a31-hummingbird.dts | 28 * b) Permission is hereby granted, free of charge, to any person
|
D | sun5i-a10s-r7-tv-dongle.dts | 26 * b) Permission is hereby granted, free of charge, to any person
|
D | sun4i-a10-marsboard.dts | 27 * b) Permission is hereby granted, free of charge, to any person
|
D | armada-388-db.dts | 26 * b) Permission is hereby granted, free of charge, to any person
|
D | sun9i-a80-optimus.dts | 28 * b) Permission is hereby granted, free of charge, to any person
|
D | meson8.dtsi | 24 * b) Permission is hereby granted, free of charge, to any person
|
D | rk3066a-marsboard.dts | 21 * b) Permission is hereby granted, free of charge, to any person
|
D | meson.dtsi | 26 * b) Permission is hereby granted, free of charge, to any person
|
D | armada-xp-axpwifiap.dts | 30 * b) Permission is hereby granted, free of charge, to any person
|
D | sun4i-a10-olinuxino-lime.dts | 26 * b) Permission is hereby granted, free of charge, to any person
|
D | at91-sama5d4_xplained.dts | 24 * b) Permission is hereby granted, free of charge, to any person
|
D | sun7i-a20-olinuxino-lime.dts | 29 * b) Permission is hereby granted, free of charge, to any person
|
D | sun4i-a10-hackberry.dts | 28 * b) Permission is hereby granted, free of charge, to any person
|
D | sun5i-a13-olinuxino.dts | 28 * b) Permission is hereby granted, free of charge, to any person
|
D | sunxi-common-regulators.dtsi | 28 * b) Permission is hereby granted, free of charge, to any person
|
D | sun7i-a20-m3.dts | 28 * b) Permission is hereby granted, free of charge, to any person
|
D | sun4i-a10-pcduino.dts | 27 * b) Permission is hereby granted, free of charge, to any person
|
D | armada-380.dtsi | 27 * b) Permission is hereby granted, free of charge, to any person
|
D | armada-370-mirabox.dts | 23 * b) Permission is hereby granted, free of charge, to any person
|
D | sun4i-a10-a1000.dts | 28 * b) Permission is hereby granted, free of charge, to any person
|
D | sun5i-a13-hsg-h702.dts | 26 * b) Permission is hereby granted, free of charge, to any person
|
D | armada-375-db.dts | 27 * b) Permission is hereby granted, free of charge, to any person
|
D | armada-385-db-ap.dts | 20 * b) Permission is hereby granted, free of charge, to any person
|
D | armada-xp-openblocks-ax3-4.dts | 25 * b) Permission is hereby granted, free of charge, to any person
|
D | sun7i-a20-bananapi.dts | 28 * b) Permission is hereby granted, free of charge, to any person
|
D | ls1021a-qds.dts | 26 * b) Permission is hereby granted, free of charge, to any person
|
D | sun4i-a10-cubieboard.dts | 27 * b) Permission is hereby granted, free of charge, to any person
|
D | sun7i-a20-cubieboard2.dts | 28 * b) Permission is hereby granted, free of charge, to any person
|
D | sun7i-a20-pcduino3.dts | 27 * b) Permission is hereby granted, free of charge, to any person
|
D | imx6sl-warp.dts | 26 * b) Permission is hereby granted, free of charge, to any person
|
D | imx6qdl-cubox-i.dtsi | 21 * b) Permission is hereby granted, free of charge, to any person
|
D | armada-370-rd.dts | 26 * b) Permission is hereby granted, free of charge, to any person
|
D | sun7i-a20-olinuxino-lime2.dts | 26 * b) Permission is hereby granted, free of charge, to any person
|
D | sun7i-a20-i12-tvbox.dts | 26 * b) Permission is hereby granted, free of charge, to any person
|
D | armada-xp-db.dts | 28 * b) Permission is hereby granted, free of charge, to any person
|
D | sun7i-a20-bananapro.dts | 26 * b) Permission is hereby granted, free of charge, to any person
|
D | armada-385.dtsi | 27 * b) Permission is hereby granted, free of charge, to any person
|
D | imx6qdl-hummingboard.dtsi | 21 * b) Permission is hereby granted, free of charge, to any person
|
D | sun5i-a10s-olinuxino-micro.dts | 28 * b) Permission is hereby granted, free of charge, to any person
|
D | armada-xp-mv78230.dtsi | 25 * b) Permission is hereby granted, free of charge, to any person
|
D | armada-370-netgear-rn104.dts | 23 * b) Permission is hereby granted, free of charge, to any person
|
D | at91-sama5d4ek.dts | 24 * b) Permission is hereby granted, free of charge, to any person
|
D | armada-xp-gp.dts | 28 * b) Permission is hereby granted, free of charge, to any person
|
D | sun7i-a20-cubietruck.dts | 28 * b) Permission is hereby granted, free of charge, to any person
|
D | armada-370-netgear-rn102.dts | 23 * b) Permission is hereby granted, free of charge, to any person
|
D | armada-370-db.dts | 28 * b) Permission is hereby granted, free of charge, to any person
|
D | armada-xp-lenovo-ix4-300d.dts | 23 * b) Permission is hereby granted, free of charge, to any person
|
D | armada-xp.dtsi | 28 * b) Permission is hereby granted, free of charge, to any person
|
D | imx6q-tbs2910.dts | 26 * b) Permission is hereby granted, free of charge, to any person
|
D | armada-xp-linksys-mamba.dts | 28 * b) Permission is hereby granted, free of charge, to any person
|
D | armada-370-xp.dtsi | 28 * b) Permission is hereby granted, free of charge, to any person
|
D | armada-xp-netgear-rn2120.dts | 23 * b) Permission is hereby granted, free of charge, to any person
|
D | armada-388-gp.dts | 20 * b) Permission is hereby granted, free of charge, to any person
|
D | rk3288-popmetal.dts | 21 * b) Permission is hereby granted, free of charge, to any person
|
D | armada-370.dtsi | 27 * b) Permission is hereby granted, free of charge, to any person
|
D | arm-realview-pb1176.dts | 4 * Permission is hereby granted, free of charge, to any person obtaining a copy
|
D | armada-xp-mv78460.dtsi | 25 * b) Permission is hereby granted, free of charge, to any person
|
D | armada-xp-synology-ds414.dts | 23 * b) Permission is hereby granted, free of charge, to any person
|
D | ls1021a.dtsi | 26 * b) Permission is hereby granted, free of charge, to any person
|
D | armada-370-synology-ds213j.dts | 23 * b) Permission is hereby granted, free of charge, to any person
|
D | rk3066a-rayeager.dts | 21 * b) Permission is hereby granted, free of charge, to any person
|
D | rk3288-firefly.dtsi | 21 * b) Permission is hereby granted, free of charge, to any person
|
D | armada-xp-mv78260.dtsi | 25 * b) Permission is hereby granted, free of charge, to any person
|
D | armada-39x.dtsi | 25 * b) Permission is hereby granted, free of charge, to any person
|
D | armada-375.dtsi | 26 * b) Permission is hereby granted, free of charge, to any person
|
D | armada-38x.dtsi | 27 * b) Permission is hereby granted, free of charge, to any person
|
D | am335x-evm.dts | 651 ti,charge-delay = <0x400>;
|
D | exynos3250-monk.dts | 105 maxim,fast-charge-uamp = <225000>;
|
/linux-4.1.27/arch/arm64/boot/dts/cavium/ |
D | thunder-88xx.dts | 28 * b) Permission is hereby granted, free of charge, to any person
|
D | thunder-88xx.dtsi | 28 * b) Permission is hereby granted, free of charge, to any person
|
/linux-4.1.27/arch/arm64/boot/dts/freescale/ |
D | fsl-ls2085a-simu.dts | 30 * b) Permission is hereby granted, free of charge, to any person
|
D | fsl-ls2085a.dtsi | 30 * b) Permission is hereby granted, free of charge, to any person
|
/linux-4.1.27/Documentation/scsi/ |
D | LICENSE.qla4xxx | 34 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
|
D | LICENSE.qla2xxx | 35 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/ |
D | LICENSE.qlge | 33 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
|
D | LICENSE.qlcnic | 33 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/ |
D | isdn_net.c | 451 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()
|
D | isdn_tty.c | 2036 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/ |
D | fork.c | 395 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/ |
D | serial-rs485.txt | 32 for bindings). The driver is in charge of filling this data structure from
|
/linux-4.1.27/tools/usb/usbip/ |
D | COPYING | 23 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/ |
D | license | 29 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/ |
D | copying | 23 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/ |
D | COPYING | 39 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/ |
D | leds-class.txt | 18 nand-disk and sharpsl-charge triggers. With led triggers disabled, the code
|
/linux-4.1.27/block/ |
D | cfq-iosched.c | 948 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/ |
D | max8997-regulator.txt | 85 - CHARGER_TOPOFF: end of charge current threshold level
|
/linux-4.1.27/Documentation/isdn/ |
D | README | 375 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/ |
D | ci.txt | 17 application is in charge of sending the descrambling related information
|
/linux-4.1.27/Documentation/devicetree/bindings/memory-controllers/ |
D | mvebu-devbus.txt | 110 is showed below. Note that the Device Bus driver is in charge of allocating
|
/linux-4.1.27/firmware/ |
D | WHENCE | 705 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/ |
D | sonypi.txt | 33 brightness and querying the batteries charge information (some more
|
/linux-4.1.27/Documentation/thermal/ |
D | sysfs-api.txt | 55 so that user applications can take charge of thermal management. 234 charge of the thermal management.
|
/linux-4.1.27/Documentation/misc-devices/mei/ |
D | mei.txt | 14 to the host as a PCI device. The Intel MEI Driver is in charge of the
|
/linux-4.1.27/Documentation/usb/ |
D | CREDITS | 146 charge of composing, maintaining and feeding the
|
/linux-4.1.27/Documentation/ |
D | ManagementStyle | 272 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.
|