Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/drivers/thermal/
H A Dgov_fair_share.c28 if (tz->trips == 0 || !tz->ops->get_trip_temp) in get_trip_level()
32 tz->ops->get_trip_temp(tz, count, &trip_temp); in get_trip_level()
H A Dgov_power_allocator.c135 ret = tz->ops->get_trip_temp(tz, trip_switch_on, &switch_on_temp); in estimate_pid_constants()
569 ret = tz->ops->get_trip_temp(tz, in power_allocator_bind()
618 ret = tz->ops->get_trip_temp(tz, params->trip_switch_on, in power_allocator_throttle()
629 ret = tz->ops->get_trip_temp(tz, params->trip_max_desired_temperature, in power_allocator_throttle()
H A Dthermal_helpers.c96 ret = tz->ops->get_trip_temp(tz, count, in thermal_zone_get_temp()
144 tz->ops->get_trip_temp(tz, i, &trip_temp); in thermal_zone_set_trips()
H A Dgov_bang_bang.c21 tz->ops->get_trip_temp(tz, trip, &trip_temp); in thermal_zone_trip_update()
H A Dgov_step_wise.c129 tz->ops->get_trip_temp(tz, trip, &trip_temp); in thermal_zone_trip_update()
H A Dda9062-thermal.c176 .get_trip_temp = da9062_thermal_get_trip_temp,
H A Dthermal_core.c387 tz->ops->get_trip_temp(tz, trip, &trip_temp); in handle_critical_trips()
425 tz->ops->get_trip_temp(tz, trip, &trip_temp); in handle_thermal_trip()
1421 if (trips > 0 && (!ops->get_trip_type || !ops->get_trip_temp)) in thermal_zone_device_register()
1464 if (tz->ops->get_trip_temp(tz, count, &trip_temp)) in thermal_zone_device_register()
H A Dthermal_sysfs.c156 if (!tz->ops->get_trip_temp) in trip_point_temp_show()
162 ret = tz->ops->get_trip_temp(tz, trip, &temperature); in trip_point_temp_show()
H A Dthermal_netlink.c424 tz->ops->get_trip_temp(tz, i, &temp); in thermal_genl_cmd_tz_get_trip()
H A Drcar_thermal.c351 .get_trip_temp = rcar_thermal_get_trip_temp,
H A Dthermal_of.c365 .get_trip_temp = of_thermal_get_trip_temp,
/kernel/linux/linux-5.10/drivers/thermal/intel/int340x_thermal/
H A Dint340x_thermal_zone.c49 if (d->override_ops && d->override_ops->get_trip_temp) in int340x_thermal_get_trip_temp()
50 return d->override_ops->get_trip_temp(zone, trip, temp); in int340x_thermal_get_trip_temp()
159 .get_trip_temp = int340x_thermal_get_trip_temp,
/kernel/linux/linux-6.6/drivers/thermal/intel/
H 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()
/kernel/linux/linux-6.6/drivers/thermal/intel/int340x_thermal/
H A Dprocessor_thermal_device_pci.c173 static int get_trip_temp(struct proc_thermal_pci *pci_info) in get_trip_temp() function
240 psv_trip.temperature = get_trip_temp(pci_info); in proc_thermal_pci_probe()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_thermal.c59 .get_trip_temp = cxgb4_thermal_get_trip_temp,
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_thermal.c374 .get_trip_temp = mlxsw_thermal_get_trip_temp,
546 .get_trip_temp = mlxsw_thermal_module_trip_temp_get,
583 .get_trip_temp = mlxsw_thermal_module_trip_temp_get,
/kernel/linux/linux-5.10/drivers/thermal/broadcom/
H A Dbcm2835_thermal.c236 err = tz->ops->get_trip_temp(tz, 0, &trip_temp); in bcm2835_thermal_probe()
/kernel/linux/linux-5.10/drivers/thermal/st/
H A Dst_thermal.c176 .get_trip_temp = st_thermal_get_trip_temp,
/kernel/linux/linux-5.10/include/linux/
H A Dthermal.h72 int (*get_trip_temp) (struct thermal_zone_device *, int, int *); member
/kernel/linux/linux-5.10/drivers/thermal/intel/
H A Dintel_pch_thermal.c270 .get_trip_temp = pch_get_trip_temp,
H A Dintel_quark_dts_thermal.c318 .get_trip_temp = sys_get_trip_temp,
H A Dx86_pkg_temp_thermal.c223 .get_trip_temp = sys_get_trip_temp,
H A Dintel_soc_dts_iosf.c248 .get_trip_temp = sys_get_trip_temp,
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtt.c782 .get_trip_temp = iwl_mvm_tzone_get_trip_temp,
/kernel/linux/linux-5.10/drivers/platform/x86/
H A Dacerhdf.c479 .get_trip_temp = acerhdf_get_trip_temp,

Completed in 20 milliseconds

12