Searched refs:override_ops (Results 1 – 2 of 2) sorted by relevance
20 if (d->override_ops && d->override_ops->get_temp) in int340x_thermal_get_zone_temp()21 return d->override_ops->get_temp(zone, temp); in int340x_thermal_get_zone_temp()48 if (d->override_ops && d->override_ops->get_trip_temp) in int340x_thermal_get_trip_temp()49 return d->override_ops->get_trip_temp(zone, trip, temp); in int340x_thermal_get_trip_temp()81 if (d->override_ops && d->override_ops->get_trip_type) in int340x_thermal_get_trip_type()82 return d->override_ops->get_trip_type(zone, trip, type); in int340x_thermal_get_trip_type()114 if (d->override_ops && d->override_ops->set_trip_temp) in int340x_thermal_set_trip_temp()115 return d->override_ops->set_trip_temp(zone, trip, temp); in int340x_thermal_set_trip_temp()136 if (d->override_ops && d->override_ops->get_trip_hyst) in int340x_thermal_get_trip_hyst()137 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);