Searched defs:tz (Results 1 - 3 of 3) sorted by relevance
/drivers/thermal/ |
H A D | thermal_sys.c | 47 struct thermal_zone_device *tz; member in struct:thermal_cooling_device_instance 102 struct thermal_zone_device *tz = to_thermal_zone(dev); local 104 return sprintf(buf, "%s\n", tz->type); 110 struct thermal_zone_device *tz = to_thermal_zone(dev); local 114 if (!tz->ops->get_temp) 117 ret = tz->ops->get_temp(tz, &temperature); 128 struct thermal_zone_device *tz = to_thermal_zone(dev); local 132 if (!tz->ops->get_mode) 135 result = tz 147 struct thermal_zone_device *tz = to_thermal_zone(dev); local 170 struct thermal_zone_device *tz = to_thermal_zone(dev); local 202 struct thermal_zone_device *tz = to_thermal_zone(dev); local 224 struct thermal_zone_device *tz = to_thermal_zone(dev); local 276 struct thermal_zone_device *tz = to_thermal_zone(dev); local 422 struct thermal_zone_device *tz; member in struct:thermal_hwmon_temp 447 struct thermal_zone_device *tz = temp->tz; local 466 struct thermal_zone_device *tz = temp->tz; local 479 thermal_hwmon_lookup_by_type(const struct thermal_zone_device *tz) argument 496 thermal_hwmon_lookup_temp(const struct thermal_hwmon_device *hwmon, const struct thermal_zone_device *tz) argument 513 thermal_add_hwmon_sysfs(struct thermal_zone_device *tz) argument 603 thermal_remove_hwmon_sysfs(struct thermal_zone_device *tz) argument 642 thermal_add_hwmon_sysfs(struct thermal_zone_device *tz) argument 648 thermal_remove_hwmon_sysfs(struct thermal_zone_device *tz) argument 653 thermal_zone_device_set_polling(struct thermal_zone_device *tz, int delay) argument 669 thermal_zone_device_passive(struct thermal_zone_device *tz, int temp, int trip_temp, int trip) argument 739 struct thermal_zone_device *tz = container_of(work, struct local 754 thermal_zone_bind_cooling_device(struct thermal_zone_device *tz, int trip, struct thermal_cooling_device *cdev) argument 838 thermal_zone_unbind_cooling_device(struct thermal_zone_device *tz, int trip, struct thermal_cooling_device *cdev) argument 867 struct thermal_zone_device *tz; local 976 struct thermal_zone_device *tz; local 1014 thermal_zone_device_update(struct thermal_zone_device *tz) argument 1114 struct thermal_zone_device *tz; local 1231 thermal_zone_device_unregister(struct thermal_zone_device *tz) argument [all...] |
/drivers/acpi/ |
H A D | thermal.c | 196 static int acpi_thermal_get_temperature(struct acpi_thermal *tz) argument 201 if (!tz) 204 tz->last_temperature = tz->temperature; 206 status = acpi_evaluate_integer(tz->device->handle, "_TMP", NULL, &tmp); 210 tz->temperature = tmp; 212 tz->temperature)); 217 static int acpi_thermal_get_polling_frequency(struct acpi_thermal *tz) argument 222 if (!tz) 225 status = acpi_evaluate_integer(tz 236 acpi_thermal_set_cooling_mode(struct acpi_thermal *tz, int mode) argument 290 acpi_thermal_trips_update(struct acpi_thermal *tz, int flag) argument 505 acpi_thermal_get_trip_points(struct acpi_thermal *tz) argument 528 struct acpi_thermal *tz = data; local 539 struct acpi_thermal *tz = thermal->devdata; local 558 struct acpi_thermal *tz = thermal->devdata; local 572 struct acpi_thermal *tz = thermal->devdata; local 601 struct acpi_thermal *tz = thermal->devdata; local 646 struct acpi_thermal *tz = thermal->devdata; local 698 struct acpi_thermal *tz = thermal->devdata; local 713 struct acpi_thermal *tz = thermal->devdata; local 739 struct acpi_thermal *tz = thermal->devdata; local 827 acpi_thermal_register_thermal_zone(struct acpi_thermal *tz) argument 889 acpi_thermal_unregister_thermal_zone(struct acpi_thermal *tz) argument 905 struct acpi_thermal *tz = acpi_driver_data(device); local 936 acpi_thermal_get_info(struct acpi_thermal *tz) argument 978 acpi_thermal_guess_offset(struct acpi_thermal *tz) argument 990 struct acpi_thermal *tz = NULL; local 1031 struct acpi_thermal *tz = NULL; local 1046 struct acpi_thermal *tz = NULL; local [all...] |
/drivers/staging/comedi/drivers/ |
H A D | jr3_pci.h | 248 tz, enumerator in enum:link_types
|
Completed in 2088 milliseconds