Searched refs:thermal_zone (Results 1 – 12 of 12) sorted by relevance
| /Linux-v5.4/drivers/thermal/ |
| D | thermal_mmio.c | 47 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()
|
| /Linux-v5.4/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-v5.4/drivers/acpi/ |
| D | thermal.c | 173 struct thermal_zone_device *thermal_zone; member 504 thermal_zone_device_update(tz->thermal_zone, in acpi_thermal_check() 886 tz->thermal_zone = in acpi_thermal_register_thermal_zone() 892 tz->thermal_zone = in acpi_thermal_register_thermal_zone() 896 if (IS_ERR(tz->thermal_zone)) in acpi_thermal_register_thermal_zone() 900 &tz->thermal_zone->device.kobj, "thermal_zone"); in acpi_thermal_register_thermal_zone() 904 result = sysfs_create_link(&tz->thermal_zone->device.kobj, in acpi_thermal_register_thermal_zone() 910 tz->thermal_zone); in acpi_thermal_register_thermal_zone() 917 tz->thermal_zone->id); in acpi_thermal_register_thermal_zone() 924 sysfs_remove_link(&tz->thermal_zone->device.kobj, "device"); in acpi_thermal_unregister_thermal_zone() [all …]
|
| /Linux-v5.4/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 | 380 struct acpi_object_thermal_zone thermal_zone; member
|
| /Linux-v5.4/include/linux/power/ |
| D | charger-manager.h | 191 const char *thermal_zone; member
|
| /Linux-v5.4/Documentation/driver-api/thermal/ |
| D | exynos_thermal_emulation.rst | 20 /sys/devices/virtual/thermal/thermal_zone'zone id'/emul_temp.
|
| D | sysfs-api.rst | 49 /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-*]: 758 {thermal_zone, cooling_device, trip_point} combination. Returns NULL
|
| /Linux-v5.4/drivers/gpu/drm/tiny/ |
| D | repaper.c | 1001 const char *thermal_zone; in repaper_probe() local 1074 &thermal_zone)) { in repaper_probe() 1075 epd->thermal = thermal_zone_get_zone_by_name(thermal_zone); in repaper_probe() 1077 DRM_DEV_ERROR(dev, "Failed to get thermal zone: %s\n", thermal_zone); in repaper_probe()
|
| /Linux-v5.4/Documentation/devicetree/bindings/power/supply/ |
| D | charger-manager.txt | 53 cm-thermal-zone = "thermal_zone.1"
|
| /Linux-v5.4/drivers/power/supply/ |
| D | charger-manager.c | 1442 if (ret && desc->thermal_zone) { in cm_init_thermal_data() 1444 thermal_zone_get_zone_by_name(desc->thermal_zone); in cm_init_thermal_data() 1526 of_property_read_string(np, "cm-thermal-zone", &desc->thermal_zone); in of_cm_parse_desc()
|