Lines Matching +full:thermal +full:- +full:zone
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
22 #define THERMAL_GENL_FAMILY_NAME "thermal"
59 #define THERMAL_GENL_ATTR_MAX (__THERMAL_GENL_ATTR_MAX - 1)
65 #define THERMAL_GENL_SAMPLING_MAX (__THERMAL_GENL_SAMPLING_MAX - 1)
70 THERMAL_GENL_EVENT_TZ_CREATE, /* Thermal zone creation */
71 THERMAL_GENL_EVENT_TZ_DELETE, /* Thermal zone deletion */
72 THERMAL_GENL_EVENT_TZ_DISABLE, /* Thermal zone disabled */
73 THERMAL_GENL_EVENT_TZ_ENABLE, /* Thermal zone enabled */
79 THERMAL_GENL_EVENT_CDEV_ADD, /* Cdev bound to the thermal zone */
91 #define THERMAL_GENL_EVENT_MAX (__THERMAL_GENL_EVENT_MAX - 1)
96 THERMAL_GENL_CMD_TZ_GET_ID, /* List of thermal zones id */
97 THERMAL_GENL_CMD_TZ_GET_TRIP, /* List of thermal trips */
98 THERMAL_GENL_CMD_TZ_GET_TEMP, /* Get the thermal zone temperature */
99 THERMAL_GENL_CMD_TZ_GET_GOV, /* Get the thermal zone governor */
100 THERMAL_GENL_CMD_TZ_GET_MODE, /* Get the thermal zone mode */
108 #define THERMAL_GENL_CMD_MAX (__THERMAL_GENL_CMD_MAX - 1)