Searched refs:thermal_zone (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/include/trace/events/ |
D | thermal.h | 31 __string(thermal_zone, tz->type) 38 __assign_str(thermal_zone, tz->type); 45 __get_str(thermal_zone), __entry->id, __entry->temp_prev, 76 __string(thermal_zone, tz->type) 83 __assign_str(thermal_zone, tz->type); 90 __get_str(thermal_zone), __entry->id, __entry->trip,
|
/Linux-v4.19/drivers/acpi/ |
D | thermal.c | 187 struct thermal_zone_device *thermal_zone; member 523 thermal_zone_device_update(tz->thermal_zone, in acpi_thermal_check() 905 tz->thermal_zone = in acpi_thermal_register_thermal_zone() 911 tz->thermal_zone = in acpi_thermal_register_thermal_zone() 915 if (IS_ERR(tz->thermal_zone)) in acpi_thermal_register_thermal_zone() 919 &tz->thermal_zone->device.kobj, "thermal_zone"); in acpi_thermal_register_thermal_zone() 923 result = sysfs_create_link(&tz->thermal_zone->device.kobj, in acpi_thermal_register_thermal_zone() 929 tz->thermal_zone); in acpi_thermal_register_thermal_zone() 936 tz->thermal_zone->id); in acpi_thermal_register_thermal_zone() 943 sysfs_remove_link(&tz->thermal_zone->device.kobj, "device"); in acpi_thermal_unregister_thermal_zone() [all …]
|
/Linux-v4.19/drivers/acpi/acpica/ |
D | dbstats.c | 189 acpi_db_enumerate_object(obj_desc->thermal_zone.notify_list[0]); in acpi_db_enumerate_object() 190 acpi_db_enumerate_object(obj_desc->thermal_zone.notify_list[1]); in acpi_db_enumerate_object() 191 acpi_db_enumerate_object(obj_desc->thermal_zone.handler); in acpi_db_enumerate_object()
|
D | exdump.c | 152 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET(thermal_zone.notify_list[0]), 154 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET(thermal_zone.notify_list[1]), 156 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET(thermal_zone.handler), "Handler"}
|
D | acobject.h | 379 struct acpi_object_thermal_zone thermal_zone; member
|
/Linux-v4.19/include/linux/power/ |
D | charger-manager.h | 192 const char *thermal_zone; member
|
/Linux-v4.19/drivers/gpu/drm/tinydrm/ |
D | repaper.c | 919 const char *thermal_zone; in repaper_probe() local 980 &thermal_zone)) { in repaper_probe() 981 epd->thermal = thermal_zone_get_zone_by_name(thermal_zone); in repaper_probe() 983 DRM_DEV_ERROR(dev, "Failed to get thermal zone: %s\n", thermal_zone); in repaper_probe()
|
/Linux-v4.19/Documentation/thermal/ |
D | exynos_thermal_emulation | 18 /sys/devices/virtual/thermal/thermal_zone'zone id'/emul_temp.
|
D | sysfs-api.txt | 41 /sys/class/thermal folder as thermal_zone[0-*]. It tries to bind all the 233 exactly 2 * thermal_zone.number_of_trip_points. It is an 266 /sys/class/thermal/thermal_zone[0-*]: 302 /sys/class/thermal/thermal_zone[0-*]: 601 {thermal_zone, cooling_device, trip_point} combination. Returns NULL
|
/Linux-v4.19/Documentation/devicetree/bindings/power/supply/ |
D | charger-manager.txt | 53 cm-thermal-zone = "thermal_zone.1"
|
/Linux-v4.19/drivers/power/supply/ |
D | charger-manager.c | 1457 if (ret && desc->thermal_zone) { in cm_init_thermal_data() 1459 thermal_zone_get_zone_by_name(desc->thermal_zone); in cm_init_thermal_data() 1541 of_property_read_string(np, "cm-thermal-zone", &desc->thermal_zone); in of_cm_parse_desc()
|
/Linux-v4.19/Documentation/i2c/busses/ |
D | i2c-i801 | 126 /proc/acpi/thermal_zone. If you find anything there, it's likely that
|