Searched refs:get_trip_temp (Results 1 – 8 of 8) sorted by relevance
177 static int get_trip_temp(int trip) in get_trip_temp() function365 aux_entry->trips[QRK_DTS_ID_TP_CRITICAL].temperature = get_trip_temp(QRK_DTS_ID_TP_CRITICAL); in alloc_soc_dts()368 aux_entry->trips[QRK_DTS_ID_TP_HOT].temperature = get_trip_temp(QRK_DTS_ID_TP_HOT); in alloc_soc_dts()
223 .get_trip_temp = sys_get_trip_temp,
174 static int get_trip_temp(struct proc_thermal_pci *pci_info) in get_trip_temp() function241 psv_trip.temperature = get_trip_temp(pci_info); in proc_thermal_pci_probe()
124 ret = tz->ops->get_trip_temp(tz, trip_id, &trip->temperature); in __thermal_zone_get_trip()
1255 if (num_trips > 0 && (!ops->get_trip_type || !ops->get_trip_temp) && !trips) in thermal_zone_device_register_with_trips()
67 int (*get_trip_temp) (struct thermal_zone_device *, int, int *); member
783 .get_trip_temp = thermal_get_trip_temp,
85 .get_trip_temp:
Completed in 13 milliseconds