thermal_ops
static const struct hwmon_ops thermal_ops = {
.ops = &thermal_ops,
const struct thermal_zone_device_ops *thermal_ops;
thermal_ops = &loongson2_2k2000_of_thermal_ops;
thermal_ops = &loongson2_2k1000_of_thermal_ops;
tzd = devm_thermal_of_zone_register(dev, i, data, thermal_ops);
const struct thermal_zone_device_ops *thermal_ops;
thermal_ops = &tegra_bpmp_of_thermal_ops;
thermal_ops = &tegra_bpmp_of_thermal_ops_notrips;
&pdev->dev, i, zone, thermal_ops);
LIBTHERMAL_API struct thermal_handler *thermal_init(struct thermal_ops *ops);
struct thermal_handler *thermal_init(struct thermal_ops *ops)
struct thermal_ops *ops;
static struct thermal_ops ops = {