Searched refs:thermal_zone (Results 1 – 14 of 14) sorted by relevance
| /linux/drivers/thermal/ |
| H A D | thermal_mmio.c | 45 struct thermal_zone_device *thermal_zone; in thermal_mmio_probe() local 68 thermal_zone = devm_thermal_of_zone_register(&pdev->dev, in thermal_mmio_probe() 72 if (IS_ERR(thermal_zone)) { in thermal_mmio_probe() 75 PTR_ERR(thermal_zone)); in thermal_mmio_probe() 76 return PTR_ERR(thermal_zone); in thermal_mmio_probe() 79 thermal_mmio_get_temperature(thermal_zone, &temperature); in thermal_mmio_probe()
|
| H A D | thermal_core.c | 198 guard(thermal_zone)(tz); in thermal_zone_device_set_policy() local 664 guard(thermal_zone)(tz); in thermal_zone_device_set_mode() local 704 guard(thermal_zone)(tz); in thermal_zone_device_update() local 1023 guard(thermal_zone)(tz); in thermal_zone_cdev_bind() local 1329 guard(thermal_zone)(tz); in thermal_zone_cdev_unbind() local 1375 guard(thermal_zone)(tz); in thermal_zone_get_crit_temp() local 1454 guard(thermal_zone)(tz); in thermal_zone_init_complete() local 1697 guard(thermal_zone)(tz); in thermal_zone_exit() local 1786 guard(thermal_zone)(tz); in thermal_zone_device_resume() local 1800 guard(thermal_zone)(tz); in thermal_zone_pm_prepare() local [all …]
|
| H A D | thermal_helpers.c | 61 guard(thermal_zone)(tz); in thermal_trip_is_bound_to_cdev() local 134 guard(thermal_zone)(tz); in thermal_zone_get_temp() local
|
| H A D | thermal_sysfs.c | 57 guard(thermal_zone)(tz); in mode_show() local 114 guard(thermal_zone)(tz); in trip_point_temp_store() local 159 guard(thermal_zone)(tz); in trip_point_hyst_store() local 237 guard(thermal_zone)(tz); in emul_temp_store() local 876 guard(thermal_zone)(tz); in weight_store() local
|
| H A D | thermal_netlink.c | 546 guard(thermal_zone)(tz); in thermal_genl_cmd_tz_get_trip() local 603 guard(thermal_zone)(tz); in thermal_genl_cmd_tz_get_gov() local 709 guard(thermal_zone)(tz); in thermal_genl_cmd_threshold_add() local 734 guard(thermal_zone)(tz); in thermal_genl_cmd_threshold_delete() local 755 guard(thermal_zone)(tz); in thermal_genl_cmd_threshold_flush() local
|
| H A D | thermal_trip.c | 48 guard(thermal_zone)(tz); in thermal_zone_for_each_trip() local
|
| H A D | thermal_thresholds.c | 235 guard(thermal_zone)(tz); in thermal_thresholds_for_each() local
|
| H A D | thermal_hwmon.c | 81 guard(thermal_zone)(tz); in temp_crit_show() local
|
| H A D | thermal_debugfs.c | 897 guard(thermal_zone)(tz); in thermal_debug_tz_clear() local
|
| /linux/drivers/acpi/ |
| H A D | thermal.c | 118 struct thermal_zone_device *thermal_zone; member 318 thermal_zone_set_trip_temp(tz->thermal_zone, trip, temp); in acpi_thermal_adjust_trip() 341 thermal_zone_for_each_trip(tz->thermal_zone, in acpi_thermal_trips_update() 595 struct device *tzdev = thermal_zone_device(tz->thermal_zone); in acpi_thermal_zone_sysfs_add() 613 struct device *tzdev = thermal_zone_device(tz->thermal_zone); in acpi_thermal_zone_sysfs_remove() 627 tz->thermal_zone = thermal_zone_device_register_with_trips( in acpi_thermal_register_thermal_zone() 632 tz->thermal_zone = thermal_tripless_zone_device_register( in acpi_thermal_register_thermal_zone() 635 if (IS_ERR(tz->thermal_zone)) in acpi_thermal_register_thermal_zone() 636 return PTR_ERR(tz->thermal_zone); in acpi_thermal_register_thermal_zone() 642 result = thermal_zone_device_enable(tz->thermal_zone); in acpi_thermal_register_thermal_zone() [all …]
|
| /linux/drivers/acpi/acpica/ |
| H A 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()
|
| H A 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"}
|
| H A D | acobject.h | 418 struct acpi_object_thermal_zone thermal_zone; member
|
| /linux/include/linux/power/ |
| H A D | charger-manager.h | 184 const char *thermal_zone; member
|