Lines Matching +full:thermal +full:- +full:zones
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
20 #define THERMAL_GENL_FAMILY_NAME "thermal"
53 #define THERMAL_GENL_ATTR_MAX (__THERMAL_GENL_ATTR_MAX - 1)
59 #define THERMAL_GENL_SAMPLING_MAX (__THERMAL_GENL_SAMPLING_MAX - 1)
64 THERMAL_GENL_EVENT_TZ_CREATE, /* Thermal zone creation */
65 THERMAL_GENL_EVENT_TZ_DELETE, /* Thermal zone deletion */
66 THERMAL_GENL_EVENT_TZ_DISABLE, /* Thermal zone disabled */
67 THERMAL_GENL_EVENT_TZ_ENABLE, /* Thermal zone enabled */
73 THERMAL_GENL_EVENT_CDEV_ADD, /* Cdev bound to the thermal zone */
80 #define THERMAL_GENL_EVENT_MAX (__THERMAL_GENL_EVENT_MAX - 1)
85 THERMAL_GENL_CMD_TZ_GET_ID, /* List of thermal zones id */
86 THERMAL_GENL_CMD_TZ_GET_TRIP, /* List of thermal trips */
87 THERMAL_GENL_CMD_TZ_GET_TEMP, /* Get the thermal zone temperature */
88 THERMAL_GENL_CMD_TZ_GET_GOV, /* Get the thermal zone governor */
89 THERMAL_GENL_CMD_TZ_GET_MODE, /* Get the thermal zone mode */
93 #define THERMAL_GENL_CMD_MAX (__THERMAL_GENL_CMD_MAX - 1)