Home
last modified time | relevance | path

Searched refs:thermal_ops (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/thermal/tegra/
H A Dtegra-bpmp-thermal.c215 const struct thermal_zone_device_ops *thermal_ops; in tegra_bpmp_thermal_probe() local
229 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()
/openbmc/linux/tools/lib/thermal/include/
H A Dthermal.h36 struct thermal_ops { struct
90 LIBTHERMAL_API struct thermal_handler *thermal_init(struct thermal_ops *ops);
/openbmc/linux/tools/lib/thermal/
H A Dthermal_nl.h14 struct thermal_ops *ops;
H A Dthermal.c111 struct thermal_handler *thermal_init(struct thermal_ops *ops) in thermal_init()
/openbmc/linux/drivers/platform/x86/
H A Dsystem76_acpi.c594 static const struct hwmon_ops thermal_ops = { variable
633 .ops = &thermal_ops,
/openbmc/linux/tools/thermal/thermal-engine/
H A Dthermal-engine.c200 static struct thermal_ops ops = {