Home
last modified time | relevance | path

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

/external/igt-gpu-tools/tools/
Dintel_opregion_decode.c72 struct opregion_acpi { struct
73 uint32_t drdy; /* driver readiness */
74 uint32_t csts; /* notification status */
75 uint32_t cevt; /* current event */
76 uint8_t rsvd1[20];
77 uint32_t didl[8]; /* supported display devices ID list */
78 uint32_t cpdl[8]; /* currently presented display list */
79 uint32_t cadl[8]; /* currently active display list */
80 uint32_t nadl[8]; /* next active devices list */
81 uint32_t aslp; /* ASL sleep time-out */
[all …]
/external/bcc/libbpf-tools/x86/
Dvmlinux.h80238 struct opregion_acpi { struct
80239 u32 drdy;
80240 u32 csts;
80241 u32 cevt;
80242 u8 rsvd1[20];
80243 u32 didl[8];
80244 u32 cpdl[8];
80245 u32 cadl[8];
80246 u32 nadl[8];
80247 u32 aslp;
[all …]
Dvmlinux_505.h80238 struct opregion_acpi { struct
80239 u32 drdy;
80240 u32 csts;
80241 u32 cevt;
80242 u8 rsvd1[20];
80243 u32 didl[8];
80244 u32 cpdl[8];
80245 u32 cadl[8];
80246 u32 nadl[8];
80247 u32 aslp;
[all …]