Searched refs:of_ops (Results 1 – 3 of 3) sorted by relevance
108 const struct thermal_zone_device_ops *of_ops; member296 .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() local337 of_ops = priv->temp_params->of_ops; in brcmstb_thermal_probe()340 of_ops); in brcmstb_thermal_probe()
381 struct thermal_zone_device_ops of_ops = *ops; in thermal_of_zone_register() local416 of_ops.should_bind = thermal_of_should_bind; in thermal_of_zone_register()420 if (!of_ops.critical && !strcasecmp(action, "reboot")) in thermal_of_zone_register()421 of_ops.critical = thermal_zone_device_critical_reboot; in thermal_of_zone_register()424 data, &of_ops, &tzp, in thermal_of_zone_register()
445 static const struct thermal_zone_device_ops of_ops = { variable939 &of_ops); in armada_thermal_probe()