Searched refs:thermal_info_t (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/public/zircon/device/
H A Dthermal.h45 } thermal_info_t; typedef in typeref:struct:__anon708
142 // ssize_t ioctl_thermal_get_info(int fd, thermal_info_t* out)
143 IOCTL_WRAPPER_OUT(ioctl_thermal_get_info, IOCTL_THERMAL_GET_INFO, thermal_info_t);
158 // ssize_t ioctl_thermal_get_device_info(int fd, thermal_info_t* out)
/fuchsia/zircon/system/dev/bus/acpi/
H A Ddev-thermal.c40 static zx_status_t acpi_thermal_get_info(acpi_thermal_device_t* dev, thermal_info_t* info) {
99 if (out_len != sizeof(thermal_info_t)) {
106 thermal_info_t info;

Completed in 27 milliseconds