Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/include/
Dvmlinux.h15485 struct thermal_cooling_device_ops { struct
15486 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 *);