Home
last modified time | relevance | path

Searched refs:thermal_zone_device_register_with_trips (Results 1 – 18 of 18) sorted by relevance

/Linux-v6.6/include/linux/
Dthermal.h303 struct thermal_zone_device *thermal_zone_device_register_with_trips(
359 static inline struct thermal_zone_device *thermal_zone_device_register_with_trips( in thermal_zone_device_register_with_trips() function
/Linux-v6.6/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_thermal.c62 ch_thermal->tzdev = thermal_zone_device_register_with_trips(ch_tz_name, &trip, num_trip, in cxgb4_thermal_init()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlxsw/
Dcore_thermal.c419 module_tz->tzdev = thermal_zone_device_register_with_trips(tz_name, in mlxsw_thermal_module_tz_init()
547 gearbox_tz->tzdev = thermal_zone_device_register_with_trips(tz_name, in mlxsw_thermal_gearbox_tz_init()
772 thermal->tzdev = thermal_zone_device_register_with_trips("mlxsw", in mlxsw_thermal_init()
/Linux-v6.6/drivers/thermal/
Dda9062-thermal.c199 thermal->zone = thermal_zone_device_register_with_trips(thermal->config->name, in da9062_thermal_probe()
Dthermal_core.c1226 thermal_zone_device_register_with_trips(const char *type, struct thermal_trip *trips, int num_trips… in thermal_zone_device_register_with_trips() function
1392 EXPORT_SYMBOL_GPL(thermal_zone_device_register_with_trips);
1400 return thermal_zone_device_register_with_trips(type, NULL, 0, 0, devdata, in thermal_tripless_zone_device_register()
Dthermal_of.c514 tz = thermal_zone_device_register_with_trips(np->name, trips, ntrips, in thermal_of_zone_register()
Drcar_thermal.c493 priv->zone = thermal_zone_device_register_with_trips( in rcar_thermal_probe()
Dimx_thermal.c699 data->tz = thermal_zone_device_register_with_trips("imx_thermal_zone", in imx_thermal_probe()
/Linux-v6.6/drivers/thermal/intel/int340x_thermal/
Dint340x_thermal_zone.c175 int34x_zone->zone = thermal_zone_device_register_with_trips( in int340x_thermal_zone_add()
Dprocessor_thermal_device_pci.c242 pci_info->tzone = thermal_zone_device_register_with_trips("TCPU_PCI", &psv_trip, in proc_thermal_pci_probe()
/Linux-v6.6/drivers/thermal/st/
Dst_thermal.c206 thermal_zone_device_register_with_trips(dev_name(dev), &trip, 1, 0, sensor, in st_thermal_register()
/Linux-v6.6/drivers/thermal/intel/
Dintel_quark_dts_thermal.c371 aux_entry->tzone = thermal_zone_device_register_with_trips("quark_dts", in alloc_soc_dts()
Dintel_pch_thermal.c236 ptd->tzd = thermal_zone_device_register_with_trips(board_names[board_id], in intel_pch_thermal_probe()
Dintel_soc_dts_iosf.c257 dts->tzone = thermal_zone_device_register_with_trips(name, dts->trips, in add_dts_thermal_zone()
Dx86_pkg_temp_thermal.c347 zonedev->tzone = thermal_zone_device_register_with_trips("x86_pkg_temp", in pkg_temp_thermal_device_add()
/Linux-v6.6/drivers/platform/x86/
Dacerhdf.c680 thz_dev = thermal_zone_device_register_with_trips("acerhdf", trips, ARRAY_SIZE(trips), in acerhdf_register_thermal()
/Linux-v6.6/drivers/net/wireless/intel/iwlwifi/mvm/
Dtt.c696 mvm->tz_device.tzone = thermal_zone_device_register_with_trips(name, in iwl_mvm_thermal_zone_register()
/Linux-v6.6/drivers/acpi/
Dthermal.c743 tz->thermal_zone = thermal_zone_device_register_with_trips("acpitz", in acpi_thermal_register_thermal_zone()