Home
last modified time | relevance | path

Searched refs:thermal_zone_device_register (Results 1 – 25 of 25) sorted by relevance

/linux-6.1.9/include/linux/
Dthermal.h338 struct thermal_zone_device *thermal_zone_device_register(const char *, int, int,
378 static inline struct thermal_zone_device *thermal_zone_device_register( in thermal_zone_device_register() function
/linux-6.1.9/drivers/thermal/
Dkirkwood_thermal.c79 thermal = thermal_zone_device_register("kirkwood_thermal", 0, 0, in kirkwood_thermal_probe()
Ddove_thermal.c148 thermal = thermal_zone_device_register("dove_thermal", 0, 0, in dove_thermal_probe()
Dspear_thermal.c127 spear_thermal = thermal_zone_device_register("spear_thermal", 0, 0, in spear_thermal_probe()
Dda9062-thermal.c231 thermal->zone = thermal_zone_device_register(thermal->config->name, in da9062_thermal_probe()
Drcar_thermal.c534 priv->zone = thermal_zone_device_register( in rcar_thermal_probe()
Dthermal_core.c1336 struct thermal_zone_device *thermal_zone_device_register(const char *type, int ntrips, int mask, in thermal_zone_device_register() function
1345 EXPORT_SYMBOL_GPL(thermal_zone_device_register);
Darmada_thermal.c869 tz = thermal_zone_device_register(priv->zone_name, 0, 0, priv, in armada_thermal_probe()
Dimx_thermal.c746 data->tz = thermal_zone_device_register("imx_thermal_zone", in imx_thermal_probe()
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_thermal.c87 ch_thermal->tzdev = thermal_zone_device_register(ch_tz_name, num_trip, in cxgb4_thermal_init()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/
Dcore_thermal.c620 module_tz->tzdev = thermal_zone_device_register(tz_name, in mlxsw_thermal_module_tz_init()
759 gearbox_tz->tzdev = thermal_zone_device_register(tz_name, in mlxsw_thermal_gearbox_tz_init()
984 thermal->tzdev = thermal_zone_device_register("mlxsw", in mlxsw_thermal_init()
/linux-6.1.9/drivers/thermal/st/
Dst_thermal.c242 thermal_zone_device_register(dev_name(dev), 1, 0, sensor, in st_thermal_register()
/linux-6.1.9/drivers/thermal/intel/
Dintel_quark_dts_thermal.c388 aux_entry->tzone = thermal_zone_device_register("quark_dts", in alloc_soc_dts()
Dx86_pkg_temp_thermal.c359 zonedev->tzone = thermal_zone_device_register("x86_pkg_temp", in pkg_temp_thermal_device_add()
Dintel_pch_thermal.c426 ptd->tzd = thermal_zone_device_register(bi->name, nr_trips, 0, ptd, in intel_pch_thermal_probe()
Dintel_soc_dts_iosf.c323 dts->tzone = thermal_zone_device_register(name, in add_dts_thermal_zone()
/linux-6.1.9/drivers/thermal/intel/int340x_thermal/
Dint340x_thermal_zone.c275 int34x_thermal_zone->zone = thermal_zone_device_register( in int340x_thermal_zone_add()
Dprocessor_thermal_device_pci.c254 pci_info->tzone = thermal_zone_device_register("TCPU_PCI", 1, 1, pci_info, in proc_thermal_pci_probe()
Dint3400_thermal.c579 priv->thermal = thermal_zone_device_register("INT3400 Thermal", 0, 0, in int3400_thermal_probe()
/linux-6.1.9/Documentation/driver-api/thermal/
Dpower_allocator.rst98 `thermal_zone_device_register()`
258 `thermal_zone_device_register()` (i.e., platform code), then weights
Dsysfs-api.rst42 *thermal_zone_device_register(char *type,
/linux-6.1.9/drivers/platform/x86/
Dacerhdf.c713 thz_dev = thermal_zone_device_register("acerhdf", 2, 0, NULL, in acerhdf_register_thermal()
/linux-6.1.9/drivers/acpi/
Dthermal.c810 tz->thermal_zone = thermal_zone_device_register("acpitz", trips, 0, tz, in acpi_thermal_register_thermal_zone()
816 thermal_zone_device_register("acpitz", trips, 0, tz, in acpi_thermal_register_thermal_zone()
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/mvm/
Dtt.c746 mvm->tz_device.tzone = thermal_zone_device_register(name, in iwl_mvm_thermal_zone_register()
/linux-6.1.9/drivers/power/supply/
Dpower_supply_core.c1170 psy->tzd = thermal_zone_device_register(psy->desc->name, in psy_register_thermal()