acpi_gpio_eventRegular
4.4: ✅struct acpi_gpio_event {
struct list_head node;
acpi_handle handle;
unsigned int pin;
unsigned int irq;
struct gpio_desc *desc;
};
4.8: ✅struct acpi_gpio_event {
struct list_head node;
acpi_handle handle;
unsigned int pin;
unsigned int irq;
struct gpio_desc *desc;
};
4.10: ✅struct acpi_gpio_event {
struct list_head node;
acpi_handle handle;
unsigned int pin;
unsigned int irq;
struct gpio_desc *desc;
};
4.13: ✅struct acpi_gpio_event {
struct list_head node;
acpi_handle handle;
unsigned int pin;
unsigned int irq;
struct gpio_desc *desc;
};
4.15: ✅struct acpi_gpio_event {
struct list_head node;
acpi_handle handle;
unsigned int pin;
unsigned int irq;
struct gpio_desc *desc;
};
4.18: ✅struct acpi_gpio_event {
struct list_head node;
struct list_head initial_sync_list;
acpi_handle handle;
unsigned int pin;
unsigned int irq;
struct gpio_desc *desc;
};
5.0: ✅struct acpi_gpio_event {
struct list_head node;
acpi_handle handle;
irq_handler_t handler;
unsigned int pin;
unsigned int irq;
long unsigned int irqflags;
bool irq_is_wake;
bool irq_requested;
struct gpio_desc *desc;
};
5.3: ✅struct acpi_gpio_event {
struct list_head node;
acpi_handle handle;
irq_handler_t handler;
unsigned int pin;
unsigned int irq;
long unsigned int irqflags;
bool irq_is_wake;
bool irq_requested;
struct gpio_desc *desc;
};
5.4: ✅struct acpi_gpio_event {
struct list_head node;
acpi_handle handle;
irq_handler_t handler;
unsigned int pin;
unsigned int irq;
long unsigned int irqflags;
bool irq_is_wake;
bool irq_requested;
struct gpio_desc *desc;
};
5.8: ✅struct acpi_gpio_event {
struct list_head node;
acpi_handle handle;
irq_handler_t handler;
unsigned int pin;
unsigned int irq;
long unsigned int irqflags;
bool irq_is_wake;
bool irq_requested;
struct gpio_desc *desc;
};
5.11: ✅struct acpi_gpio_event {
struct list_head node;
acpi_handle handle;
irq_handler_t handler;
unsigned int pin;
unsigned int irq;
long unsigned int irqflags;
bool irq_is_wake;
bool irq_requested;
struct gpio_desc *desc;
};
5.13: ✅struct acpi_gpio_event {
struct list_head node;
acpi_handle handle;
irq_handler_t handler;
unsigned int pin;
unsigned int irq;
long unsigned int irqflags;
bool irq_is_wake;
bool irq_requested;
struct gpio_desc *desc;
};
5.15: ✅struct acpi_gpio_event {
struct list_head node;
acpi_handle handle;
irq_handler_t handler;
unsigned int pin;
unsigned int irq;
long unsigned int irqflags;
bool irq_is_wake;
bool irq_requested;
struct gpio_desc *desc;
};
5.19: ✅struct acpi_gpio_event {
struct list_head node;
acpi_handle handle;
irq_handler_t handler;
unsigned int pin;
unsigned int irq;
long unsigned int irqflags;
bool irq_is_wake;
bool irq_requested;
struct gpio_desc *desc;
};
6.2: ✅struct acpi_gpio_event {
struct list_head node;
acpi_handle handle;
irq_handler_t handler;
unsigned int pin;
unsigned int irq;
long unsigned int irqflags;
bool irq_is_wake;
bool irq_requested;
struct gpio_desc *desc;
};
6.5: ✅struct acpi_gpio_event {
struct list_head node;
acpi_handle handle;
irq_handler_t handler;
unsigned int pin;
unsigned int irq;
long unsigned int irqflags;
bool irq_is_wake;
bool irq_requested;
struct gpio_desc *desc;
};
6.8: ✅struct acpi_gpio_event {
struct list_head node;
acpi_handle handle;
irq_handler_t handler;
unsigned int pin;
unsigned int irq;
long unsigned int irqflags;
bool irq_is_wake;
bool irq_requested;
struct gpio_desc *desc;
};
arm64: ✅struct acpi_gpio_event {
struct list_head node;
acpi_handle handle;
irq_handler_t handler;
unsigned int pin;
unsigned int irq;
long unsigned int irqflags;
bool irq_is_wake;
bool irq_requested;
struct gpio_desc *desc;
};
armhf: Absent ⚠️
ppc64el: Absent ⚠️
riscv64: Absent ⚠️
aws: ✅struct acpi_gpio_event {
struct list_head node;
acpi_handle handle;
irq_handler_t handler;
unsigned int pin;
unsigned int irq;
long unsigned int irqflags;
bool irq_is_wake;
bool irq_requested;
struct gpio_desc *desc;
};
azure: ✅struct acpi_gpio_event {
struct list_head node;
acpi_handle handle;
irq_handler_t handler;
unsigned int pin;
unsigned int irq;
long unsigned int irqflags;
bool irq_is_wake;
bool irq_requested;
struct gpio_desc *desc;
};
gcp: ✅struct acpi_gpio_event {
struct list_head node;
acpi_handle handle;
irq_handler_t handler;
unsigned int pin;
unsigned int irq;
long unsigned int irqflags;
bool irq_is_wake;
bool irq_requested;
struct gpio_desc *desc;
};
lowlatency: ✅struct acpi_gpio_event {
struct list_head node;
acpi_handle handle;
irq_handler_t handler;
unsigned int pin;
unsigned int irq;
long unsigned int irqflags;
bool irq_is_wake;
bool irq_requested;
struct gpio_desc *desc;
};
Regular
4.4 and 4.8 ✅
4.8 and 4.10 ✅
4.10 and 4.13 ✅
4.13 and 4.15 ✅
4.15 and 4.18 ⚠️struct list_head initial_sync_list
4.18 and 5.0 ⚠️irq_handler_t handler
long unsigned int irqflags
bool irq_is_wake
bool irq_requested
struct list_head initial_sync_list
5.0 and 5.3 ✅
5.3 and 5.4 ✅
5.4 and 5.8 ✅
5.8 and 5.11 ✅
5.11 and 5.13 ✅
5.13 and 5.15 ✅
5.15 and 5.19 ✅
5.19 and 6.2 ✅
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 ✅