Searched refs:thermal_zone_device_register (Results 1 - 22 of 22) sorted by relevance

/linux-4.4.14/drivers/thermal/
H A Dkirkwood_thermal.c87 thermal = thermal_zone_device_register("kirkwood_thermal", 0, 0, kirkwood_thermal_probe()
H A Ddove_thermal.c157 thermal = thermal_zone_device_register("dove_thermal", 0, 0, dove_thermal_probe()
H A Dspear_thermal.c140 spear_thermal = thermal_zone_device_register("spear_thermal", 0, 0, spear_thermal_probe()
H A Darmada_thermal.c284 thermal = thermal_zone_device_register("armada_thermal", 0, 0, armada_thermal_probe()
H A Dintel_pch_thermal.c235 ptd->tzd = thermal_zone_device_register(dev_name, nr_trips, 0, ptd, intel_pch_thermal_probe()
H A Dintel_quark_dts_thermal.c412 aux_entry->tzone = thermal_zone_device_register("quark_dts", alloc_soc_dts()
H A Dintel_soc_dts_iosf.c328 dts->tzone = thermal_zone_device_register(name, add_dts_thermal_zone()
H A Drcar_thermal.c446 priv->zone = thermal_zone_device_register("rcar_thermal", rcar_thermal_probe()
H A Ddb8500_thermal.c448 pzone->therm_dev = thermal_zone_device_register("db8500_thermal_zone", db8500_thermal_probe()
H A Dx86_pkg_temp_thermal.c446 phy_dev_entry->tzone = thermal_zone_device_register("x86_pkg_temp", pkg_temp_thermal_device_add()
H A Dthermal_core.c1772 * 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 Dimx_thermal.c560 data->tz = thermal_zone_device_register("imx_thermal_zone", imx_thermal_probe()
H A Dof-thermal.c925 zone = thermal_zone_device_register(child->name, tz->ntrips, for_each_child_of_node()
/linux-4.4.14/drivers/thermal/int340x_thermal/
H A Dint340x_thermal_zone.c242 int34x_thermal_zone->zone = thermal_zone_device_register( int340x_thermal_zone_add()
H A Dint3400_thermal.c278 priv->thermal = thermal_zone_device_register("INT3400 Thermal", 0, 0, int3400_thermal_probe()
/linux-4.4.14/include/linux/
H A 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( thermal_zone_device_register() function
/linux-4.4.14/drivers/thermal/st/
H A Dst_thermal.c247 thermal_zone_device_register(dev_name(dev), 1, 0, sensor, st_thermal_register()
/linux-4.4.14/drivers/thermal/ti-soc-thermal/
H A Dti-thermal-common.c344 data->ti_thermal = thermal_zone_device_register(domain, ti_thermal_expose_sensor()
/linux-4.4.14/drivers/platform/x86/
H A Dintel_mid_thermal.c503 pinfo->tzd[i] = thermal_zone_device_register(name[i], mid_thermal_probe()
H A Dacerhdf.c723 thz_dev = thermal_zone_device_register("acerhdf", 2, 0, NULL, acerhdf_register_thermal()
/linux-4.4.14/drivers/acpi/
H A Dthermal.c905 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 Dpower_supply_core.c591 psy->tzd = thermal_zone_device_register(psy->desc->name, psy_register_thermal()

Completed in 322 milliseconds