Searched defs:thermal_cooling_device_ops (Results 1 – 1 of 1) sorted by relevance
15485 struct thermal_cooling_device_ops { struct15486 int (*get_max_state)(struct thermal_cooling_device *, long unsigned int *);15487 int (*get_cur_state)(struct thermal_cooling_device *, long unsigned int *);15488 int (*set_cur_state)(struct thermal_cooling_device *, long unsigned int);15489 int (*get_requested_power)(struct thermal_cooling_device *, u32 *);15490 int (*state2power)(struct thermal_cooling_device *, long unsigned int, u32 *);15491 int (*power2state)(struct thermal_cooling_device *, u32, long unsigned int *);