Home
last modified time | relevance | path

Searched full:microwatt (Results 1 – 25 of 34) sorted by relevance

12

/linux/arch/powerpc/boot/dts/
H A Dmicrowatt.dts7 model = "microwatt";
8 compatible = "microwatt-soc";
39 display-name = "Microwatt";
116 PowerPC,Microwatt@0 {
146 PowerPC,Microwatt@1 {
/linux/arch/powerpc/platforms/microwatt/
H A Drng.c7 #define pr_fmt(fmt) "microwatt-rng: " fmt
14 #include "microwatt.h"
/linux/Documentation/devicetree/bindings/opp/
H A Dopp-v2-base.yaml104 opp-microwatt:
231 '^opp-microwatt-':
233 Named opp-microwatt property. Similar to opp-microamp-<name> property,
234 but for microwatt instead.
/linux/drivers/misc/amd-sbi/
H A Drmi-hwmon.c46 /* hwmon power attributes are in microWatt */ in sbrmi_read()
63 * hwmon power attributes are in microWatt in sbrmi_write()
/linux/rust/kernel/
H A Dopp.rs135 /// use kernel::opp::MicroWatt;
138 /// let power = MicroWatt(raw);
141 /// assert_eq!(power, MicroWatt(raw));
144 pub struct MicroWatt(pub c_ulong); struct
146 impl From<MicroWatt> for c_ulong {
148 fn from(power: MicroWatt) -> Self { in from()
1127 pub fn power(&self) -> MicroWatt { in power()
1130 MicroWatt(unsafe { bindings::dev_pm_opp_get_power(self.as_raw()) })
1124 power(&self) -> MicroWatt power() argument
/linux/Documentation/devicetree/bindings/usb/
H A Dfcs,fusb302.yaml64 op-sink-microwatt = <10000000>;
H A Dmediatek,mt6360-tcpc.yaml71 op-sink-microwatt = <10000000>;
/linux/Documentation/devicetree/bindings/mfd/
H A Dene-kb930.yaml40 energy-full-design-microwatt-hours = <24000000>;
H A Dmediatek,mt6360.yaml219 op-sink-microwatt = <10000000>;
H A Dmediatek,mt6370.yaml229 op-sink-microwatt = <10000000>;
/linux/Documentation/devicetree/bindings/connector/
H A Dusb-connector.yaml375 op-sink-microwatt:
376 description: Sink required operating power in microwatt, if source can't
478 op-sink-microwatt = <10000000>;
/linux/Documentation/hwmon/
H A Dibmpowernv.rst64 powerX_input Power consumption (microWatt)
/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mq-hummingboard-pulse.dts70 op-sink-microwatt = <9000000>;
H A Dimx95-19x19-verdin-evk.dts248 op-sink-microwatt = <15000000>;
/linux/arch/arm64/boot/dts/qcom/
H A Dmsm8916-wingtech-wt865x8.dtsi43 energy-full-design-microwatt-hours = <8740000>;
H A Dmsm8916-lg-m216.dts29 energy-full-design-microwatt-hours = <8800000>;
H A Dmsm8916-gplus-fl8005a.dts32 energy-full-design-microwatt-hours = <13690000>;
H A Dmsm8916-longcheer-l8150.dts56 energy-full-design-microwatt-hours = <9500000>;
/linux/Documentation/translations/zh_CN/power/
H A Denergy-model.rst110 以用一个包含微瓦特功率值的属性 "op-microwatt "来扩展。这个OPP DT属性允
/linux/drivers/platform/x86/intel/
H A Dchtwc_int33fe.c120 PROPERTY_ENTRY_U32("op-sink-microwatt", 2500000),
/linux/arch/arm/boot/dts/nvidia/
H A Dtegra30-asus-tf300tl.dts813 energy-full-design-microwatt-hours = <22000000>;
821 energy-full-design-microwatt-hours = <16000000>;
/linux/arch/arm64/boot/dts/rockchip/
H A Drk3568-photonicat.dts26 energy-full-design-microwatt-hours = <25000000>;
H A Drk3399-orangepi.dts547 op-sink-microwatt = <1000000>;
H A Drk3399-firefly.dts580 op-sink-microwatt = <1000000>;
/linux/drivers/usb/typec/tcpm/
H A Dwcove.c604 PROPERTY_ENTRY_U32("op-sink-microwatt", 15000000),

12