Home
last modified time | relevance | path

Searched refs:trip_points (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/thermal/
Ddb8500_thermal.c73 if (db8500_thermal_match_cdev(cdev, &ptrips->trip_points[i])) in db8500_cdev_bind()
97 if (db8500_thermal_match_cdev(cdev, &ptrips->trip_points[i])) in db8500_cdev_unbind()
175 *type = ptrips->trip_points[trip].type; in db8500_sys_get_trip_type()
190 *temp = ptrips->trip_points[trip].temp; in db8500_sys_get_trip_temp()
204 if (ptrips->trip_points[i].type == THERMAL_TRIP_CRITICAL) { in db8500_sys_get_crit_temp()
205 *temp = ptrips->trip_points[i].temp; in db8500_sys_get_crit_temp()
251 next_high = ptrips->trip_points[0].temp; in prcmu_low_irq_handler()
254 next_high = ptrips->trip_points[idx-1].temp; in prcmu_low_irq_handler()
255 next_low = ptrips->trip_points[idx-2].temp; in prcmu_low_irq_handler()
278 next_high = ptrips->trip_points[idx+1].temp; in prcmu_high_irq_handler()
[all …]
/linux-4.4.14/include/linux/platform_data/
Ddb8500_thermal.h34 struct db8500_trip_point trip_points[THERMAL_MAX_TRIPS]; member
/linux-4.4.14/drivers/mfd/
Ddb8500-prcmu.c3026 .trip_points[0] = {
3033 .trip_points[1] = {
3040 .trip_points[2] = {
3047 .trip_points[3] = {