Home
last modified time | relevance | path

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

/linux/drivers/thermal/
A Dthermal_mmio.c47 struct thermal_zone_device *thermal_zone; in thermal_mmio_probe() local
71 thermal_zone = devm_thermal_zone_of_sensor_register(&pdev->dev, in thermal_mmio_probe()
75 if (IS_ERR(thermal_zone)) { in thermal_mmio_probe()
78 PTR_ERR(thermal_zone)); in thermal_mmio_probe()
79 return PTR_ERR(thermal_zone); in thermal_mmio_probe()
/linux/include/trace/events/
A 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,
/linux/drivers/acpi/
A Dthermal.c171 struct thermal_zone_device *thermal_zone; member
810 tz->thermal_zone = in acpi_thermal_register_thermal_zone()
816 tz->thermal_zone = in acpi_thermal_register_thermal_zone()
820 if (IS_ERR(tz->thermal_zone)) in acpi_thermal_register_thermal_zone()
824 &tz->thermal_zone->device.kobj, "thermal_zone"); in acpi_thermal_register_thermal_zone()
834 tz->thermal_zone); in acpi_thermal_register_thermal_zone()
840 result = thermal_zone_device_enable(tz->thermal_zone); in acpi_thermal_register_thermal_zone()
845 tz->thermal_zone->id); in acpi_thermal_register_thermal_zone()
856 thermal_zone_device_unregister(tz->thermal_zone); in acpi_thermal_register_thermal_zone()
865 thermal_zone_device_unregister(tz->thermal_zone); in acpi_thermal_unregister_thermal_zone()
[all …]
/linux/drivers/acpi/acpica/
A 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()
A 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"}
A Dacobject.h382 struct acpi_object_thermal_zone thermal_zone; member
/linux/include/linux/power/
A Dcharger-manager.h184 const char *thermal_zone; member
/linux/drivers/gpu/drm/tiny/
A Drepaper.c964 const char *thermal_zone; in repaper_probe() local
1035 &thermal_zone)) { in repaper_probe()
1036 epd->thermal = thermal_zone_get_zone_by_name(thermal_zone); in repaper_probe()
1038 DRM_DEV_ERROR(dev, "Failed to get thermal zone: %s\n", thermal_zone); in repaper_probe()
/linux/Documentation/driver-api/thermal/
A 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-*]:
511 {thermal_zone, cooling_device, trip_point} combination. Returns NULL
A Dexynos_thermal_emulation.rst20 /sys/devices/virtual/thermal/thermal_zone'zone id'/emul_temp.
/linux/drivers/power/supply/
A 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()
/linux/Documentation/devicetree/bindings/power/supply/
A Dcharger-manager.yaml188 cm-thermal-zone = "thermal_zone.1";

Completed in 30 milliseconds