Searched refs:get_trip_type (Results 1 – 25 of 27) sorted by relevance
12
/linux/drivers/thermal/intel/int340x_thermal/ |
A D | int340x_thermal_zone.c | 82 if (d->override_ops && d->override_ops->get_trip_type) in int340x_thermal_get_trip_type() 83 return d->override_ops->get_trip_type(zone, trip, type); in int340x_thermal_get_trip_type() 157 .get_trip_type = int340x_thermal_get_trip_type,
|
A D | processor_thermal_device_pci.c | 206 .get_trip_type = sys_get_trip_type,
|
/linux/drivers/thermal/ |
A D | gov_fair_share.c | 42 tz->ops->get_trip_type(tz, count - 1, &trip_type); in get_trip_level()
|
A D | gov_step_wise.c | 126 tz->ops->get_trip_type(tz, trip, &trip_type); in thermal_zone_trip_update()
|
A D | thermal_sysfs.c | 85 if (!tz->ops->get_trip_type) in trip_point_type_show() 91 result = tz->ops->get_trip_type(tz, trip, &type); in trip_point_type_show() 137 ret = tz->ops->get_trip_type(tz, trip, &type); in trip_point_temp_store()
|
A D | thermal_helpers.c | 94 ret = tz->ops->get_trip_type(tz, count, &type); in thermal_zone_get_temp()
|
A D | da9062-thermal.c | 175 .get_trip_type = da9062_thermal_get_trip_type,
|
A D | thermal_core.c | 371 tz->ops->get_trip_type(tz, trip, &type); in handle_thermal_trip() 1220 if (trips > 0 && (!ops->get_trip_type || !ops->get_trip_temp)) in thermal_zone_device_register() 1269 if (tz->ops->get_trip_type(tz, count, &trip_type) || in thermal_zone_device_register()
|
A D | gov_power_allocator.c | 534 ret = tz->ops->get_trip_type(tz, i, &type); in get_governor_trips()
|
A D | rcar_thermal.c | 332 .get_trip_type = rcar_thermal_get_trip_type,
|
A D | thermal_netlink.c | 424 tz->ops->get_trip_type(tz, i, &type); in thermal_genl_cmd_tz_get_trip()
|
A D | thermal_of.c | 364 .get_trip_type = of_thermal_get_trip_type,
|
A D | imx_thermal.c | 452 .get_trip_type = imx_get_trip_type,
|
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
A D | cxgb4_thermal.c | 58 .get_trip_type = cxgb4_thermal_get_trip_type,
|
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
A D | core_thermal.c | 364 .get_trip_type = mlxsw_thermal_get_trip_type, 556 .get_trip_type = mlxsw_thermal_module_trip_type_get, 593 .get_trip_type = mlxsw_thermal_module_trip_type_get,
|
/linux/include/linux/ |
A D | thermal.h | 69 int (*get_trip_type) (struct thermal_zone_device *, int, member
|
/linux/drivers/thermal/st/ |
A D | st_thermal.c | 175 .get_trip_type = st_thermal_get_trip_type,
|
/linux/drivers/thermal/intel/ |
A D | intel_quark_dts_thermal.c | 319 .get_trip_type = sys_get_trip_type,
|
A D | x86_pkg_temp_thermal.c | 226 .get_trip_type = sys_get_trip_type,
|
A D | intel_pch_thermal.c | 336 .get_trip_type = pch_get_trip_type,
|
A D | intel_soc_dts_iosf.c | 249 .get_trip_type = sys_get_trip_type,
|
/linux/drivers/platform/x86/ |
A D | acerhdf.c | 477 .get_trip_type = acerhdf_get_trip_type,
|
/linux/drivers/thermal/tegra/ |
A D | tegra30-tsensor.c | 324 tzd->ops->get_trip_type(tzd, i, &type); in tegra_tsensor_get_hw_channel_trips()
|
A D | soctherm.c | 598 ret = tz->ops->get_trip_type(tz, trip, &type); in tegra_thermctl_set_trip_temp() 733 ret = tz->ops->get_trip_type(tz, i, &type); in get_hot_temp()
|
/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
A D | tt.c | 719 .get_trip_type = iwl_mvm_tzone_get_trip_type,
|
Completed in 56 milliseconds
12