Home
last modified time | relevance | path

Searched refs:get_trip_temp (Results 1 – 8 of 8) sorted by relevance

/linux-6.3-rc2/drivers/thermal/intel/
A Dintel_quark_dts_thermal.c177 static int get_trip_temp(int trip) in get_trip_temp() function
365 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()
A Dintel_soc_dts_iosf.c223 .get_trip_temp = sys_get_trip_temp,
/linux-6.3-rc2/drivers/thermal/intel/int340x_thermal/
A Dprocessor_thermal_device_pci.c174 static int get_trip_temp(struct proc_thermal_pci *pci_info) in get_trip_temp() function
241 psv_trip.temperature = get_trip_temp(pci_info); in proc_thermal_pci_probe()
/linux-6.3-rc2/drivers/thermal/
A Dthermal_trip.c124 ret = tz->ops->get_trip_temp(tz, trip_id, &trip->temperature); in __thermal_zone_get_trip()
A Dthermal_core.c1255 if (num_trips > 0 && (!ops->get_trip_type || !ops->get_trip_temp) && !trips) in thermal_zone_device_register_with_trips()
/linux-6.3-rc2/include/linux/
A Dthermal.h67 int (*get_trip_temp) (struct thermal_zone_device *, int, int *); member
/linux-6.3-rc2/drivers/acpi/
A Dthermal.c783 .get_trip_temp = thermal_get_trip_temp,
/linux-6.3-rc2/Documentation/driver-api/thermal/
A Dsysfs-api.rst85 .get_trip_temp:

Completed in 13 milliseconds