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()82 if (d->override_ops && d->override_ops->get_trip_type) in int340x_thermal_get_trip_type()83 return d->override_ops->get_trip_type(zone, trip, type); in int340x_thermal_get_trip_type()115 if (d->override_ops && d->override_ops->set_trip_temp) in int340x_thermal_set_trip_temp()116 return d->override_ops->set_trip_temp(zone, trip, temp); in int340x_thermal_set_trip_temp()137 if (d->override_ops && d->override_ops->get_trip_hyst) in int340x_thermal_get_trip_hyst()138 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; member38 struct thermal_zone_device_ops *override_ops);