Searched refs:thermal_ops (Results 1 – 6 of 6) sorted by relevance
215 const struct thermal_zone_device_ops *thermal_ops; in tegra_bpmp_thermal_probe() local229 thermal_ops = &tegra_bpmp_of_thermal_ops; in tegra_bpmp_thermal_probe()231 thermal_ops = &tegra_bpmp_of_thermal_ops_notrips; in tegra_bpmp_thermal_probe()275 &pdev->dev, i, zone, thermal_ops); in tegra_bpmp_thermal_probe()
36 struct thermal_ops { struct90 LIBTHERMAL_API struct thermal_handler *thermal_init(struct thermal_ops *ops);
14 struct thermal_ops *ops;
111 struct thermal_handler *thermal_init(struct thermal_ops *ops) in thermal_init()
594 static const struct hwmon_ops thermal_ops = { variable633 .ops = &thermal_ops,
200 static struct thermal_ops ops = {