Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/broadcom/
H A Dbrcmstb_thermal.c108 const struct thermal_zone_device_ops *of_ops; member
296 .of_ops = &brcmstb_16nm_of_ops,
307 .of_ops = &brcmstb_28nm_of_ops,
319 const struct thermal_zone_device_ops *of_ops; in brcmstb_thermal_probe() local
337 of_ops = priv->temp_params->of_ops; in brcmstb_thermal_probe()
340 of_ops); in brcmstb_thermal_probe()
/openbmc/linux/drivers/thermal/
H A Dthermal_of.c481 struct thermal_zone_device_ops *of_ops; in thermal_of_zone_register() local
487 of_ops = kmemdup(ops, sizeof(*ops), GFP_KERNEL); in thermal_of_zone_register()
488 if (!of_ops) in thermal_of_zone_register()
514 of_ops->bind = thermal_of_bind; in thermal_of_zone_register()
515 of_ops->unbind = thermal_of_unbind; in thermal_of_zone_register()
520 mask, data, of_ops, &tzp, in thermal_of_zone_register()
541 kfree(of_ops); in thermal_of_zone_register()
H A Darmada_thermal.c445 static const struct thermal_zone_device_ops of_ops = { variable
944 &of_ops); in armada_thermal_probe()