Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dthermal.h326 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/
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()
Darmada_thermal.c284 thermal = thermal_zone_device_register("armada_thermal", 0, 0, in armada_thermal_probe()
Dintel_soc_dts_thermal.c343 aux_entry->tzone = thermal_zone_device_register(name, in alloc_soc_dts()
Drcar_thermal.c427 priv->zone = thermal_zone_device_register("rcar_thermal", in rcar_thermal_probe()
Ddb8500_thermal.c449 pzone->therm_dev = thermal_zone_device_register("db8500_thermal_zone", in db8500_thermal_probe()
Dx86_pkg_temp_thermal.c446 phy_dev_entry->tzone = thermal_zone_device_register("x86_pkg_temp", in pkg_temp_thermal_device_add()
Dimx_thermal.c547 data->tz = thermal_zone_device_register("imx_thermal_zone", in imx_thermal_probe()
Dof-thermal.c894 zone = thermal_zone_device_register(child->name, tz->ntrips, in of_parse_thermal_zones()
Dthermal_core.c1486 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/
Dst_thermal.c248 thermal_zone_device_register(dev_name(dev), 1, 0, sensor, in st_thermal_register()
/linux-4.1.27/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.1.27/drivers/platform/x86/
Dintel_mid_thermal.c504 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.1.27/drivers/thermal/ti-soc-thermal/
Dti-thermal-common.c343 data->ti_thermal = thermal_zone_device_register(domain, in ti_thermal_expose_sensor()
/linux-4.1.27/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-4.1.27/drivers/power/
Dpower_supply_core.c552 psy->tzd = thermal_zone_device_register(psy->desc->name, in psy_register_thermal()
/linux-4.1.27/Documentation/thermal/
Dsysfs-api.txt34 1.1.1 struct thermal_zone_device *thermal_zone_device_register(char *type,