Home
last modified time | relevance | path

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

/linux-4.4.14/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.c140 spear_thermal = thermal_zone_device_register("spear_thermal", 0, 0, in spear_thermal_probe()
Dintel_pch_thermal.c235 ptd->tzd = thermal_zone_device_register(dev_name, nr_trips, 0, ptd, in intel_pch_thermal_probe()
Darmada_thermal.c284 thermal = thermal_zone_device_register("armada_thermal", 0, 0, in armada_thermal_probe()
Dintel_quark_dts_thermal.c412 aux_entry->tzone = thermal_zone_device_register("quark_dts", in alloc_soc_dts()
Dintel_soc_dts_iosf.c328 dts->tzone = thermal_zone_device_register(name, in add_dts_thermal_zone()
Drcar_thermal.c446 priv->zone = thermal_zone_device_register("rcar_thermal", in rcar_thermal_probe()
Dx86_pkg_temp_thermal.c446 phy_dev_entry->tzone = thermal_zone_device_register("x86_pkg_temp", in pkg_temp_thermal_device_add()
Ddb8500_thermal.c448 pzone->therm_dev = thermal_zone_device_register("db8500_thermal_zone", in db8500_thermal_probe()
Dimx_thermal.c560 data->tz = thermal_zone_device_register("imx_thermal_zone", in imx_thermal_probe()
Dof-thermal.c925 zone = thermal_zone_device_register(child->name, tz->ntrips, in of_parse_thermal_zones()
Dthermal_core.c1795 struct thermal_zone_device *thermal_zone_device_register(const char *type, in thermal_zone_device_register() function
1956 EXPORT_SYMBOL_GPL(thermal_zone_device_register);
/linux-4.4.14/include/linux/
Dthermal.h396 struct thermal_zone_device *thermal_zone_device_register(const char *, int, int,
436 static inline struct thermal_zone_device *thermal_zone_device_register( in thermal_zone_device_register() function
/linux-4.4.14/drivers/thermal/st/
Dst_thermal.c247 thermal_zone_device_register(dev_name(dev), 1, 0, sensor, in st_thermal_register()
/linux-4.4.14/drivers/thermal/int340x_thermal/
Dint340x_thermal_zone.c242 int34x_thermal_zone->zone = thermal_zone_device_register( in int340x_thermal_zone_add()
Dint3400_thermal.c278 priv->thermal = thermal_zone_device_register("INT3400 Thermal", 0, 0, in int3400_thermal_probe()
/linux-4.4.14/drivers/platform/x86/
Dintel_mid_thermal.c503 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-4.4.14/Documentation/thermal/
Dpower_allocator.txt95 `thermal_zone_device_register()`
232 `thermal_zone_device_register()` (i.e., platform code), then weights
Dsysfs-api.txt34 1.1.1 struct thermal_zone_device *thermal_zone_device_register(char *type,
/linux-4.4.14/drivers/thermal/ti-soc-thermal/
Dti-thermal-common.c344 data->ti_thermal = thermal_zone_device_register(domain, in ti_thermal_expose_sensor()
/linux-4.4.14/drivers/acpi/
Dthermal.c905 thermal_zone_device_register("acpitz", trips, 0, tz, in acpi_thermal_register_thermal_zone()
911 thermal_zone_device_register("acpitz", trips, 0, tz, in acpi_thermal_register_thermal_zone()
/linux-4.4.14/drivers/power/
Dpower_supply_core.c591 psy->tzd = thermal_zone_device_register(psy->desc->name, in psy_register_thermal()