Linux Kernel
3.7.1
|
#include <nouveau_pm.h>
Definition at line 153 of file nouveau_pm.h.
struct notifier_block acpi_nb |
Definition at line 171 of file nouveau_pm.h.
struct nouveau_pm_level boot |
Definition at line 167 of file nouveau_pm.h.
int(* clocks_get)(struct drm_device *, struct nouveau_pm_level *) |
Definition at line 173 of file nouveau_pm.h.
void*(* clocks_pre)(struct drm_device *, struct nouveau_pm_level *) |
Definition at line 174 of file nouveau_pm.h.
int(* clocks_set)(struct drm_device *, void *) |
Definition at line 175 of file nouveau_pm.h.
struct nouveau_pm_level* cur |
Definition at line 168 of file nouveau_pm.h.
struct drm_device* dev |
Definition at line 154 of file nouveau_pm.h.
Definition at line 170 of file nouveau_pm.h.
int nr_perflvl |
Definition at line 158 of file nouveau_pm.h.
struct nouveau_pm_level perflvl[NOUVEAU_PM_MAX_LEVEL] |
Definition at line 157 of file nouveau_pm.h.
struct nouveau_pm_profile* profile |
Definition at line 164 of file nouveau_pm.h.
struct nouveau_pm_profile* profile_ac |
Definition at line 162 of file nouveau_pm.h.
struct nouveau_pm_profile* profile_dc |
Definition at line 163 of file nouveau_pm.h.
Definition at line 165 of file nouveau_pm.h.
struct nouveau_pm_temp_sensor_constants sensor_constants |
Definition at line 159 of file nouveau_pm.h.
struct nouveau_pm_threshold_temp threshold_temp |
Definition at line 160 of file nouveau_pm.h.
struct nouveau_pm_voltage voltage |
Definition at line 156 of file nouveau_pm.h.
int(* voltage_get)(struct drm_device *) |
Definition at line 177 of file nouveau_pm.h.
int(* voltage_set)(struct drm_device *, int voltage) |
Definition at line 178 of file nouveau_pm.h.