Home
last modified time | relevance | path

Searched refs:thermal_tripless_zone_device_register (Results 1 – 9 of 9) sorted by relevance

/linux/include/linux/
H A Dthermal.h237 struct thermal_zone_device *thermal_tripless_zone_device_register(
286 static inline struct thermal_zone_device *thermal_tripless_zone_device_register( in thermal_tripless_zone_device_register() function
/linux/drivers/thermal/
H A Dkirkwood_thermal.c74 thermal = thermal_tripless_zone_device_register("kirkwood_thermal", in kirkwood_thermal_probe()
H A Ddove_thermal.c142 thermal = thermal_tripless_zone_device_register("dove_thermal", priv, in dove_thermal_probe()
H A Dspear_thermal.c125 spear_thermal = thermal_tripless_zone_device_register("spear_thermal", in spear_thermal_probe()
H A Dthermal_core.c1656 struct thermal_zone_device *thermal_tripless_zone_device_register( in thermal_tripless_zone_device_register() function
1665 EXPORT_SYMBOL_GPL(thermal_tripless_zone_device_register);
H A Darmada_thermal.c874 tz = thermal_tripless_zone_device_register(priv->zone_name, in armada_thermal_probe()
/linux/drivers/thermal/intel/int340x_thermal/
H A Dint3400_thermal.c595 priv->thermal = thermal_tripless_zone_device_register("INT3400 Thermal", priv, in int3400_thermal_probe()
/linux/drivers/acpi/
H A Dthermal.c632 tz->thermal_zone = thermal_tripless_zone_device_register( in acpi_thermal_register_thermal_zone()
/linux/drivers/power/supply/
H A Dpower_supply_core.c1534 psy->tzd = thermal_tripless_zone_device_register(psy->desc->name, in psy_register_thermal()