Home
last modified time | relevance | path

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

12

/Linux-v4.19/drivers/thermal/
Dkirkwood_thermal.c87 thermal = thermal_zone_device_register("kirkwood_thermal", 0, 0, in kirkwood_thermal_probe()
Ddove_thermal.c157 thermal = thermal_zone_device_register("dove_thermal", 0, 0, in dove_thermal_probe()
Dspear_thermal.c138 spear_thermal = thermal_zone_device_register("spear_thermal", 0, 0, in spear_thermal_probe()
Dda9062-thermal.c251 thermal->zone = thermal_zone_device_register(thermal->config->name, in da9062_thermal_probe()
Dintel_quark_dts_thermal.c411 aux_entry->tzone = thermal_zone_device_register("quark_dts", in alloc_soc_dts()
Dintel_pch_thermal.c349 ptd->tzd = thermal_zone_device_register(bi->name, nr_trips, 0, ptd, in intel_pch_thermal_probe()
Dx86_pkg_temp_thermal.c382 pkgdev->tzone = thermal_zone_device_register("x86_pkg_temp", in pkg_temp_thermal_device_add()
Dintel_soc_dts_iosf.c327 dts->tzone = thermal_zone_device_register(name, in add_dts_thermal_zone()
Ddb8500_thermal.c448 pzone->therm_dev = thermal_zone_device_register("db8500_thermal_zone", in db8500_thermal_probe()
Drcar_thermal.c557 priv->zone = thermal_zone_device_register( in rcar_thermal_probe()
Darmada_thermal.c647 tz = thermal_zone_device_register(priv->zone_name, 0, 0, priv, in armada_thermal_probe()
Dthermal_core.c1175 thermal_zone_device_register(const char *type, int trips, int mask, in thermal_zone_device_register() function
1298 EXPORT_SYMBOL_GPL(thermal_zone_device_register);
Dof-thermal.c995 zone = thermal_zone_device_register(child->name, tz->ntrips, in of_parse_thermal_zones()
Dimx_thermal.c785 data->tz = thermal_zone_device_register("imx_thermal_zone", in imx_thermal_probe()
/Linux-v4.19/include/linux/
Dthermal.h430 struct thermal_zone_device *thermal_zone_device_register(const char *, int, int,
474 static inline struct thermal_zone_device *thermal_zone_device_register( in thermal_zone_device_register() function
/Linux-v4.19/drivers/thermal/st/
Dst_thermal.c247 thermal_zone_device_register(dev_name(dev), 1, 0, sensor, in st_thermal_register()
/Linux-v4.19/drivers/thermal/int340x_thermal/
Dint340x_thermal_zone.c259 int34x_thermal_zone->zone = thermal_zone_device_register( in int340x_thermal_zone_add()
Dint3400_thermal.c309 priv->thermal = thermal_zone_device_register("INT3400 Thermal", 0, 0, in int3400_thermal_probe()
/Linux-v4.19/drivers/platform/x86/
Dintel_mid_thermal.c505 pinfo->tzd[i] = thermal_zone_device_register(name[i], in mid_thermal_probe()
Dacerhdf.c723 thz_dev = thermal_zone_device_register("acerhdf", 2, 0, NULL, in acerhdf_register_thermal()
/Linux-v4.19/Documentation/thermal/
Dpower_allocator.txt95 `thermal_zone_device_register()`
232 `thermal_zone_device_register()` (i.e., platform code), then weights
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/
Dcore_thermal.c372 thermal->tzdev = thermal_zone_device_register("mlxsw", in mlxsw_thermal_init()
/Linux-v4.19/drivers/acpi/
Dthermal.c906 thermal_zone_device_register("acpitz", trips, 0, tz, in acpi_thermal_register_thermal_zone()
912 thermal_zone_device_register("acpitz", trips, 0, tz, in acpi_thermal_register_thermal_zone()
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Dtt.c752 mvm->tz_device.tzone = thermal_zone_device_register(name, in iwl_mvm_thermal_zone_register()
/Linux-v4.19/drivers/power/supply/
Dpower_supply_core.c729 psy->tzd = thermal_zone_device_register(psy->desc->name, in psy_register_thermal()

12