Home
last modified time | relevance | path

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

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