Searched refs:override_ops (Results 1 – 2 of 2) sorted by relevance
21 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 …]
32 struct thermal_zone_device_ops *override_ops; member39 struct thermal_zone_device_ops *override_ops);