Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/thermal/
Dthermal_of.c593 struct thermal_zone_device_ops *of_ops; in thermal_of_zone_register() local
599 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 …]
Darmada_thermal.c453 static const struct thermal_zone_device_ops of_ops = { variable
933 &of_ops); in armada_thermal_probe()
/linux-6.1.9/drivers/thermal/broadcom/
Dbrcmstb_thermal.c108 const struct thermal_zone_device_ops *of_ops; member
298 .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() local
342 of_ops = priv->temp_params->of_ops; in brcmstb_thermal_probe()
345 of_ops); in brcmstb_thermal_probe()