Searched defs:bcm2835_thermal_data (Results 1 – 1 of 1) sorted by relevance
66 struct bcm2835_thermal_data { struct67 struct thermal_zone_device *tz;68 void __iomem *regs;69 struct clk *clk;93 struct bcm2835_thermal_data *data = thermal_zone_device_priv(tz); in bcm2835_thermal_get_temp() argument