Home
last modified time | relevance | path

Searched refs:of_ops (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/thermal/broadcom/
Dbrcmstb_thermal.c108 const struct thermal_zone_of_device_ops *of_ops; member
298 .of_ops = &brcmstb_16nm_of_ops,
309 .of_ops = &brcmstb_28nm_of_ops,
321 const struct thermal_zone_of_device_ops *of_ops; in brcmstb_thermal_probe() local
342 of_ops = priv->temp_params->of_ops; in brcmstb_thermal_probe()
345 of_ops); in brcmstb_thermal_probe()
/Linux-v5.10/drivers/thermal/
Darmada_thermal.c453 static const struct thermal_zone_of_device_ops of_ops = { variable
933 &of_ops); in armada_thermal_probe()