Home
last modified time | relevance | path

Searched refs:get_trip_temp (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dthermal.h68 int (*get_trip_temp)(struct thermal_zone_device *, int, int *); member
/device/soc/rockchip/common/sdk_linux/drivers/thermal/
H A Dthermal_core.c388 tz->ops->get_trip_temp(tz, trip, &trip_temp); in handle_critical_trips()
428 tz->ops->get_trip_temp(tz, trip, &trip_temp); in handle_thermal_trip()
1428 if (trips > 0 && (!ops->get_trip_type || !ops->get_trip_temp)) { in thermal_zone_device_register()
1476 if (tz->ops->get_trip_temp(tz, count, &trip_temp)) { in thermal_zone_device_register()

Completed in 4 milliseconds