Lines Matching defs:acpi_thermal
3 * acpi_thermal.c - ACPI Thermal Zone Driver ($Revision: 41 $)
120 struct acpi_thermal {
141 static int acpi_thermal_get_temperature(struct acpi_thermal *tz)
163 static int acpi_thermal_get_polling_frequency(struct acpi_thermal *tz)
182 static int acpi_thermal_temp(struct acpi_thermal *tz, int temp_deci_k)
191 static void __acpi_thermal_trips_update(struct acpi_thermal *tz, int flag)
405 struct acpi_thermal *tz = data;
421 struct acpi_thermal *tz = thermal_zone_device_priv(thermal);
430 static void acpi_queue_thermal_check(struct acpi_thermal *tz)
436 static void acpi_thermal_trips_update(struct acpi_thermal *tz, u32 event)
454 static int acpi_thermal_get_trip_points(struct acpi_thermal *tz)
479 struct acpi_thermal *tz = thermal_zone_device_priv(thermal);
498 struct acpi_thermal *tz = thermal_zone_device_priv(thermal);
542 struct acpi_thermal *tz = thermal_zone_device_priv(thermal);
551 struct acpi_thermal *tz = thermal_zone_device_priv(thermal);
565 struct acpi_thermal *tz = thermal_zone_device_priv(thermal);
656 static int acpi_thermal_zone_sysfs_add(struct acpi_thermal *tz)
674 static void acpi_thermal_zone_sysfs_remove(struct acpi_thermal *tz)
682 static int acpi_thermal_register_thermal_zone(struct acpi_thermal *tz)
779 static void acpi_thermal_unregister_thermal_zone(struct acpi_thermal *tz)
795 struct acpi_thermal *tz = acpi_driver_data(device);
827 static void acpi_thermal_aml_dependency_fix(struct acpi_thermal *tz)
847 static int acpi_thermal_get_info(struct acpi_thermal *tz)
889 static void acpi_thermal_guess_offset(struct acpi_thermal *tz)
900 struct acpi_thermal *tz = container_of(work, struct acpi_thermal,
925 struct acpi_thermal *tz;
931 tz = kzalloc(sizeof(struct acpi_thermal), GFP_KERNEL);
976 struct acpi_thermal *tz;
1002 struct acpi_thermal *tz;