Searched refs:of_ops (Results 1 – 3 of 3) sorted by relevance
593 struct thermal_zone_device_ops *of_ops; in thermal_of_zone_register() local599 of_ops = kmemdup(ops, sizeof(*ops), GFP_KERNEL); in thermal_of_zone_register()600 if (!of_ops) in thermal_of_zone_register()631 of_ops->get_trip_type = of_ops->get_trip_type ? : of_thermal_get_trip_type; in thermal_of_zone_register()632 of_ops->get_trip_temp = of_ops->get_trip_temp ? : of_thermal_get_trip_temp; in thermal_of_zone_register()633 of_ops->get_trip_hyst = of_ops->get_trip_hyst ? : of_thermal_get_trip_hyst; in thermal_of_zone_register()634 of_ops->set_trip_hyst = of_ops->set_trip_hyst ? : of_thermal_set_trip_hyst; in thermal_of_zone_register()635 of_ops->get_crit_temp = of_ops->get_crit_temp ? : of_thermal_get_crit_temp; in thermal_of_zone_register()636 of_ops->bind = thermal_of_bind; in thermal_of_zone_register()637 of_ops->unbind = thermal_of_unbind; in thermal_of_zone_register()[all …]
453 static const struct thermal_zone_device_ops of_ops = { variable933 &of_ops); in armada_thermal_probe()
108 const struct thermal_zone_device_ops *of_ops; member298 .of_ops = &brcmstb_16nm_of_ops,309 .of_ops = &brcmstb_28nm_of_ops,321 const struct thermal_zone_device_ops *of_ops; in brcmstb_thermal_probe() local342 of_ops = priv->temp_params->of_ops; in brcmstb_thermal_probe()345 of_ops); in brcmstb_thermal_probe()