Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/thermal/broadcom/
H A Dsr-thermal.c24 struct sr_thermal *priv;
27 struct sr_thermal { struct
36 struct sr_thermal *sr_thermal = tmon->priv; in sr_get_temp() local
38 *temp = readl(sr_thermal->regs + SR_TMON_TEMP_BASE(tmon->tmon_id)); in sr_get_temp()
51 struct sr_thermal *sr_thermal; in sr_thermal_probe() local
58 sr_thermal = devm_kzalloc(dev, sizeof(*sr_thermal), GFP_KERNEL); in sr_thermal_probe()
59 if (!sr_thermal) in sr_thermal_probe()
[all...]
/kernel/linux/linux-5.10/drivers/thermal/broadcom/
H A Dsr-thermal.c25 struct sr_thermal *priv;
28 struct sr_thermal { struct
37 struct sr_thermal *sr_thermal = tmon->priv; in sr_get_temp() local
39 *temp = readl(sr_thermal->regs + SR_TMON_TEMP_BASE(tmon->tmon_id)); in sr_get_temp()
51 struct sr_thermal *sr_thermal; in sr_thermal_probe() local
58 sr_thermal = devm_kzalloc(dev, sizeof(*sr_thermal), GFP_KERNEL); in sr_thermal_probe()
59 if (!sr_thermal) in sr_thermal_probe()
[all...]

Completed in 2 milliseconds