Searched refs:spear_thermal (Results 1 - 2 of 2) sorted by relevance

/drivers/thermal/
H A DMakefile6 obj-$(CONFIG_SPEAR_THERMAL) += spear_thermal.
H A Dspear_thermal.c25 #include <linux/platform_data/spear_thermal.h>
61 struct thermal_zone_device *spear_thermal = platform_get_drvdata(pdev); local
62 struct spear_thermal_dev *stdev = spear_thermal->devdata;
78 struct thermal_zone_device *spear_thermal = platform_get_drvdata(pdev); local
79 struct spear_thermal_dev *stdev = spear_thermal->devdata;
104 struct thermal_zone_device *spear_thermal = NULL; local
150 spear_thermal = thermal_zone_device_register("spear_thermal", 0,
152 if (IS_ERR(spear_thermal)) {
154 ret = PTR_ERR(spear_thermal);
176 struct thermal_zone_device *spear_thermal = platform_get_drvdata(pdev); local
[all...]

Completed in 82 milliseconds