Searched refs:thermal_zone (Results 1 – 12 of 12) sorted by relevance
45 struct thermal_zone_device *thermal_zone; in thermal_mmio_probe() local68 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()
200 guard(thermal_zone)(tz); in thermal_zone_device_set_policy() local666 guard(thermal_zone)(tz); in thermal_zone_device_set_mode() local701 guard(thermal_zone)(tz); in thermal_zone_device_update() local1025 guard(thermal_zone)(tz); in thermal_zone_cdev_bind() local1330 guard(thermal_zone)(tz); in thermal_zone_cdev_unbind() local1376 guard(thermal_zone)(tz); in thermal_zone_get_crit_temp() local1455 guard(thermal_zone)(tz); in thermal_zone_init_complete() local1701 guard(thermal_zone)(tz); in thermal_zone_exit() local1789 guard(thermal_zone)(tz); in thermal_zone_device_resume() local1807 guard(thermal_zone)(tz); in thermal_zone_pm_prepare() local[all …]
61 guard(thermal_zone)(tz); in thermal_trip_is_bound_to_cdev() local134 guard(thermal_zone)(tz); in thermal_zone_get_temp() local
546 guard(thermal_zone)(tz); in thermal_genl_cmd_tz_get_trip() local603 guard(thermal_zone)(tz); in thermal_genl_cmd_tz_get_gov() local709 guard(thermal_zone)(tz); in thermal_genl_cmd_threshold_add() local734 guard(thermal_zone)(tz); in thermal_genl_cmd_threshold_delete() local755 guard(thermal_zone)(tz); in thermal_genl_cmd_threshold_flush() local
48 guard(thermal_zone)(tz); in thermal_zone_for_each_trip() local
235 guard(thermal_zone)(tz); in thermal_thresholds_for_each() local
81 guard(thermal_zone)(tz); in temp_crit_show() local
897 guard(thermal_zone)(tz); in thermal_debug_tz_clear() local
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()
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"}
418 struct acpi_object_thermal_zone thermal_zone; member
184 const char *thermal_zone; member