Searched defs:thermal_zone_of_device_ops (Results 1 – 1 of 1) sorted by relevance
353 struct thermal_zone_of_device_ops { struct354 int (*get_temp)(void *, int *);355 int (*get_trend)(void *, int, enum thermal_trend *);356 int (*set_trips)(void *, int, int);380 const struct thermal_zone_of_device_ops *ops); argument