Symbol: thermal_zone
drivers/acpi/acpica/acobject.h
418
struct acpi_object_thermal_zone thermal_zone;
drivers/acpi/acpica/dbstats.c
189
acpi_db_enumerate_object(obj_desc->thermal_zone.notify_list[0]);
drivers/acpi/acpica/dbstats.c
190
acpi_db_enumerate_object(obj_desc->thermal_zone.notify_list[1]);
drivers/acpi/acpica/dbstats.c
191
acpi_db_enumerate_object(obj_desc->thermal_zone.handler);
drivers/acpi/acpica/exdump.c
152
{ACPI_EXD_POINTER, ACPI_EXD_OFFSET(thermal_zone.notify_list[0]),
drivers/acpi/acpica/exdump.c
154
{ACPI_EXD_POINTER, ACPI_EXD_OFFSET(thermal_zone.notify_list[1]),
drivers/acpi/acpica/exdump.c
156
{ACPI_EXD_POINTER, ACPI_EXD_OFFSET(thermal_zone.handler), "Handler"}
drivers/acpi/thermal.c
118
struct thermal_zone_device *thermal_zone;
drivers/acpi/thermal.c
318
thermal_zone_set_trip_temp(tz->thermal_zone, trip, temp);
drivers/acpi/thermal.c
341
thermal_zone_for_each_trip(tz->thermal_zone,
drivers/acpi/thermal.c
595
struct device *tzdev = thermal_zone_device(tz->thermal_zone);
drivers/acpi/thermal.c
613
struct device *tzdev = thermal_zone_device(tz->thermal_zone);
drivers/acpi/thermal.c
627
tz->thermal_zone = thermal_zone_device_register_with_trips(
drivers/acpi/thermal.c
632
tz->thermal_zone = thermal_tripless_zone_device_register(
drivers/acpi/thermal.c
635
if (IS_ERR(tz->thermal_zone))
drivers/acpi/thermal.c
636
return PTR_ERR(tz->thermal_zone);
drivers/acpi/thermal.c
642
result = thermal_zone_device_enable(tz->thermal_zone);
drivers/acpi/thermal.c
647
thermal_zone_device_id(tz->thermal_zone));
drivers/acpi/thermal.c
654
thermal_zone_device_unregister(tz->thermal_zone);
drivers/acpi/thermal.c
661
thermal_zone_device_disable(tz->thermal_zone);
drivers/acpi/thermal.c
663
thermal_zone_device_unregister(tz->thermal_zone);
drivers/acpi/thermal.c
664
tz->thermal_zone = NULL;
drivers/acpi/thermal.c
762
thermal_zone_device_update(tz->thermal_zone, THERMAL_EVENT_UNSPECIFIED);
drivers/gpu/drm/tiny/repaper.c
1018
&thermal_zone)) {
drivers/gpu/drm/tiny/repaper.c
1019
epd->thermal = thermal_zone_get_zone_by_name(thermal_zone);
drivers/gpu/drm/tiny/repaper.c
1021
DRM_DEV_ERROR(dev, "Failed to get thermal zone: %s\n", thermal_zone);
drivers/gpu/drm/tiny/repaper.c
947
const char *thermal_zone;
drivers/power/supply/charger-manager.c
1250
if (ret && desc->thermal_zone) {
drivers/power/supply/charger-manager.c
1252
thermal_zone_get_zone_by_name(desc->thermal_zone);
drivers/power/supply/charger-manager.c
1332
of_property_read_string(np, "cm-thermal-zone", &desc->thermal_zone);
drivers/thermal/thermal_core.c
1025
guard(thermal_zone)(tz);
drivers/thermal/thermal_core.c
1331
guard(thermal_zone)(tz);
drivers/thermal/thermal_core.c
1377
guard(thermal_zone)(tz);
drivers/thermal/thermal_core.c
1456
guard(thermal_zone)(tz);
drivers/thermal/thermal_core.c
1700
guard(thermal_zone)(tz);
drivers/thermal/thermal_core.c
1789
guard(thermal_zone)(tz);
drivers/thermal/thermal_core.c
1807
guard(thermal_zone)(tz);
drivers/thermal/thermal_core.c
1840
guard(thermal_zone)(tz);
drivers/thermal/thermal_core.c
200
guard(thermal_zone)(tz);
drivers/thermal/thermal_core.c
666
guard(thermal_zone)(tz);
drivers/thermal/thermal_core.c
706
guard(thermal_zone)(tz);
drivers/thermal/thermal_core.h
158
DEFINE_GUARD(thermal_zone, struct thermal_zone_device *, mutex_lock(&_T->lock),
drivers/thermal/thermal_debugfs.c
897
guard(thermal_zone)(tz);
drivers/thermal/thermal_helpers.c
134
guard(thermal_zone)(tz);
drivers/thermal/thermal_helpers.c
61
guard(thermal_zone)(tz);
drivers/thermal/thermal_hwmon.c
81
guard(thermal_zone)(tz);
drivers/thermal/thermal_mmio.c
45
struct thermal_zone_device *thermal_zone;
drivers/thermal/thermal_mmio.c
68
thermal_zone = devm_thermal_of_zone_register(&pdev->dev,
drivers/thermal/thermal_mmio.c
72
if (IS_ERR(thermal_zone)) {
drivers/thermal/thermal_mmio.c
75
PTR_ERR(thermal_zone));
drivers/thermal/thermal_mmio.c
76
return PTR_ERR(thermal_zone);
drivers/thermal/thermal_mmio.c
79
thermal_mmio_get_temperature(thermal_zone, &temperature);
drivers/thermal/thermal_netlink.c
546
guard(thermal_zone)(tz);
drivers/thermal/thermal_netlink.c
603
guard(thermal_zone)(tz);
drivers/thermal/thermal_netlink.c
709
guard(thermal_zone)(tz);
drivers/thermal/thermal_netlink.c
734
guard(thermal_zone)(tz);
drivers/thermal/thermal_netlink.c
755
guard(thermal_zone)(tz);
drivers/thermal/thermal_sysfs.c
114
guard(thermal_zone)(tz);
drivers/thermal/thermal_sysfs.c
159
guard(thermal_zone)(tz);
drivers/thermal/thermal_sysfs.c
237
guard(thermal_zone)(tz);
drivers/thermal/thermal_sysfs.c
57
guard(thermal_zone)(tz);
drivers/thermal/thermal_sysfs.c
876
guard(thermal_zone)(tz);
drivers/thermal/thermal_thresholds.c
235
guard(thermal_zone)(tz);
drivers/thermal/thermal_trace.h
33
__string(thermal_zone, tz->type)
drivers/thermal/thermal_trace.h
40
__assign_str(thermal_zone);
drivers/thermal/thermal_trace.h
47
__get_str(thermal_zone), __entry->id, __entry->temp_prev,
drivers/thermal/thermal_trace.h
78
__string(thermal_zone, tz->type)
drivers/thermal/thermal_trace.h
85
__assign_str(thermal_zone);
drivers/thermal/thermal_trace.h
92
__get_str(thermal_zone), __entry->id, __entry->trip,
drivers/thermal/thermal_trip.c
48
guard(thermal_zone)(tz);
include/linux/power/charger-manager.h
184
const char *thermal_zone;
tools/lib/thermal/commands.c
118
static int parse_tz_get_trip(struct genl_info *info, struct thermal_zone *tz)
tools/lib/thermal/commands.c
156
static int parse_tz_get_temp(struct genl_info *info, struct thermal_zone *tz)
tools/lib/thermal/commands.c
172
static int parse_tz_get_gov(struct genl_info *info, struct thermal_zone *tz)
tools/lib/thermal/commands.c
191
static int parse_threshold_get(struct genl_info *info, struct thermal_zone *tz)
tools/lib/thermal/commands.c
404
thermal_error_t thermal_cmd_get_tz(struct thermal_handler *th, struct thermal_zone **tz)
tools/lib/thermal/commands.c
416
thermal_error_t thermal_cmd_get_trip(struct thermal_handler *th, struct thermal_zone *tz)
tools/lib/thermal/commands.c
424
thermal_error_t thermal_cmd_get_governor(struct thermal_handler *th, struct thermal_zone *tz)
tools/lib/thermal/commands.c
432
thermal_error_t thermal_cmd_get_temp(struct thermal_handler *th, struct thermal_zone *tz)
tools/lib/thermal/commands.c
44
static int parse_tz_get(struct genl_info *info, struct thermal_zone **tz)
tools/lib/thermal/commands.c
441
struct thermal_zone *tz)
tools/lib/thermal/commands.c
450
struct thermal_zone *tz,
tools/lib/thermal/commands.c
461
struct thermal_zone *tz,
tools/lib/thermal/commands.c
47
struct thermal_zone *__tz = NULL;
tools/lib/thermal/commands.c
472
struct thermal_zone *tz)
tools/lib/thermal/include/thermal.h
107
LIBTHERMAL_API struct thermal_zone *thermal_zone_find_by_name(struct thermal_zone *tz,
tools/lib/thermal/include/thermal.h
110
LIBTHERMAL_API struct thermal_zone *thermal_zone_find_by_id(struct thermal_zone *tz, int id);
tools/lib/thermal/include/thermal.h
112
LIBTHERMAL_API struct thermal_zone *thermal_zone_discover(struct thermal_handler *th);
tools/lib/thermal/include/thermal.h
137
struct thermal_zone **tz);
tools/lib/thermal/include/thermal.h
143
struct thermal_zone *tz);
tools/lib/thermal/include/thermal.h
146
struct thermal_zone *tz);
tools/lib/thermal/include/thermal.h
149
struct thermal_zone *tz);
tools/lib/thermal/include/thermal.h
152
struct thermal_zone *tz);
tools/lib/thermal/include/thermal.h
155
struct thermal_zone *tz,
tools/lib/thermal/include/thermal.h
160
struct thermal_zone *tz,
tools/lib/thermal/include/thermal.h
165
struct thermal_zone *tz);
tools/lib/thermal/include/thermal.h
91
typedef int (*cb_tz_t)(struct thermal_zone *, void *);
tools/lib/thermal/include/thermal.h
99
LIBTHERMAL_API int for_each_thermal_zone(struct thermal_zone *tz, cb_tz_t cb, void *arg);
tools/lib/thermal/thermal.c
106
struct thermal_zone *thermal_zone_discover(struct thermal_handler *th)
tools/lib/thermal/thermal.c
108
struct thermal_zone *tz;
tools/lib/thermal/thermal.c
48
int for_each_thermal_zone(struct thermal_zone *tz, cb_tz_t cb, void *arg)
tools/lib/thermal/thermal.c
61
struct thermal_zone *thermal_zone_find_by_name(struct thermal_zone *tz,
tools/lib/thermal/thermal.c
77
struct thermal_zone *thermal_zone_find_by_id(struct thermal_zone *tz, int id)
tools/lib/thermal/thermal.c
92
static int __thermal_zone_discover(struct thermal_zone *tz, void *th)
tools/thermal/thermal-engine/thermal-engine.c
131
struct thermal_zone *tz = thermal_zone_find_by_id(td->tz, tz_id);
tools/thermal/thermal-engine/thermal-engine.c
141
struct thermal_zone *tz = thermal_zone_find_by_id(td->tz, tz_id);
tools/thermal/thermal-engine/thermal-engine.c
151
struct thermal_zone *tz = thermal_zone_find_by_id(td->tz, tz_id);
tools/thermal/thermal-engine/thermal-engine.c
162
struct thermal_zone *tz = thermal_zone_find_by_id(td->tz, tz_id);
tools/thermal/thermal-engine/thermal-engine.c
189
struct thermal_zone *tz = thermal_zone_find_by_id(td->tz, tz_id);
tools/thermal/thermal-engine/thermal-engine.c
225
struct thermal_zone *tz = thermal_zone_find_by_id(td->tz, tz_id);
tools/thermal/thermal-engine/thermal-engine.c
37
struct thermal_zone *tz;
tools/thermal/thermal-engine/thermal-engine.c
57
static int show_temp(struct thermal_zone *tz, __maybe_unused void *arg)
tools/thermal/thermal-engine/thermal-engine.c
66
static int show_governor(struct thermal_zone *tz, __maybe_unused void *arg)
tools/thermal/thermal-engine/thermal-engine.c
75
static int show_tz(struct thermal_zone *tz, __maybe_unused void *arg)
tools/thermal/thermal-engine/thermal-engine.c
90
static int set_threshold(struct thermal_zone *tz, __maybe_unused void *arg)