| /drivers/macintosh/ |
| A D | apm_emu.c | 25 long charge = -1; in pmu_apm_get_power_status() local 43 if (charge < 0) in pmu_apm_get_power_status() 44 charge = 0; in pmu_apm_get_power_status() 45 percentage += (pmu_batteries[i].charge * 100) / in pmu_apm_get_power_status() 47 charge += pmu_batteries[i].charge; in pmu_apm_get_power_status() 62 time_units = (charge * 59) / (amperage * -1); in pmu_apm_get_power_status() 64 time_units = (charge * 16440) / (amperage * -60); in pmu_apm_get_power_status()
|
| A D | via-pmu.c | 691 long pcharge, charge, vb, vmax, lmax; in done_battery_state_ohare() local 728 charge = (100 * vb) / vmax; in done_battery_state_ohare() 735 if (pcharge < charge) in done_battery_state_ohare() 736 charge = pcharge; in done_battery_state_ohare() 739 time = (charge * 16440) / amperage; in done_battery_state_ohare() 745 charge = max = amperage = voltage = time = 0; in done_battery_state_ohare() 748 pmu_batteries[pmu_cur_battery].charge = charge; in done_battery_state_ohare() 818 pmu_batteries[pmu_cur_battery].charge = capa; in done_battery_state_smart() 894 seq_printf(m, "charge : %d\n", pmu_batteries[batnum].charge); in pmu_battery_proc_show()
|
| /drivers/power/supply/ |
| A D | ltc2941-battery-gauge.c | 77 int charge; /* Last charge register content */ member 415 int charge = ltc294x_read_charge_register(info, LTC294X_REG_ACC_CHARGE_MSB); in ltc294x_update() local 417 if (charge != info->charge) { in ltc294x_update() 418 info->charge = charge; in ltc294x_update()
|
| A D | wm8350_power.c | 160 char *charge; in charger_state_show() local 167 charge = "Charger Off"; in charger_state_show() 170 charge = "Trickle Charging"; in charger_state_show() 173 charge = "Fast Charging"; in charger_state_show() 179 return sysfs_emit(buf, "%s\n", charge); in charger_state_show()
|
| A D | huawei-gaokun-battery.c | 213 u8 charge; in gaokun_psy_update_bat_charge() local 215 gaokun_ec_psy_read_byte(ecbat->ec, EC_BAT_STATUS, &charge); in gaokun_psy_update_bat_charge() 217 switch (charge) { in gaokun_psy_update_bat_charge() 228 dev_warn(ecbat->dev, "unknown charge state %d\n", charge); in gaokun_psy_update_bat_charge()
|
| A D | Kconfig | 730 You'll need this driver to charge batteries on e.g. Nokia 765 battery charge management ICs that integrate the most common 832 Gauge IC. The driver reports the charge count continuously, and 866 The device supports pre-charge mode, fast charge mode and 888 voltage regulation, and charge termination. The charge current is 926 Say Y here to enable ChromeOS EC based peripheral charge driver. 928 the peripheral charge ports from the EC and converts that into 932 tristate "ChromeOS EC based charge control" 937 Say Y here to enable ChromeOS EC based battery charge control. 938 This driver can manage charge thresholds and behaviour. [all …]
|
| A D | bq27xxx_battery.c | 1594 int charge; local 1596 charge = bq27xxx_read(di, reg, false); 1597 if (charge < 0) { 1599 reg, charge); 1600 return charge; 1604 charge *= BQ27XXX_CURRENT_CONSTANT / BQ27XXX_RS; 1606 charge *= 1000; 1608 val->intval = charge;
|
| A D | pmu_battery.c | 105 val->intval = pbi->charge * 1000; /* mWh -> µWh */ in pmu_bat_get_property()
|
| /drivers/net/wan/framer/ |
| A D | Kconfig | 9 A framer is a component in charge of an E1/T1 line interface.
|
| /drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
| A D | gpcgf100.fuc3 | 4 * Permission is hereby granted, free of charge, to any person obtaining a
|
| A D | gpcgk104.fuc3 | 4 * Permission is hereby granted, free of charge, to any person obtaining a
|
| A D | gpcgk110.fuc3 | 4 * Permission is hereby granted, free of charge, to any person obtaining a
|
| A D | gpcgk208.fuc5 | 4 * Permission is hereby granted, free of charge, to any person obtaining a
|
| A D | gpcgm107.fuc5 | 4 * Permission is hereby granted, free of charge, to any person obtaining a
|
| A D | hubgf100.fuc3 | 4 * Permission is hereby granted, free of charge, to any person obtaining a
|
| A D | hubgf117.fuc3 | 4 * Permission is hereby granted, free of charge, to any person obtaining a
|
| A D | hubgk104.fuc3 | 4 * Permission is hereby granted, free of charge, to any person obtaining a
|
| A D | hubgk110.fuc3 | 4 * Permission is hereby granted, free of charge, to any person obtaining a
|
| A D | hubgk208.fuc5 | 4 * Permission is hereby granted, free of charge, to any person obtaining a
|
| A D | hubgm107.fuc5 | 4 * Permission is hereby granted, free of charge, to any person obtaining a
|
| A D | gpcgf117.fuc3 | 4 * Permission is hereby granted, free of charge, to any person obtaining a
|
| /drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
| A D | perf.fuc | 4 * Permission is hereby granted, free of charge, to any person obtaining a
|
| A D | test.fuc | 4 * Permission is hereby granted, free of charge, to any person obtaining a
|
| A D | gf119.fuc4 | 4 * Permission is hereby granted, free of charge, to any person obtaining a
|
| A D | gk208.fuc5 | 4 * Permission is hereby granted, free of charge, to any person obtaining a
|