Searched refs:get_trip_type (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/include/linux/ |
D | thermal.h | 57 int (*get_trip_type) (struct thermal_zone_device *, int, member
|
/linux-3.4.99/drivers/thermal/ |
D | thermal_sys.c | 174 if (!tz->ops->get_trip_type) in trip_point_type_show() 180 result = tz->ops->get_trip_type(tz, trip, &type); in trip_point_type_show() 1031 tz->ops->get_trip_type(tz, count, &trip_type); in thermal_zone_device_update() 1187 tz->ops->get_trip_type(tz, count, &trip_type); in thermal_zone_device_register()
|
/linux-3.4.99/drivers/platform/x86/ |
D | acerhdf.c | 430 .get_trip_type = acerhdf_get_trip_type,
|
/linux-3.4.99/Documentation/thermal/ |
D | sysfs-api.txt | 53 .get_trip_type: get the type of certain trip point.
|
/linux-3.4.99/drivers/acpi/ |
D | thermal.c | 821 .get_trip_type = thermal_get_trip_type,
|