Home
last modified time | relevance | path

Searched refs:get_trip_type (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/include/linux/
Dthermal.h57 int (*get_trip_type) (struct thermal_zone_device *, int, member
/linux-3.4.99/drivers/thermal/
Dthermal_sys.c174 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/
Dacerhdf.c430 .get_trip_type = acerhdf_get_trip_type,
/linux-3.4.99/Documentation/thermal/
Dsysfs-api.txt53 .get_trip_type: get the type of certain trip point.
/linux-3.4.99/drivers/acpi/
Dthermal.c821 .get_trip_type = thermal_get_trip_type,