Home
last modified time | relevance | path

Searched defs:thermal_zone_of_device_ops (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/include/linux/
Dthermal.h353 struct thermal_zone_of_device_ops { struct
354 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