cec_fhRegular
4.4: Absent ⚠️
4.8: Absent ⚠️
4.10: Absent ⚠️
4.13: Absent ⚠️
4.15: Absent ⚠️
4.18: Absent ⚠️
5.0: ✅struct cec_fh {
struct list_head list;
struct list_head xfer_list;
struct cec_adapter *adap;
u8 mode_initiator;
u8 mode_follower;
wait_queue_head_t wait;
struct mutex lock;
struct list_head events[8];
u16 queued_events[8];
unsigned int total_queued_events;
struct cec_event_entry core_events[2];
struct list_head msgs;
unsigned int queued_msgs;
};
5.3: ✅struct cec_fh {
struct list_head list;
struct list_head xfer_list;
struct cec_adapter *adap;
u8 mode_initiator;
u8 mode_follower;
wait_queue_head_t wait;
struct mutex lock;
struct list_head events[8];
u16 queued_events[8];
unsigned int total_queued_events;
struct cec_event_entry core_events[2];
struct list_head msgs;
unsigned int queued_msgs;
};
5.4: ✅struct cec_fh {
struct list_head list;
struct list_head xfer_list;
struct cec_adapter *adap;
u8 mode_initiator;
u8 mode_follower;
wait_queue_head_t wait;
struct mutex lock;
struct list_head events[8];
u16 queued_events[8];
unsigned int total_queued_events;
struct cec_event_entry core_events[2];
struct list_head msgs;
unsigned int queued_msgs;
};
5.8: Absent ⚠️
5.11: Absent ⚠️
5.13: Absent ⚠️
5.15: Absent ⚠️
5.19: Absent ⚠️
6.2: Absent ⚠️
6.5: Absent ⚠️
6.8: Absent ⚠️
arm64: ✅struct cec_fh {
struct list_head list;
struct list_head xfer_list;
struct cec_adapter *adap;
u8 mode_initiator;
u8 mode_follower;
wait_queue_head_t wait;
struct mutex lock;
struct list_head events[8];
u16 queued_events[8];
unsigned int total_queued_events;
struct cec_event_entry core_events[2];
struct list_head msgs;
unsigned int queued_msgs;
};
armhf: ✅struct cec_fh {
struct list_head list;
struct list_head xfer_list;
struct cec_adapter *adap;
u8 mode_initiator;
u8 mode_follower;
wait_queue_head_t wait;
struct mutex lock;
struct list_head events[8];
u16 queued_events[8];
unsigned int total_queued_events;
struct cec_event_entry core_events[2];
struct list_head msgs;
unsigned int queued_msgs;
};
ppc64el: ✅struct cec_fh {
struct list_head list;
struct list_head xfer_list;
struct cec_adapter *adap;
u8 mode_initiator;
u8 mode_follower;
wait_queue_head_t wait;
struct mutex lock;
struct list_head events[8];
u16 queued_events[8];
unsigned int total_queued_events;
struct cec_event_entry core_events[2];
struct list_head msgs;
unsigned int queued_msgs;
};
riscv64: ✅struct cec_fh {
struct list_head list;
struct list_head xfer_list;
struct cec_adapter *adap;
u8 mode_initiator;
u8 mode_follower;
wait_queue_head_t wait;
struct mutex lock;
struct list_head events[8];
u16 queued_events[8];
unsigned int total_queued_events;
struct cec_event_entry core_events[2];
struct list_head msgs;
unsigned int queued_msgs;
};
aws: ✅struct cec_fh {
struct list_head list;
struct list_head xfer_list;
struct cec_adapter *adap;
u8 mode_initiator;
u8 mode_follower;
wait_queue_head_t wait;
struct mutex lock;
struct list_head events[8];
u16 queued_events[8];
unsigned int total_queued_events;
struct cec_event_entry core_events[2];
struct list_head msgs;
unsigned int queued_msgs;
};
azure: ✅struct cec_fh {
struct list_head list;
struct list_head xfer_list;
struct cec_adapter *adap;
u8 mode_initiator;
u8 mode_follower;
wait_queue_head_t wait;
struct mutex lock;
struct list_head events[8];
u16 queued_events[8];
unsigned int total_queued_events;
struct cec_event_entry core_events[2];
struct list_head msgs;
unsigned int queued_msgs;
};
gcp: ✅struct cec_fh {
struct list_head list;
struct list_head xfer_list;
struct cec_adapter *adap;
u8 mode_initiator;
u8 mode_follower;
wait_queue_head_t wait;
struct mutex lock;
struct list_head events[8];
u16 queued_events[8];
unsigned int total_queued_events;
struct cec_event_entry core_events[2];
struct list_head msgs;
unsigned int queued_msgs;
};
lowlatency: ✅struct cec_fh {
struct list_head list;
struct list_head xfer_list;
struct cec_adapter *adap;
u8 mode_initiator;
u8 mode_follower;
wait_queue_head_t wait;
struct mutex lock;
struct list_head events[8];
u16 queued_events[8];
unsigned int total_queued_events;
struct cec_event_entry core_events[2];
struct list_head msgs;
unsigned int queued_msgs;
};
Regular
5.0 and 5.3 ✅
5.3 and 5.4 ✅
amd64 and arm64 ✅
amd64 and armhf ✅
amd64 and ppc64el ✅
amd64 and riscv64 ✅
generic and aws ✅
generic and azure ✅
generic and gcp ✅
generic and lowlatency ✅