Home
last modified time | relevance | path

Searched refs:mW (Results 1 – 10 of 10) sorted by relevance

/linux/Documentation/power/powercap/
H A Ddtpm.rst56 SoC (400mW - 3100mW)
58 `-- pkg (400mW - 3100mW)
60 |-- pd0 (100mW - 700mW)
62 `-- pd1 (300mW - 2400mW)
66 SoC (600mW - 5900mW)
[all...]
/linux/Documentation/hwmon/
H A Dltc4245.rst86 power1_input 12v power usage (mW)
87 power2_input 5v power usage (mW)
88 power3_input 3v power usage (mW)
89 power4_input Vee (-12v) power usage (mW)
/linux/Documentation/translations/zh_CN/power/
H A Denergy-model.rst170 01 static int est_power(struct device *dev, unsigned long *mW,
186 17 *mW = power;
/linux/Documentation/driver-api/thermal/
H A Dcpu-cooling-api.rst89 mW/MHz/uVolt^2)
104 mW/MHz/uVolt^2. Typical values for mobile CPUs might lie in range
H A Dpower_allocator.rst63 An estimate of the sustainable dissipatable power (in mW) should be
73 is typically 2000mW, while on a 10" tablet is around 4500mW (may vary
238 most @power mW and store it in @state. It should return 0 on success,
/linux/drivers/net/pse-pd/
H A Dpse_core.c542 * @pw_req: power requested in mW
582 * @pw_req: power requested in mW
749 int id, uV, mW, ret; in pse_pi_get_current_limit() local
761 mW = ret; in pse_pi_get_current_limit()
773 tmp_64 = mW; in pse_pi_get_current_limit()
775 /* uA = mW * 1000000000 / uV */ in pse_pi_get_current_limit()
788 int id, mW, ret; in pse_pi_set_current_limit() local
811 /* mW = uA * uV / 1000000000 */ in pse_pi_set_current_limit()
812 mW = DIV_ROUND_CLOSEST_ULL(tmp_64, 1000000000); in pse_pi_set_current_limit()
813 ret = ops->pi_set_pw_limit(pcdev, id, mW); in pse_pi_set_current_limit()
[all...]
H A Dtps23881.c453 /* mW = uV * uA / 1000000000 */ in tps23881_pi_get_actual_pw()
476 int ret, mW; in tps23881_pi_get_pw_limit() local
484 mW = ret; in tps23881_pi_get_pw_limit()
490 mW += ret; in tps23881_pi_get_pw_limit()
493 return mW; in tps23881_pi_get_pw_limit()
/linux/Documentation/power/
H A Denergy-model.rst304 01 static int est_power(struct device *dev, unsigned long *mW,
320 17 *mW = power;
/linux/arch/arm/boot/dts/qcom/
H A Dqcom-apq8060-dragonboard.dts398 * SFH4650 (60mW, @850nm) next to the
/linux/Documentation/networking/
H A Dethtool-netlink.rst1845 in mW.
1869 identifies the C33 PSE power limit in mW.