• Home
  • Raw
  • Download

Lines Matching refs:acpi_thermal

162 struct acpi_thermal {  struct
183 static int acpi_thermal_get_temperature(struct acpi_thermal *tz) in acpi_thermal_get_temperature() argument
204 static int acpi_thermal_get_polling_frequency(struct acpi_thermal *tz) in acpi_thermal_get_polling_frequency()
223 static int acpi_thermal_set_cooling_mode(struct acpi_thermal *tz, int mode) in acpi_thermal_set_cooling_mode()
263 static int acpi_thermal_trips_update(struct acpi_thermal *tz, int flag) in acpi_thermal_trips_update()
476 static int acpi_thermal_get_trip_points(struct acpi_thermal *tz) in acpi_thermal_get_trip_points()
499 struct acpi_thermal *tz = data; in acpi_thermal_check()
512 struct acpi_thermal *tz = thermal->devdata; in thermal_get_temp()
530 struct acpi_thermal *tz = thermal->devdata; in thermal_get_mode()
544 struct acpi_thermal *tz = thermal->devdata; in thermal_set_mode()
574 struct acpi_thermal *tz = thermal->devdata; in thermal_get_trip_type()
619 struct acpi_thermal *tz = thermal->devdata; in thermal_get_trip_temp()
672 struct acpi_thermal *tz = thermal->devdata; in thermal_get_crit_temp()
686 struct acpi_thermal *tz = thermal->devdata; in thermal_get_trend()
731 struct acpi_thermal *tz = thermal->devdata; in thermal_notify()
754 struct acpi_thermal *tz = thermal->devdata; in acpi_thermal_cooling_device_cb()
866 static int acpi_thermal_register_thermal_zone(struct acpi_thermal *tz) in acpi_thermal_register_thermal_zone()
921 static void acpi_thermal_unregister_thermal_zone(struct acpi_thermal *tz) in acpi_thermal_unregister_thermal_zone()
937 struct acpi_thermal *tz = acpi_driver_data(device); in acpi_thermal_notify()
978 static void acpi_thermal_aml_dependency_fix(struct acpi_thermal *tz) in acpi_thermal_aml_dependency_fix()
998 static int acpi_thermal_get_info(struct acpi_thermal *tz) in acpi_thermal_get_info()
1042 static void acpi_thermal_guess_offset(struct acpi_thermal *tz) in acpi_thermal_guess_offset()
1053 struct acpi_thermal *tz = container_of(work, struct acpi_thermal, in acpi_thermal_check_fn()
1061 struct acpi_thermal *tz = NULL; in acpi_thermal_add()
1067 tz = kzalloc(sizeof(struct acpi_thermal), GFP_KERNEL); in acpi_thermal_add()
1101 struct acpi_thermal *tz = NULL; in acpi_thermal_remove()
1124 struct acpi_thermal *tz; in acpi_thermal_resume()