• Home
  • Raw
  • Download

Lines Matching refs:acpi_thermal

182 struct acpi_thermal {  struct
245 static int acpi_thermal_get_temperature(struct acpi_thermal *tz) in acpi_thermal_get_temperature()
266 static int acpi_thermal_get_polling_frequency(struct acpi_thermal *tz) in acpi_thermal_get_polling_frequency()
285 static int acpi_thermal_set_polling(struct acpi_thermal *tz, int seconds) in acpi_thermal_set_polling()
300 static int acpi_thermal_set_cooling_mode(struct acpi_thermal *tz, int mode) in acpi_thermal_set_cooling_mode()
354 static int acpi_thermal_trips_update(struct acpi_thermal *tz, int flag) in acpi_thermal_trips_update()
567 static int acpi_thermal_get_trip_points(struct acpi_thermal *tz) in acpi_thermal_get_trip_points()
572 static int acpi_thermal_critical(struct acpi_thermal *tz) in acpi_thermal_critical()
601 static int acpi_thermal_hot(struct acpi_thermal *tz) in acpi_thermal_hot()
624 static void acpi_thermal_passive(struct acpi_thermal *tz) in acpi_thermal_passive()
711 static void acpi_thermal_active(struct acpi_thermal *tz) in acpi_thermal_active()
787 struct acpi_thermal *tz = (struct acpi_thermal *)data; in acpi_thermal_run()
795 struct acpi_thermal *tz = data; in acpi_thermal_active_off()
836 struct acpi_thermal *tz = data; in acpi_thermal_check()
959 struct acpi_thermal *tz = thermal->devdata; in thermal_get_temp()
977 struct acpi_thermal *tz = thermal->devdata; in thermal_get_mode()
989 struct acpi_thermal *tz = thermal->devdata; in thermal_set_mode()
1018 struct acpi_thermal *tz = thermal->devdata; in thermal_get_trip_type()
1055 struct acpi_thermal *tz = thermal->devdata; in thermal_get_trip_temp()
1095 struct acpi_thermal *tz = thermal->devdata; in thermal_get_crit_temp()
1112 struct acpi_thermal *tz = thermal->devdata; in acpi_thermal_cooling_device_cb()
1199 static int acpi_thermal_register_thermal_zone(struct acpi_thermal *tz) in acpi_thermal_register_thermal_zone()
1248 static void acpi_thermal_unregister_thermal_zone(struct acpi_thermal *tz) in acpi_thermal_unregister_thermal_zone()
1266 struct acpi_thermal *tz = seq->private; in acpi_thermal_state_seq_show()
1301 struct acpi_thermal *tz = seq->private; in acpi_thermal_temp_seq_show()
1325 struct acpi_thermal *tz = seq->private; in acpi_thermal_trip_seq_show()
1388 struct acpi_thermal *tz = seq->private; in acpi_thermal_cooling_seq_show()
1415 struct acpi_thermal *tz = m->private; in acpi_thermal_write_cooling_mode()
1444 struct acpi_thermal *tz = seq->private; in acpi_thermal_polling_seq_show()
1474 struct acpi_thermal *tz = m->private; in acpi_thermal_write_polling()
1584 struct acpi_thermal *tz = data; in acpi_thermal_notify()
1620 static int acpi_thermal_get_info(struct acpi_thermal *tz) in acpi_thermal_get_info()
1656 struct acpi_thermal *tz = NULL; in acpi_thermal_add()
1662 tz = kzalloc(sizeof(struct acpi_thermal), GFP_KERNEL); in acpi_thermal_add()
1718 struct acpi_thermal *tz = NULL; in acpi_thermal_remove()
1759 struct acpi_thermal *tz = NULL; in acpi_thermal_resume()