Searched refs:fan_level (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/dev/board/vim/
H A Dvim-thermal.c109 .fan_level = 0,
115 .fan_level = 1,
123 .fan_level = 2,
131 .fan_level = 3,
139 .fan_level = 3,
147 .fan_level = 3,
155 .fan_level = 3,
163 .fan_level = 3,
/fuchsia/zircon/system/dev/thermal/aml-thermal-s912/
H A Daml-thermal.c214 uint32_t* fan_level = (uint32_t*)in_buf; local
215 aml_set_fan_level(dev, *fan_level);
223 uint32_t* fan_level = (uint32_t*)out_buf; local
224 *fan_level = dev->current_fan_level;
/fuchsia/zircon/system/public/zircon/device/
H A Dthermal.h50 int32_t fan_level; member in struct:__anon709
162 // ssize_t ioctl_thermal_set_fan_level(int fd, uint32_t fan_level)
180 // ssize_t ioctl_thermal_get_fan_level(int fd, uint32_t* fan_level)

Completed in 82 milliseconds