lineevent_state
Regular
4.4
: Absent ⚠️
4.8
: ✅struct lineevent_state {
struct gpio_device *gdev;
const char *label;
struct gpio_desc *desc;
u32 eflags;
int irq;
wait_queue_head_t wait;
struct (anon) events;
struct mutex read_lock;
};
4.10
: ✅struct lineevent_state {
struct gpio_device *gdev;
const char *label;
struct gpio_desc *desc;
u32 eflags;
int irq;
wait_queue_head_t wait;
struct (anon) events;
struct mutex read_lock;
};
4.13
: ✅struct lineevent_state {
struct gpio_device *gdev;
const char *label;
struct gpio_desc *desc;
u32 eflags;
int irq;
wait_queue_head_t wait;
struct (anon) events;
struct mutex read_lock;
};
4.15
: ✅struct lineevent_state {
struct gpio_device *gdev;
const char *label;
struct gpio_desc *desc;
u32 eflags;
int irq;
wait_queue_head_t wait;
struct (anon) events;
struct mutex read_lock;
};
4.18
: ✅struct lineevent_state {
struct gpio_device *gdev;
const char *label;
struct gpio_desc *desc;
u32 eflags;
int irq;
wait_queue_head_t wait;
struct (anon) events;
struct mutex read_lock;
u64 timestamp;
};
5.0
: ✅struct lineevent_state {
struct gpio_device *gdev;
const char *label;
struct gpio_desc *desc;
u32 eflags;
int irq;
wait_queue_head_t wait;
struct (anon) events;
struct mutex read_lock;
u64 timestamp;
};
5.3
: ✅struct lineevent_state {
struct gpio_device *gdev;
const char *label;
struct gpio_desc *desc;
u32 eflags;
int irq;
wait_queue_head_t wait;
struct (anon) events;
struct mutex read_lock;
u64 timestamp;
};
5.4
: ✅struct lineevent_state {
struct gpio_device *gdev;
const char *label;
struct gpio_desc *desc;
u32 eflags;
int irq;
wait_queue_head_t wait;
struct (anon) events;
struct mutex read_lock;
u64 timestamp;
};
5.8
: ✅struct lineevent_state {
struct gpio_device *gdev;
const char *label;
struct gpio_desc *desc;
u32 eflags;
int irq;
wait_queue_head_t wait;
struct (anon) events;
u64 timestamp;
};
5.11
: Absent ⚠️
5.13
: Absent ⚠️
5.15
: Absent ⚠️
5.19
: ✅struct lineevent_state {
struct gpio_device *gdev;
const char *label;
struct gpio_desc *desc;
u32 eflags;
int irq;
wait_queue_head_t wait;
struct (anon) events;
u64 timestamp;
};
6.2
: ✅struct lineevent_state {
struct gpio_device *gdev;
const char *label;
struct gpio_desc *desc;
u32 eflags;
int irq;
wait_queue_head_t wait;
struct (anon) events;
u64 timestamp;
};
6.5
: ✅struct lineevent_state {
struct gpio_device *gdev;
const char *label;
struct gpio_desc *desc;
u32 eflags;
int irq;
wait_queue_head_t wait;
struct (anon) events;
u64 timestamp;
};
6.8
: ✅struct lineevent_state {
struct gpio_device *gdev;
const char *label;
struct gpio_desc *desc;
u32 eflags;
int irq;
wait_queue_head_t wait;
struct notifier_block device_unregistered_nb;
struct (anon) events;
u64 timestamp;
};
arm64
: ✅struct lineevent_state {
struct gpio_device *gdev;
const char *label;
struct gpio_desc *desc;
u32 eflags;
int irq;
wait_queue_head_t wait;
struct (anon) events;
struct mutex read_lock;
u64 timestamp;
};
armhf
: ✅struct lineevent_state {
struct gpio_device *gdev;
const char *label;
struct gpio_desc *desc;
u32 eflags;
int irq;
wait_queue_head_t wait;
struct (anon) events;
struct mutex read_lock;
u64 timestamp;
};
ppc64el
: ✅struct lineevent_state {
struct gpio_device *gdev;
const char *label;
struct gpio_desc *desc;
u32 eflags;
int irq;
wait_queue_head_t wait;
struct (anon) events;
struct mutex read_lock;
u64 timestamp;
};
riscv64
: ✅struct lineevent_state {
struct gpio_device *gdev;
const char *label;
struct gpio_desc *desc;
u32 eflags;
int irq;
wait_queue_head_t wait;
struct (anon) events;
struct mutex read_lock;
u64 timestamp;
};
aws
: ✅struct lineevent_state {
struct gpio_device *gdev;
const char *label;
struct gpio_desc *desc;
u32 eflags;
int irq;
wait_queue_head_t wait;
struct (anon) events;
struct mutex read_lock;
u64 timestamp;
};
azure
: ✅struct lineevent_state {
struct gpio_device *gdev;
const char *label;
struct gpio_desc *desc;
u32 eflags;
int irq;
wait_queue_head_t wait;
struct (anon) events;
struct mutex read_lock;
u64 timestamp;
};
gcp
: ✅struct lineevent_state {
struct gpio_device *gdev;
const char *label;
struct gpio_desc *desc;
u32 eflags;
int irq;
wait_queue_head_t wait;
struct (anon) events;
struct mutex read_lock;
u64 timestamp;
};
lowlatency
: ✅struct lineevent_state {
struct gpio_device *gdev;
const char *label;
struct gpio_desc *desc;
u32 eflags;
int irq;
wait_queue_head_t wait;
struct (anon) events;
struct mutex read_lock;
u64 timestamp;
};
Regular
4.8
and 4.10
✅
4.10
and 4.13
✅
4.13
and 4.15
✅
4.15
and 4.18
⚠️u64 timestamp
4.18
and 5.0
✅
5.0
and 5.3
✅
5.3
and 5.4
✅
5.4
and 5.8
⚠️struct mutex read_lock
5.19
and 6.2
✅
6.2
and 6.5
✅
6.5
and 6.8
⚠️struct notifier_block device_unregistered_nb
amd64
and arm64
✅
amd64
and armhf
✅
amd64
and ppc64el
✅
amd64
and riscv64
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅