Home
last modified time | relevance | path

Searched full:throttle_heavy (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/thermal/
H A Dnvidia,tegra124-soctherm.yaml376 cooling-device = <&throttle_heavy 1 1>;
/openbmc/linux/arch/arm64/boot/dts/nvidia/
H A Dtegra132.dtsi879 throttle_heavy: heavy { label
1159 cooling-device = <&throttle_heavy 1 1>;
1216 cooling-device = <&throttle_heavy 1 1>;
H A Dtegra210.dtsi1332 throttle_heavy: heavy { label
2055 cooling-device = <&throttle_heavy 1 1>;
2130 cooling-device = <&throttle_heavy 1 1>;
/openbmc/linux/arch/arm/boot/dts/nvidia/
H A Dtegra124.dtsi931 throttle_heavy: heavy { label
1260 cooling-device = <&throttle_heavy 1 1>;
1316 cooling-device = <&throttle_heavy 1 1>;
/openbmc/linux/drivers/thermal/tegra/
H A Dsoctherm.c265 THROTTLE_HEAVY, enumerator
291 [THROTTLE_HEAVY] = "heavy",
538 if (throt != THROTTLE_HEAVY) in throttrip_program()