Searched defs:opregion_acpi (Results 1 – 3 of 3) sorted by relevance
72 struct opregion_acpi { struct73 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 …]
80238 struct opregion_acpi { struct80239 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 …]