Home
last modified time | relevance | path

Searched refs:override_ops (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/thermal/intel/int340x_thermal/
Dint340x_thermal_zone.c21 if (d->override_ops && d->override_ops->get_temp) in int340x_thermal_get_zone_temp()
22 return d->override_ops->get_temp(zone, temp); in int340x_thermal_get_zone_temp()
49 if (d->override_ops && d->override_ops->get_trip_temp) in int340x_thermal_get_trip_temp()
50 return d->override_ops->get_trip_temp(zone, trip, temp); in int340x_thermal_get_trip_temp()
86 if (d->override_ops && d->override_ops->get_trip_type) in int340x_thermal_get_trip_type()
87 return d->override_ops->get_trip_type(zone, trip, type); in int340x_thermal_get_trip_type()
123 if (d->override_ops && d->override_ops->set_trip_temp) in int340x_thermal_set_trip_temp()
124 return d->override_ops->set_trip_temp(zone, trip, temp); in int340x_thermal_set_trip_temp()
145 if (d->override_ops && d->override_ops->get_trip_hyst) in int340x_thermal_get_trip_hyst()
146 return d->override_ops->get_trip_hyst(zone, trip, temp); in int340x_thermal_get_trip_hyst()
[all …]
Dint340x_thermal_zone.h32 struct thermal_zone_device_ops *override_ops; member
39 struct thermal_zone_device_ops *override_ops);