Home
last modified time | relevance | path

Searched refs:FAN_OFF (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/arm/include/asm/
H A Dtherm.h20 #define FAN_OFF 0 macro
/openbmc/linux/Documentation/hwmon/
H A Dthmc50.rst85 The value of 0 for pwm1 also forces FAN_OFF signal from the chip,
/openbmc/linux/drivers/char/
H A Dds1620.c101 return (nw_gpio_read() & GPIO_FAN) ? FAN_ON : FAN_OFF; in netwinder_get_fan()