Home
last modified time | relevance | path

Searched refs:thermal_zone (Results 1 – 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/thermal/
Dthermal_mmio.c47 struct thermal_zone_device *thermal_zone; in thermal_mmio_probe() local
74 thermal_zone = devm_thermal_zone_of_sensor_register(&pdev->dev, in thermal_mmio_probe()
78 if (IS_ERR(thermal_zone)) { in thermal_mmio_probe()
81 PTR_ERR(thermal_zone)); in thermal_mmio_probe()
82 return PTR_ERR(thermal_zone); in thermal_mmio_probe()
/kernel/linux/linux-5.10/include/trace/events/
Dthermal.h31 __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,
/kernel/linux/linux-5.10/drivers/acpi/
Dthermal.c174 struct thermal_zone_device *thermal_zone; member
832 tz->thermal_zone = in acpi_thermal_register_thermal_zone()
838 tz->thermal_zone = in acpi_thermal_register_thermal_zone()
842 if (IS_ERR(tz->thermal_zone)) in acpi_thermal_register_thermal_zone()
846 &tz->thermal_zone->device.kobj, "thermal_zone"); in acpi_thermal_register_thermal_zone()
850 result = sysfs_create_link(&tz->thermal_zone->device.kobj, in acpi_thermal_register_thermal_zone()
856 tz->thermal_zone); in acpi_thermal_register_thermal_zone()
862 result = thermal_zone_device_enable(tz->thermal_zone); in acpi_thermal_register_thermal_zone()
867 tz->thermal_zone->id); in acpi_thermal_register_thermal_zone()
874 sysfs_remove_link(&tz->thermal_zone->device.kobj, "device"); in acpi_thermal_register_thermal_zone()
[all …]
/kernel/linux/linux-5.10/drivers/acpi/acpica/
Ddbstats.c189 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()
Dexdump.c152 {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"}
Dacobject.h382 struct acpi_object_thermal_zone thermal_zone; member
/kernel/linux/linux-5.10/include/linux/power/
Dcharger-manager.h184 const char *thermal_zone; member
/kernel/linux/linux-5.10/Documentation/driver-api/thermal/
Dexynos_thermal_emulation.rst20 /sys/devices/virtual/thermal/thermal_zone'zone id'/emul_temp.
Dsysfs-api.rst49 /sys/class/thermal folder as `thermal_zone[0-*]`. It tries to bind all the
333 exactly 2 * thermal_zone.number_of_trip_points. It is an
380 /sys/class/thermal/thermal_zone[0-*]:
419 /sys/class/thermal/thermal_zone[0-*]:
744 {thermal_zone, cooling_device, trip_point} combination. Returns NULL
/kernel/linux/linux-5.10/drivers/gpu/drm/tiny/
Drepaper.c974 const char *thermal_zone; in repaper_probe() local
1045 &thermal_zone)) { in repaper_probe()
1046 epd->thermal = thermal_zone_get_zone_by_name(thermal_zone); in repaper_probe()
1048 DRM_DEV_ERROR(dev, "Failed to get thermal zone: %s\n", thermal_zone); in repaper_probe()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/supply/
Dcharger-manager.txt63 cm-thermal-zone = "thermal_zone.1"
/kernel/linux/linux-5.10/drivers/power/supply/
Dcharger-manager.c1252 if (ret && desc->thermal_zone) { in cm_init_thermal_data()
1254 thermal_zone_get_zone_by_name(desc->thermal_zone); in cm_init_thermal_data()
1334 of_property_read_string(np, "cm-thermal-zone", &desc->thermal_zone); in of_cm_parse_desc()