/linux-4.4.14/drivers/thermal/ |
H A D | kirkwood_thermal.c | 87 thermal = thermal_zone_device_register("kirkwood_thermal", 0, 0, kirkwood_thermal_probe()
|
H A D | dove_thermal.c | 157 thermal = thermal_zone_device_register("dove_thermal", 0, 0, dove_thermal_probe()
|
H A D | spear_thermal.c | 140 spear_thermal = thermal_zone_device_register("spear_thermal", 0, 0, spear_thermal_probe()
|
H A D | armada_thermal.c | 284 thermal = thermal_zone_device_register("armada_thermal", 0, 0, armada_thermal_probe()
|
H A D | intel_pch_thermal.c | 235 ptd->tzd = thermal_zone_device_register(dev_name, nr_trips, 0, ptd, intel_pch_thermal_probe()
|
H A D | intel_quark_dts_thermal.c | 412 aux_entry->tzone = thermal_zone_device_register("quark_dts", alloc_soc_dts()
|
H A D | intel_soc_dts_iosf.c | 328 dts->tzone = thermal_zone_device_register(name, add_dts_thermal_zone()
|
H A D | rcar_thermal.c | 446 priv->zone = thermal_zone_device_register("rcar_thermal", rcar_thermal_probe()
|
H A D | db8500_thermal.c | 448 pzone->therm_dev = thermal_zone_device_register("db8500_thermal_zone", db8500_thermal_probe()
|
H A D | x86_pkg_temp_thermal.c | 446 phy_dev_entry->tzone = thermal_zone_device_register("x86_pkg_temp", pkg_temp_thermal_device_add()
|
H A D | thermal_core.c | 1772 * thermal_zone_device_register() - register a new thermal zone device 1795 struct thermal_zone_device *thermal_zone_device_register(const char *type, thermal_zone_device_register() function 1956 EXPORT_SYMBOL_GPL(thermal_zone_device_register); variable
|
H A D | imx_thermal.c | 560 data->tz = thermal_zone_device_register("imx_thermal_zone", imx_thermal_probe()
|
H A D | of-thermal.c | 925 zone = thermal_zone_device_register(child->name, tz->ntrips, for_each_child_of_node()
|
/linux-4.4.14/drivers/thermal/int340x_thermal/ |
H A D | int340x_thermal_zone.c | 242 int34x_thermal_zone->zone = thermal_zone_device_register( int340x_thermal_zone_add()
|
H A D | int3400_thermal.c | 278 priv->thermal = thermal_zone_device_register("INT3400 Thermal", 0, 0, int3400_thermal_probe()
|
/linux-4.4.14/include/linux/ |
H A D | thermal.h | 396 struct thermal_zone_device *thermal_zone_device_register(const char *, int, int, 436 static inline struct thermal_zone_device *thermal_zone_device_register( thermal_zone_device_register() function
|
/linux-4.4.14/drivers/thermal/st/ |
H A D | st_thermal.c | 247 thermal_zone_device_register(dev_name(dev), 1, 0, sensor, st_thermal_register()
|
/linux-4.4.14/drivers/thermal/ti-soc-thermal/ |
H A D | ti-thermal-common.c | 344 data->ti_thermal = thermal_zone_device_register(domain, ti_thermal_expose_sensor()
|
/linux-4.4.14/drivers/platform/x86/ |
H A D | intel_mid_thermal.c | 503 pinfo->tzd[i] = thermal_zone_device_register(name[i], mid_thermal_probe()
|
H A D | acerhdf.c | 723 thz_dev = thermal_zone_device_register("acerhdf", 2, 0, NULL, acerhdf_register_thermal()
|
/linux-4.4.14/drivers/acpi/ |
H A D | thermal.c | 905 thermal_zone_device_register("acpitz", trips, 0, tz, acpi_thermal_register_thermal_zone() 911 thermal_zone_device_register("acpitz", trips, 0, tz, acpi_thermal_register_thermal_zone()
|
/linux-4.4.14/drivers/power/ |
H A D | power_supply_core.c | 591 psy->tzd = thermal_zone_device_register(psy->desc->name, psy_register_thermal()
|