Lines Matching defs:acpi_thermal
3 * acpi_thermal.c - ACPI Thermal Zone Driver ($Revision: 41 $)
163 struct acpi_thermal {
185 static int acpi_thermal_get_temperature(struct acpi_thermal *tz)
206 static int acpi_thermal_get_polling_frequency(struct acpi_thermal *tz)
225 static int acpi_thermal_set_cooling_mode(struct acpi_thermal *tz, int mode)
265 static int acpi_thermal_trips_update(struct acpi_thermal *tz, int flag)
479 static int acpi_thermal_get_trip_points(struct acpi_thermal *tz)
504 struct acpi_thermal *tz = thermal->devdata;
522 struct acpi_thermal *tz = thermal->devdata;
567 struct acpi_thermal *tz = thermal->devdata;
620 struct acpi_thermal *tz = thermal->devdata;
634 struct acpi_thermal *tz = thermal->devdata;
679 struct acpi_thermal *tz = thermal->devdata;
702 struct acpi_thermal *tz = thermal->devdata;
812 static int acpi_thermal_register_thermal_zone(struct acpi_thermal *tz)
883 static void acpi_thermal_unregister_thermal_zone(struct acpi_thermal *tz)
897 static void acpi_queue_thermal_check(struct acpi_thermal *tz)
905 struct acpi_thermal *tz = acpi_driver_data(device);
946 static void acpi_thermal_aml_dependency_fix(struct acpi_thermal *tz)
966 static int acpi_thermal_get_info(struct acpi_thermal *tz)
1010 static void acpi_thermal_guess_offset(struct acpi_thermal *tz)
1021 struct acpi_thermal *tz = container_of(work, struct acpi_thermal,
1047 struct acpi_thermal *tz = NULL;
1053 tz = kzalloc(sizeof(struct acpi_thermal), GFP_KERNEL);
1089 struct acpi_thermal *tz = NULL;
1112 struct acpi_thermal *tz;