Home
last modified time | relevance | path

Searched defs:bcm2835_thermal_data (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/drivers/thermal/broadcom/
Dbcm2835_thermal.c66 struct bcm2835_thermal_data { struct
67 struct thermal_zone_device *tz;
68 void __iomem *regs;
69 struct clk *clk;
93 struct bcm2835_thermal_data *data = d; in bcm2835_thermal_get_temp() argument