acpi_ec
Regular
4.4
: ✅struct acpi_ec {
acpi_handle handle;
long unsigned int gpe;
long unsigned int command_addr;
long unsigned int data_addr;
bool global_lock;
long unsigned int flags;
long unsigned int reference_count;
struct mutex mutex;
wait_queue_head_t wait;
struct list_head list;
struct transaction *curr;
spinlock_t lock;
struct work_struct work;
long unsigned int timestamp;
long unsigned int nr_pending_queries;
};
4.8
: ✅struct acpi_ec {
acpi_handle handle;
long unsigned int gpe;
long unsigned int command_addr;
long unsigned int data_addr;
bool global_lock;
long unsigned int flags;
long unsigned int reference_count;
struct mutex mutex;
wait_queue_head_t wait;
struct list_head list;
struct transaction *curr;
spinlock_t lock;
struct work_struct work;
long unsigned int timestamp;
long unsigned int nr_pending_queries;
};
4.10
: ✅struct acpi_ec {
acpi_handle handle;
long unsigned int gpe;
long unsigned int command_addr;
long unsigned int data_addr;
bool global_lock;
long unsigned int flags;
long unsigned int reference_count;
struct mutex mutex;
wait_queue_head_t wait;
struct list_head list;
struct transaction *curr;
spinlock_t lock;
struct work_struct work;
long unsigned int timestamp;
long unsigned int nr_pending_queries;
bool saved_busy_polling;
unsigned int saved_polling_guard;
};
4.13
: ✅struct acpi_ec {
acpi_handle handle;
long unsigned int gpe;
long unsigned int command_addr;
long unsigned int data_addr;
bool global_lock;
long unsigned int flags;
long unsigned int reference_count;
struct mutex mutex;
wait_queue_head_t wait;
struct list_head list;
struct transaction *curr;
spinlock_t lock;
struct work_struct work;
long unsigned int timestamp;
long unsigned int nr_pending_queries;
bool busy_polling;
unsigned int polling_guard;
};
4.15
: ✅struct acpi_ec {
acpi_handle handle;
u32 gpe;
long unsigned int command_addr;
long unsigned int data_addr;
bool global_lock;
long unsigned int flags;
long unsigned int reference_count;
struct mutex mutex;
wait_queue_head_t wait;
struct list_head list;
struct transaction *curr;
spinlock_t lock;
struct work_struct work;
long unsigned int timestamp;
long unsigned int nr_pending_queries;
bool busy_polling;
unsigned int polling_guard;
};
4.18
: ✅struct acpi_ec {
acpi_handle handle;
u32 gpe;
long unsigned int command_addr;
long unsigned int data_addr;
bool global_lock;
long unsigned int flags;
long unsigned int reference_count;
struct mutex mutex;
wait_queue_head_t wait;
struct list_head list;
struct transaction *curr;
spinlock_t lock;
struct work_struct work;
long unsigned int timestamp;
long unsigned int nr_pending_queries;
bool busy_polling;
unsigned int polling_guard;
};
5.0
: ✅struct acpi_ec {
acpi_handle handle;
u32 gpe;
long unsigned int command_addr;
long unsigned int data_addr;
bool global_lock;
long unsigned int flags;
long unsigned int reference_count;
struct mutex mutex;
wait_queue_head_t wait;
struct list_head list;
struct transaction *curr;
spinlock_t lock;
struct work_struct work;
long unsigned int timestamp;
long unsigned int nr_pending_queries;
bool busy_polling;
unsigned int polling_guard;
};
5.3
: ✅struct acpi_ec {
acpi_handle handle;
u32 gpe;
long unsigned int command_addr;
long unsigned int data_addr;
bool global_lock;
long unsigned int flags;
long unsigned int reference_count;
struct mutex mutex;
wait_queue_head_t wait;
struct list_head list;
struct transaction *curr;
spinlock_t lock;
struct work_struct work;
long unsigned int timestamp;
long unsigned int nr_pending_queries;
bool busy_polling;
unsigned int polling_guard;
};
5.4
: ✅struct acpi_ec {
acpi_handle handle;
u32 gpe;
long unsigned int command_addr;
long unsigned int data_addr;
bool global_lock;
long unsigned int flags;
long unsigned int reference_count;
struct mutex mutex;
wait_queue_head_t wait;
struct list_head list;
struct transaction *curr;
spinlock_t lock;
struct work_struct work;
long unsigned int timestamp;
long unsigned int nr_pending_queries;
bool busy_polling;
unsigned int polling_guard;
};
5.8
: ✅struct acpi_ec {
acpi_handle handle;
int gpe;
int irq;
long unsigned int command_addr;
long unsigned int data_addr;
bool global_lock;
long unsigned int flags;
long unsigned int reference_count;
struct mutex mutex;
wait_queue_head_t wait;
struct list_head list;
struct transaction *curr;
spinlock_t lock;
struct work_struct work;
long unsigned int timestamp;
long unsigned int nr_pending_queries;
bool busy_polling;
unsigned int polling_guard;
};
5.11
: ✅struct acpi_ec {
acpi_handle handle;
int gpe;
int irq;
long unsigned int command_addr;
long unsigned int data_addr;
bool global_lock;
long unsigned int flags;
long unsigned int reference_count;
struct mutex mutex;
wait_queue_head_t wait;
struct list_head list;
struct transaction *curr;
spinlock_t lock;
struct work_struct work;
long unsigned int timestamp;
long unsigned int nr_pending_queries;
bool busy_polling;
unsigned int polling_guard;
};
5.13
: ✅struct acpi_ec {
acpi_handle handle;
int gpe;
int irq;
long unsigned int command_addr;
long unsigned int data_addr;
bool global_lock;
long unsigned int flags;
long unsigned int reference_count;
struct mutex mutex;
wait_queue_head_t wait;
struct list_head list;
struct transaction *curr;
spinlock_t lock;
struct work_struct work;
long unsigned int timestamp;
long unsigned int nr_pending_queries;
bool busy_polling;
unsigned int polling_guard;
};
5.15
: ✅struct acpi_ec {
acpi_handle handle;
int gpe;
int irq;
long unsigned int command_addr;
long unsigned int data_addr;
bool global_lock;
long unsigned int flags;
long unsigned int reference_count;
struct mutex mutex;
wait_queue_head_t wait;
struct list_head list;
struct transaction *curr;
spinlock_t lock;
struct work_struct work;
long unsigned int timestamp;
long unsigned int nr_pending_queries;
unsigned int events_in_progress;
unsigned int queries_in_progress;
bool busy_polling;
unsigned int polling_guard;
};
5.19
: ✅struct acpi_ec {
acpi_handle handle;
int gpe;
int irq;
long unsigned int command_addr;
long unsigned int data_addr;
bool global_lock;
long unsigned int flags;
long unsigned int reference_count;
struct mutex mutex;
wait_queue_head_t wait;
struct list_head list;
struct transaction *curr;
spinlock_t lock;
struct work_struct work;
long unsigned int timestamp;
enum acpi_ec_event_state event_state;
unsigned int events_to_process;
unsigned int events_in_progress;
unsigned int queries_in_progress;
bool busy_polling;
unsigned int polling_guard;
};
6.2
: ✅struct acpi_ec {
acpi_handle handle;
acpi_handle address_space_handler_holder;
int gpe;
int irq;
long unsigned int command_addr;
long unsigned int data_addr;
bool global_lock;
long unsigned int flags;
long unsigned int reference_count;
struct mutex mutex;
wait_queue_head_t wait;
struct list_head list;
struct transaction *curr;
spinlock_t lock;
struct work_struct work;
long unsigned int timestamp;
enum acpi_ec_event_state event_state;
unsigned int events_to_process;
unsigned int events_in_progress;
unsigned int queries_in_progress;
bool busy_polling;
unsigned int polling_guard;
};
6.5
: ✅struct acpi_ec {
acpi_handle handle;
acpi_handle address_space_handler_holder;
int gpe;
int irq;
long unsigned int command_addr;
long unsigned int data_addr;
bool global_lock;
long unsigned int flags;
long unsigned int reference_count;
struct mutex mutex;
wait_queue_head_t wait;
struct list_head list;
struct transaction *curr;
spinlock_t lock;
struct work_struct work;
long unsigned int timestamp;
enum acpi_ec_event_state event_state;
unsigned int events_to_process;
unsigned int events_in_progress;
unsigned int queries_in_progress;
bool busy_polling;
unsigned int polling_guard;
};
6.8
: ✅struct acpi_ec {
acpi_handle handle;
acpi_handle address_space_handler_holder;
int gpe;
int irq;
long unsigned int command_addr;
long unsigned int data_addr;
bool global_lock;
long unsigned int flags;
long unsigned int reference_count;
struct mutex mutex;
wait_queue_head_t wait;
struct list_head list;
struct transaction *curr;
spinlock_t lock;
struct work_struct work;
long unsigned int timestamp;
enum acpi_ec_event_state event_state;
unsigned int events_to_process;
unsigned int events_in_progress;
unsigned int queries_in_progress;
bool busy_polling;
unsigned int polling_guard;
};
arm64
: ✅struct acpi_ec {
acpi_handle handle;
u32 gpe;
long unsigned int command_addr;
long unsigned int data_addr;
bool global_lock;
long unsigned int flags;
long unsigned int reference_count;
struct mutex mutex;
wait_queue_head_t wait;
struct list_head list;
struct transaction *curr;
spinlock_t lock;
struct work_struct work;
long unsigned int timestamp;
long unsigned int nr_pending_queries;
bool busy_polling;
unsigned int polling_guard;
};
armhf
: Absent ⚠️
ppc64el
: Absent ⚠️
riscv64
: Absent ⚠️
aws
: ✅struct acpi_ec {
acpi_handle handle;
u32 gpe;
long unsigned int command_addr;
long unsigned int data_addr;
bool global_lock;
long unsigned int flags;
long unsigned int reference_count;
struct mutex mutex;
wait_queue_head_t wait;
struct list_head list;
struct transaction *curr;
spinlock_t lock;
struct work_struct work;
long unsigned int timestamp;
long unsigned int nr_pending_queries;
bool busy_polling;
unsigned int polling_guard;
};
azure
: ✅struct acpi_ec {
acpi_handle handle;
u32 gpe;
long unsigned int command_addr;
long unsigned int data_addr;
bool global_lock;
long unsigned int flags;
long unsigned int reference_count;
struct mutex mutex;
wait_queue_head_t wait;
struct list_head list;
struct transaction *curr;
spinlock_t lock;
struct work_struct work;
long unsigned int timestamp;
long unsigned int nr_pending_queries;
bool busy_polling;
unsigned int polling_guard;
};
gcp
: ✅struct acpi_ec {
acpi_handle handle;
u32 gpe;
long unsigned int command_addr;
long unsigned int data_addr;
bool global_lock;
long unsigned int flags;
long unsigned int reference_count;
struct mutex mutex;
wait_queue_head_t wait;
struct list_head list;
struct transaction *curr;
spinlock_t lock;
struct work_struct work;
long unsigned int timestamp;
long unsigned int nr_pending_queries;
bool busy_polling;
unsigned int polling_guard;
};
lowlatency
: ✅struct acpi_ec {
acpi_handle handle;
u32 gpe;
long unsigned int command_addr;
long unsigned int data_addr;
bool global_lock;
long unsigned int flags;
long unsigned int reference_count;
struct mutex mutex;
wait_queue_head_t wait;
struct list_head list;
struct transaction *curr;
spinlock_t lock;
struct work_struct work;
long unsigned int timestamp;
long unsigned int nr_pending_queries;
bool busy_polling;
unsigned int polling_guard;
};
Regular
4.4
and 4.8
✅
4.8
and 4.10
⚠️bool saved_busy_polling
unsigned int saved_polling_guard
4.10
and 4.13
⚠️bool busy_polling
unsigned int polling_guard
bool saved_busy_polling
unsigned int saved_polling_guard
4.13
and 4.15
⚠️long unsigned int gpe
➡️ u32 gpe
4.15
and 4.18
✅
4.18
and 5.0
✅
5.0
and 5.3
✅
5.3
and 5.4
✅
5.4
and 5.8
⚠️int irq
u32 gpe
➡️ int gpe
5.8
and 5.11
✅
5.11
and 5.13
✅
5.13
and 5.15
⚠️unsigned int events_in_progress
unsigned int queries_in_progress
5.15
and 5.19
⚠️enum acpi_ec_event_state event_state
unsigned int events_to_process
long unsigned int nr_pending_queries
5.19
and 6.2
⚠️acpi_handle address_space_handler_holder
6.2
and 6.5
✅
6.5
and 6.8
✅
amd64
and arm64
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅