Home
last modified time | relevance | path

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

12

/Linux-v5.4/drivers/thermal/
Dkirkwood_thermal.c78 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.c242 thermal->zone = thermal_zone_device_register(thermal->config->name, in da9062_thermal_probe()
Drcar_thermal.c579 priv->zone = thermal_zone_device_register( in rcar_thermal_probe()
Dthermal_core.c1235 thermal_zone_device_register(const char *type, int trips, int mask, in thermal_zone_device_register() function
1368 EXPORT_SYMBOL_GPL(thermal_zone_device_register);
Dof-thermal.c1062 zone = thermal_zone_device_register(child->name, tz->ntrips, in of_parse_thermal_zones()
Dimx_thermal.c806 data->tz = thermal_zone_device_register("imx_thermal_zone", in imx_thermal_probe()
Darmada_thermal.c868 tz = thermal_zone_device_register(priv->zone_name, 0, 0, priv, in armada_thermal_probe()
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_thermal.c85 ch_thermal->tzdev = thermal_zone_device_register("cxgb4", num_trip, in cxgb4_thermal_init()
/Linux-v5.4/include/linux/
Dthermal.h430 struct thermal_zone_device *thermal_zone_device_register(const char *, int, int,
479 static inline struct thermal_zone_device *thermal_zone_device_register( in thermal_zone_device_register() function
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dcore_thermal.c756 module_tz->tzdev = thermal_zone_device_register(tz_name, in mlxsw_thermal_module_tz_init()
880 gearbox_tz->tzdev = thermal_zone_device_register(tz_name, in mlxsw_thermal_gearbox_tz_init()
1032 thermal->tzdev = thermal_zone_device_register("mlxsw", in mlxsw_thermal_init()
/Linux-v5.4/drivers/thermal/st/
Dst_thermal.c242 thermal_zone_device_register(dev_name(dev), 1, 0, sensor, in st_thermal_register()
/Linux-v5.4/drivers/thermal/intel/int340x_thermal/
Dint340x_thermal_zone.c250 int34x_thermal_zone->zone = thermal_zone_device_register( in int340x_thermal_zone_add()
Dint3400_thermal.c315 priv->thermal = thermal_zone_device_register("INT3400 Thermal", 0, 0, in int3400_thermal_probe()
/Linux-v5.4/drivers/thermal/intel/
Dintel_quark_dts_thermal.c411 aux_entry->tzone = thermal_zone_device_register("quark_dts", in alloc_soc_dts()
Dintel_pch_thermal.c340 ptd->tzd = thermal_zone_device_register(bi->name, nr_trips, 0, ptd, in intel_pch_thermal_probe()
Dx86_pkg_temp_thermal.c357 zonedev->tzone = thermal_zone_device_register("x86_pkg_temp", in pkg_temp_thermal_device_add()
Dintel_soc_dts_iosf.c318 dts->tzone = thermal_zone_device_register(name, in add_dts_thermal_zone()
/Linux-v5.4/drivers/platform/x86/
Dintel_mid_thermal.c489 pinfo->tzd[i] = thermal_zone_device_register(name[i], in mid_thermal_probe()
Dacerhdf.c740 thz_dev = thermal_zone_device_register("acerhdf", 2, 0, NULL, in acerhdf_register_thermal()
/Linux-v5.4/Documentation/driver-api/thermal/
Dpower_allocator.rst96 `thermal_zone_device_register()`
256 `thermal_zone_device_register()` (i.e., platform code), then weights
/Linux-v5.4/drivers/acpi/
Dthermal.c887 thermal_zone_device_register("acpitz", trips, 0, tz, in acpi_thermal_register_thermal_zone()
893 thermal_zone_device_register("acpitz", trips, 0, tz, in acpi_thermal_register_thermal_zone()
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/
Dtt.c744 mvm->tz_device.tzone = thermal_zone_device_register(name, in iwl_mvm_thermal_zone_register()
/Linux-v5.4/drivers/power/supply/
Dpower_supply_core.c877 psy->tzd = thermal_zone_device_register(psy->desc->name, in psy_register_thermal()

12