Home
last modified time | relevance | path

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

/openbmc/linux/drivers/macintosh/
H A Dtherm_adt746x.c93 static void write_fan_speed(struct thermostat *th, int speed, int fan);
145 write_fan_speed(th, speed, 0); in write_both_fan_speed()
147 write_fan_speed(th, speed, 1); in write_both_fan_speed()
150 static void write_fan_speed(struct thermostat *th, int speed, int fan) in write_fan_speed() function