Symbol: thermal_zone_device_register_with_trips
drivers/acpi/thermal.c
627
tz->thermal_zone = thermal_zone_device_register_with_trips(
drivers/net/ethernet/chelsio/cxgb4/cxgb4_thermal.c
62
ch_thermal->tzdev = thermal_zone_device_register_with_trips(ch_tz_name, &trip, num_trip,
drivers/net/ethernet/mellanox/mlxsw/core_thermal.c
361
module_tz->tzdev = thermal_zone_device_register_with_trips(tz_name,
drivers/net/ethernet/mellanox/mlxsw/core_thermal.c
477
gearbox_tz->tzdev = thermal_zone_device_register_with_trips(tz_name,
drivers/net/ethernet/mellanox/mlxsw/core_thermal.c
709
thermal->tzdev = thermal_zone_device_register_with_trips("mlxsw",
drivers/net/wireless/intel/iwlwifi/mld/thermal.c
259
thermal_zone_device_register_with_trips(name, trips,
drivers/net/wireless/intel/iwlwifi/mvm/tt.c
675
mvm->tz_device.tzone = thermal_zone_device_register_with_trips(name,
drivers/platform/x86/acerhdf.c
659
thz_dev = thermal_zone_device_register_with_trips("acerhdf", trips, ARRAY_SIZE(trips),
drivers/thermal/da9062-thermal.c
199
thermal->zone = thermal_zone_device_register_with_trips(thermal->config->name,
drivers/thermal/imx_thermal.c
682
data->tz = thermal_zone_device_register_with_trips("imx_thermal_zone",
drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.c
163
int34x_zone->zone = thermal_zone_device_register_with_trips(
drivers/thermal/intel/int340x_thermal/processor_thermal_device_pci.c
374
pci_info->tzone = thermal_zone_device_register_with_trips("TCPU_PCI", &psv_trip,
drivers/thermal/intel/intel_pch_thermal.c
238
ptd->tzd = thermal_zone_device_register_with_trips(board_names[board_id],
drivers/thermal/intel/intel_quark_dts_thermal.c
379
aux_entry->tzone = thermal_zone_device_register_with_trips("quark_dts",
drivers/thermal/intel/intel_soc_dts_iosf.c
233
dts->tzone = thermal_zone_device_register_with_trips(name, trips,
drivers/thermal/intel/x86_pkg_temp_thermal.c
348
zonedev->tzone = thermal_zone_device_register_with_trips("x86_pkg_temp",
drivers/thermal/renesas/rcar_thermal.c
491
priv->zone = thermal_zone_device_register_with_trips(
drivers/thermal/testing/zone.c
404
tz = thermal_zone_device_register_with_trips("test_tz", trips, i, tt_zone,
drivers/thermal/thermal_core.c
1654
EXPORT_SYMBOL_GPL(thermal_zone_device_register_with_trips);
drivers/thermal/thermal_core.c
1662
return thermal_zone_device_register_with_trips(type, NULL, 0, devdata,
drivers/thermal/thermal_of.c
415
tz = thermal_zone_device_register_with_trips(np->name, trips, ntrips,
include/linux/thermal.h
228
struct thermal_zone_device *thermal_zone_device_register_with_trips(