/linux-4.4.14/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.4.14/Documentation/devicetree/bindings/power_supply/ |
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 …]
|
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.4.14/Documentation/devicetree/bindings/power/ |
D | rt9455_charger.txt | 11 - richtek,output-charge-current: integer, output current from the charger to the 13 - richtek,end-of-charge-percentage: integer, percent of the output charge current. 15 below output_charge_current x end-of-charge-percentage, 16 charge is terminated. 41 richtek,output-charge-current = <500000>; 42 richtek,end-of-charge-percentage = <10>;
|
D | bq25890.txt | 8 - ti,charge-current: integer, maximum charging current (in uA); 9 - ti,termination-current: integer, charge will be terminated when current in 11 - ti,precharge-current: integer, maximum charge current during precharge 26 - ti,thermal-regulation-threshold: integer, temperature above which the charge 37 ti,charge-current = <1000000>;
|
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 | bq24257.txt | 14 - ti,charge-current: integer, maximum charging current in uA. 15 - ti,termination-current: integer, charge will be terminated when current in 46 ti,charge-current = <1000000>; 59 ti,charge-current = <500000>;
|
D | ltc2941.txt | 6 formula for the charge counter.
|
/linux-4.4.14/Documentation/ABI/testing/ |
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
|
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 100 drop of the supply. When the IC enters this mode, the charge current is
|
/linux-4.4.14/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 …]
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/drivers/power/ |
D | ltc2941-battery-gauge.c | 65 int charge; /* Last charge register content */ member 338 int charge = ltc294x_read_charge_register(info); in ltc294x_update() local 340 if (charge != info->charge) { in ltc294x_update() 341 info->charge = charge; in ltc294x_update()
|
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 | bq27xxx_battery.c | 488 int charge; in bq27xxx_battery_read_charge() local 490 charge = bq27xxx_read(di, reg, false); in bq27xxx_battery_read_charge() 491 if (charge < 0) { in bq27xxx_battery_read_charge() 493 reg, charge); in bq27xxx_battery_read_charge() 494 return charge; in bq27xxx_battery_read_charge() 498 charge *= BQ27XXX_CURRENT_CONSTANT / BQ27XXX_RS; in bq27xxx_battery_read_charge() 500 charge *= 1000; in bq27xxx_battery_read_charge() 502 return charge; in bq27xxx_battery_read_charge()
|
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()
|
/linux-4.4.14/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 74 ti,charge-delay = <0x400>;
|
D | imx6ul_tsc.txt | 18 - pre-charge-time: the touch screen need some time to precharge. 34 pre-charge-time = <0xffff>;
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
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 | 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 172 maxim,charge-input-threshold-microvolt = <4300000>;
|
D | max8925.txt | 60 fast-charge = <7>;
|
/linux-4.4.14/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.4.14/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.4.14/arch/arm/mach-pxa/include/mach/ |
D | sharpsl_pm.h | 24 void (*charge)(int); member
|
/linux-4.4.14/include/uapi/linux/ |
D | isdn.h | 115 int charge; /* Charge-Units */ member
|
/linux-4.4.14/drivers/isdn/act2000/ |
D | capi.h | 69 struct charge { /* Charging information */ struct 72 } charge; member
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
D | gpcgk208.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 | gpcgf100.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 | hubgf100.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 | hubgk104.fuc3 | 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 | gpcgf117.fuc3 | 4 * Permission is hereby granted, free of charge, to any person obtaining a
|
D | hubgk110.fuc3 | 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 | hubgm107.fuc5 | 4 * Permission is hereby granted, free of charge, to any person obtaining a
|
/linux-4.4.14/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 | gf119.fuc4 | 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 | 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
|
/linux-4.4.14/Documentation/devicetree/bindings/leds/ |
D | leds-gpio.txt | 25 as charge-led gpio.
|
/linux-4.4.14/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 668 is, uncharge task's pages from the old cgroup and charge them to the new cgroup. 703 0 | A charge of an anonymous page (or swap of it) used by the target task. 706 1 | A charge of file pages (normal file, tmpfs file (e.g. ipc shared memory) [all …]
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | imx6dl-hummingboard.dts | 21 * b) Permission is hereby granted, free of charge, to any person
|
D | imx6dl-cubox-i.dts | 20 * b) Permission is hereby granted, free of charge, to any person
|
D | imx6q-sabrelite.dts | 21 * b) Permission is hereby granted, free of charge, to any person
|
D | vf610m4.dtsi | 23 * b) Permission is hereby granted, free of charge, to any person
|
D | uniphier-ref-daughter.dtsi | 23 * b) Permission is hereby granted, free of charge, to any person
|
D | axp152.dtsi | 23 * b) Permission is hereby granted, free of charge, to any person
|
D | imx6dl-nitrogen6x.dts | 22 * b) Permission is hereby granted, free of charge, to any person
|
D | imx6q-nitrogen6x.dts | 22 * b) Permission is hereby granted, free of charge, to any person
|
D | imx6dl-nit6xlite.dts | 20 * b) Permission is hereby granted, free of charge, to any person
|
D | imx6dl-sabrelite.dts | 21 * b) Permission is hereby granted, free of charge, to any person
|
D | imx6q-nitrogen6_max.dts | 20 * b) Permission is hereby granted, free of charge, to any person
|
D | berlin2-sony-nsz-gs7.dts | 17 * b) Permission is hereby granted, free of charge, to any person
|
D | imx6q-hummingboard.dts | 21 * 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 | imx6q-cubox-i.dts | 20 * 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 | sun5i-r8.dtsi | 24 * b) Permission is hereby granted, free of charge, to any person
|
D | berlin2cd-google-chromecast.dts | 17 * b) Permission is hereby granted, free of charge, to any person
|
D | sun6i-a31s.dtsi | 21 * b) Permission is hereby granted, free of charge, to any person
|
D | cros-ec-sbs.dtsi | 23 * 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 | armada-398.dtsi | 25 * b) Permission is hereby granted, free of charge, to any person
|
D | sun5i-a13-q8-tablet.dts | 21 * b) Permission is hereby granted, free of charge, to any person
|
D | uniphier-support-card.dtsi | 23 * 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 | rk3288-firefly-beta.dts | 21 * b) Permission is hereby granted, free of charge, to any person
|
D | uniphier-proxstream2-gentil.dts | 23 * b) Permission is hereby granted, free of charge, to any person
|
D | imx6q-apf6dev.dts | 26 * b) Permission is hereby granted, free of charge, to any person
|
D | stm32429i-eval.dts | 26 * b) Permission is hereby granted, free of charge, to any person
|
D | sun8i-a23-ippo-q8h-v1.2.dts | 21 * b) Permission is hereby granted, free of charge, to any person
|
D | sun8i-a33-q8-tablet.dts | 21 * b) Permission is hereby granted, free of charge, to any person
|
D | meson8b-mxq.dts | 25 * b) Permission is hereby granted, free of charge, to any person
|
D | armada-385-linksys-cobra.dts | 18 * b) Permission is hereby granted, free of charge, to any person
|
D | sunxi-q8-common.dtsi | 21 * b) Permission is hereby granted, free of charge, to any person
|
D | sun8i-a23-q8-tablet.dts | 21 * b) Permission is hereby granted, free of charge, to any person
|
D | imx6q-gw551x.dts | 26 * b) Permission is hereby granted, free of charge, to any person
|
D | armada-385-linksys-caiman.dts | 18 * b) Permission is hereby granted, free of charge, to any person
|
D | imx6dl-apf6dev.dts | 26 * b) Permission is hereby granted, free of charge, to any person
|
D | sun8i-a23-ippo-q8h-v5.dts | 21 * b) Permission is hereby granted, free of charge, to any person
|
D | stm32f429-disco.dts | 26 * b) Permission is hereby granted, free of charge, to any person
|
D | imx6dl-aristainetos2_7.dts | 22 * b) Permission is hereby granted, free of charge, to any person
|
D | sun8i-a33-ippo-q8h-v1.2.dts | 21 * b) Permission is hereby granted, free of charge, to any person
|
D | meson8b-odroidc1.dts | 25 * b) Permission is hereby granted, free of charge, to any person
|
D | imx6dl-gw551x.dts | 26 * 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 | meson6-atv1200.dts | 26 * b) Permission is hereby granted, free of charge, to any person
|
D | sun8i-a33-et-q8-v1.6.dts | 21 * b) Permission is hereby granted, free of charge, to any person
|
D | vf610m4-colibri.dts | 23 * b) Permission is hereby granted, free of charge, to any person
|
D | uniphier-proxstream2-vodka.dts | 23 * b) Permission is hereby granted, free of charge, to any person
|
D | sun6i-a31s-cs908.dts | 21 * b) Permission is hereby granted, free of charge, to any person
|
D | axp209.dtsi | 23 * b) Permission is hereby granted, free of charge, to any person
|
D | uniphier-ph1-ld4-ref.dts | 23 * b) Permission is hereby granted, free of charge, to any person
|
D | sun4i-a10-mk802.dts | 21 * 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 | uniphier-pinctrl.dtsi | 23 * b) Permission is hereby granted, free of charge, to any person
|
D | sun6i-a31-app4-evb1.dts | 23 * b) Permission is hereby granted, free of charge, to any person
|
D | sun4i-a10-hyundai-a7hd.dts | 21 * b) Permission is hereby granted, free of charge, to any person
|
D | uniphier-ph1-ld6b-ref.dts | 23 * b) Permission is hereby granted, free of charge, to any person
|
D | uniphier-ph1-pro4-ref.dts | 23 * b) Permission is hereby granted, free of charge, to any person
|
D | sun9i-a80-cubieboard4.dts | 24 * b) Permission is hereby granted, free of charge, to any person
|
D | uniphier-ph1-ld6b.dtsi | 23 * b) Permission is hereby granted, free of charge, to any person
|
D | rk3288-thermal.dtsi | 23 * b) Permission is hereby granted, free of charge, to any person
|
D | sun4i-a10-mk802ii.dts | 21 * b) Permission is hereby granted, free of charge, to any person
|
D | uniphier-ph1-sld8-ref.dts | 23 * b) Permission is hereby granted, free of charge, to any person
|
D | berlin2q-marvell-dmp.dts | 15 * b) Permission is hereby granted, free of charge, to any person
|
D | uniphier-ph1-sld3-ref.dts | 23 * b) Permission is hereby granted, free of charge, to any person
|
D | sun8i-q8-common.dtsi | 21 * b) Permission is hereby granted, free of charge, to any person
|
D | sun4i-a10-pcduino2.dts | 21 * 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 | meson8-minix-neo-x8.dts | 21 * b) Permission is hereby granted, free of charge, to any person
|
D | sun6i-a31s-yones-toptech-bs1078-v2.dts | 21 * b) Permission is hereby granted, free of charge, to any person
|
D | mmp2-brownstone.dts | 185 fast-charge = <7>;
|
D | sun5i-a10s-mk802.dts | 21 * b) Permission is hereby granted, free of charge, to any person
|
D | imx6qdl-microsom-ar8035.dtsi | 23 * b) Permission is hereby granted, free of charge, to any person
|
D | sun4i-a10-ba10-tvbox.dts | 21 * b) Permission is hereby granted, free of charge, to any person
|
D | sun8i-a33-sinlinx-sina33.dts | 23 * b) Permission is hereby granted, free of charge, to any person
|
D | sun8i-a33-ga10h-v1.1.dts | 21 * b) Permission is hereby granted, free of charge, to any person
|
D | sun4i-a10-mini-xplus.dts | 23 * 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 | imx6dl-aristainetos2_4.dts | 22 * b) Permission is hereby granted, free of charge, to any person
|
D | axp22x.dtsi | 23 * b) Permission is hereby granted, free of charge, to any person
|
D | sun5i-a10s-r7-tv-dongle.dts | 21 * b) Permission is hereby granted, free of charge, to any person
|
D | sun8i-a23.dtsi | 23 * 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 | sun6i-a31-i7.dts | 21 * b) Permission is hereby granted, free of charge, to any person
|
D | imx6qdl-microsom.dtsi | 20 * b) Permission is hereby granted, free of charge, to any person
|
D | rk3288-veyron-sdmmc.dtsi | 23 * b) Permission is hereby granted, free of charge, to any person
|
D | sun6i-a31s-sina31s.dts | 21 * b) Permission is hereby granted, free of charge, to any person
|
D | sun7i-a20-mk808c.dts | 28 * b) Permission is hereby granted, free of charge, to any person
|
D | sun4i-a10-gemei-g9.dts | 23 * b) Permission is hereby granted, free of charge, to any person
|
D | sun6i-a31s-sina31s-core.dtsi | 21 * 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 | rk3288-veyron-pinky.dts | 23 * b) Permission is hereby granted, free of charge, to any person
|
D | sun5i-a13-olinuxino-micro.dts | 22 * b) Permission is hereby granted, free of charge, to any person
|
D | sun6i-a31-m9.dts | 21 * b) Permission is hereby granted, free of charge, to any person
|
D | sun8i-a23-gt90h-v4.dts | 21 * b) Permission is hereby granted, free of charge, to any person
|
D | sun5i-a10s-auxtek-t003.dts | 21 * b) Permission is hereby granted, free of charge, to any person
|
D | sun5i-a10s-auxtek-t004.dts | 21 * b) Permission is hereby granted, free of charge, to any person
|
D | sun6i-a31-mele-a1000g-quad.dts | 21 * b) Permission is hereby granted, free of charge, to any person
|
D | sun4i-a10-hackberry.dts | 23 * b) Permission is hereby granted, free of charge, to any person
|
D | sun8i-a23-evb.dts | 23 * b) Permission is hereby granted, free of charge, to any person
|
D | sun7i-a20-m3.dts | 23 * b) Permission is hereby granted, free of charge, to any person
|
D | sun4i-a10-itead-iteaduino-plus.dts | 21 * b) Permission is hereby granted, free of charge, to any person
|
D | sun4i-a10-chuwi-v7-cw0825.dts | 21 * b) Permission is hereby granted, free of charge, to any person
|
D | rk3288-veyron-speedy.dts | 23 * b) Permission is hereby granted, free of charge, to any person
|
D | sun5i-q8-common.dtsi | 21 * b) Permission is hereby granted, free of charge, to any person
|
D | sun6i-a31-colombus.dts | 23 * 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 | rk3288-rock2-square.dts | 19 * b) Permission is hereby granted, free of charge, to any person
|
D | imx6qdl-apf6.dtsi | 26 * b) Permission is hereby granted, free of charge, to any person
|
D | sun4i-a10-a1000.dts | 23 * 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 | armada-xp-axpwifiap.dts | 30 * b) Permission is hereby granted, free of charge, to any person
|
D | sun8i-a33.dtsi | 23 * b) Permission is hereby granted, free of charge, to any person
|
D | sun4i-a10-pov-protab2-ips9.dts | 21 * b) Permission is hereby granted, free of charge, to any person
|
D | sun6i-a31s-sinovoip-bpi-m2.dts | 21 * b) Permission is hereby granted, free of charge, to any person
|
D | sun4i-a10-marsboard.dts | 22 * b) Permission is hereby granted, free of charge, to any person
|
D | sun7i-a20-wexler-tab7200.dts | 22 * b) Permission is hereby granted, free of charge, to any person
|
D | rk3288-evb-act8846.dts | 19 * b) Permission is hereby granted, free of charge, to any person
|
D | sun5i-a13.dtsi | 23 * b) Permission is hereby granted, free of charge, to any person
|
D | rk3288-veyron-jaq.dts | 23 * 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 | sun4i-a10-olinuxino-lime.dts | 21 * b) Permission is hereby granted, free of charge, to any person
|
D | sun4i-a10-inet1.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-370-mirabox.dts | 23 * b) Permission is hereby granted, free of charge, to any person
|
D | meson8b.dtsi | 25 * b) Permission is hereby granted, free of charge, to any person
|
D | sun7i-a20-wits-pro-a20-dkt.dts | 21 * b) Permission is hereby granted, free of charge, to any person
|
/linux-4.4.14/arch/arm64/boot/dts/marvell/ |
D | berlin4ct-stb.dts | 23 * b) Permission is hereby granted, free of charge, to any person
|
D | berlin4ct-dmp.dts | 23 * b) Permission is hereby granted, free of charge, to any person
|
/linux-4.4.14/arch/arm64/boot/dts/freescale/ |
D | fsl-ls2080a-simu.dts | 25 * b) Permission is hereby granted, free of charge, to any person
|
D | fsl-ls2080a-rdb.dts | 25 * b) Permission is hereby granted, free of charge, to any person
|
D | fsl-ls2080a-qds.dts | 25 * b) Permission is hereby granted, free of charge, to any person
|
/linux-4.4.14/arch/arm64/boot/dts/cavium/ |
D | thunder-88xx.dts | 28 * b) Permission is hereby granted, free of charge, to any person
|
/linux-4.4.14/Documentation/networking/ |
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
|
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
|
/linux-4.4.14/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.4.14/Documentation/serial/ |
D | serial-rs485.txt | 32 for bindings). The driver is in charge of filling this data structure from
|
/linux-4.4.14/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()
|