Home
last modified time | relevance | path

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

/linux-6.15/drivers/thermal/broadcom/
H A Dbrcmstb_thermal.c108 const struct thermal_zone_device_ops *of_ops; member
296 .of_ops = &brcmstb_of_ops,
302 .of_ops = &brcmstb_of_ops,
313 .of_ops = &brcmstb_28nm_of_ops,
326 const struct thermal_zone_device_ops *of_ops; in brcmstb_thermal_probe() local
344 of_ops = priv->temp_params->of_ops; in brcmstb_thermal_probe()
347 of_ops); in brcmstb_thermal_probe()
/linux-6.15/drivers/thermal/
H A Dthermal_of.c370 struct thermal_zone_device_ops of_ops = *ops; in thermal_of_zone_register() local
405 of_ops.should_bind = thermal_of_should_bind; in thermal_of_zone_register()
408 if (!ret && !of_ops.critical) { in thermal_of_zone_register()
410 of_ops.critical = thermal_zone_device_critical_reboot; in thermal_of_zone_register()
412 of_ops.critical = thermal_zone_device_critical_shutdown; in thermal_of_zone_register()
416 data, &of_ops, &tzp, in thermal_of_zone_register()
H A Darmada_thermal.c445 static const struct thermal_zone_device_ops of_ops = { variable
939 &of_ops); in armada_thermal_probe()