Searched refs:override_ops (Results 1 – 2 of 2) sorted by relevance
29 if (d->override_ops && d->override_ops->get_temp) in int340x_thermal_get_zone_temp()30 return d->override_ops->get_temp(zone, temp); in int340x_thermal_get_zone_temp()57 if (d->override_ops && d->override_ops->get_trip_temp) in int340x_thermal_get_trip_temp()58 return d->override_ops->get_trip_temp(zone, trip, temp); in int340x_thermal_get_trip_temp()90 if (d->override_ops && d->override_ops->get_trip_type) in int340x_thermal_get_trip_type()91 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 …]
41 struct thermal_zone_device_ops *override_ops; member47 struct thermal_zone_device_ops *override_ops);