Searched refs:thermal_zone_device_register (Results 1 – 21 of 21) sorted by relevance
| /linux-4.1.27/include/linux/ |
| D | thermal.h | 326 struct thermal_zone_device *thermal_zone_device_register(const char *, int, int, 353 static inline struct thermal_zone_device *thermal_zone_device_register( in thermal_zone_device_register() function
|
| /linux-4.1.27/drivers/thermal/ |
| D | kirkwood_thermal.c | 87 thermal = thermal_zone_device_register("kirkwood_thermal", 0, 0, in kirkwood_thermal_probe()
|
| D | dove_thermal.c | 157 thermal = thermal_zone_device_register("dove_thermal", 0, 0, in dove_thermal_probe()
|
| D | spear_thermal.c | 140 spear_thermal = thermal_zone_device_register("spear_thermal", 0, 0, in spear_thermal_probe()
|
| D | armada_thermal.c | 284 thermal = thermal_zone_device_register("armada_thermal", 0, 0, in armada_thermal_probe()
|
| D | intel_soc_dts_thermal.c | 343 aux_entry->tzone = thermal_zone_device_register(name, in alloc_soc_dts()
|
| D | rcar_thermal.c | 427 priv->zone = thermal_zone_device_register("rcar_thermal", in rcar_thermal_probe()
|
| D | db8500_thermal.c | 449 pzone->therm_dev = thermal_zone_device_register("db8500_thermal_zone", in db8500_thermal_probe()
|
| D | x86_pkg_temp_thermal.c | 446 phy_dev_entry->tzone = thermal_zone_device_register("x86_pkg_temp", in pkg_temp_thermal_device_add()
|
| D | imx_thermal.c | 547 data->tz = thermal_zone_device_register("imx_thermal_zone", in imx_thermal_probe()
|
| D | of-thermal.c | 894 zone = thermal_zone_device_register(child->name, tz->ntrips, in of_parse_thermal_zones()
|
| D | thermal_core.c | 1486 struct thermal_zone_device *thermal_zone_device_register(const char *type, in thermal_zone_device_register() function 1632 EXPORT_SYMBOL_GPL(thermal_zone_device_register);
|
| /linux-4.1.27/drivers/thermal/st/ |
| D | st_thermal.c | 248 thermal_zone_device_register(dev_name(dev), 1, 0, sensor, in st_thermal_register()
|
| /linux-4.1.27/drivers/thermal/int340x_thermal/ |
| D | int340x_thermal_zone.c | 242 int34x_thermal_zone->zone = thermal_zone_device_register( in int340x_thermal_zone_add()
|
| D | int3400_thermal.c | 278 priv->thermal = thermal_zone_device_register("INT3400 Thermal", 0, 0, in int3400_thermal_probe()
|
| /linux-4.1.27/drivers/platform/x86/ |
| D | intel_mid_thermal.c | 504 pinfo->tzd[i] = thermal_zone_device_register(name[i], in mid_thermal_probe()
|
| D | acerhdf.c | 723 thz_dev = thermal_zone_device_register("acerhdf", 2, 0, NULL, in acerhdf_register_thermal()
|
| /linux-4.1.27/drivers/thermal/ti-soc-thermal/ |
| D | ti-thermal-common.c | 343 data->ti_thermal = thermal_zone_device_register(domain, in ti_thermal_expose_sensor()
|
| /linux-4.1.27/drivers/acpi/ |
| D | thermal.c | 906 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-4.1.27/drivers/power/ |
| D | power_supply_core.c | 552 psy->tzd = thermal_zone_device_register(psy->desc->name, in psy_register_thermal()
|
| /linux-4.1.27/Documentation/thermal/ |
| D | sysfs-api.txt | 34 1.1.1 struct thermal_zone_device *thermal_zone_device_register(char *type,
|