cec_adap_ops
Regular
4.4
: Absent ⚠️
4.8
: Absent ⚠️
4.10
: Absent ⚠️
4.13
: Absent ⚠️
4.15
: Absent ⚠️
4.18
: Absent ⚠️
5.0
: ✅struct cec_adap_ops {
int (*adap_enable)(struct cec_adapter *, bool);
int (*adap_monitor_all_enable)(struct cec_adapter *, bool);
int (*adap_monitor_pin_enable)(struct cec_adapter *, bool);
int (*adap_log_addr)(struct cec_adapter *, u8);
int (*adap_transmit)(struct cec_adapter *, u8, u32, struct cec_msg *);
void (*adap_status)(struct cec_adapter *, struct seq_file *);
void (*adap_free)(struct cec_adapter *);
int (*error_inj_show)(struct cec_adapter *, struct seq_file *);
bool (*error_inj_parse_line)(struct cec_adapter *, char *);
int (*received)(struct cec_adapter *, struct cec_msg *);
};
5.3
: ✅struct cec_adap_ops {
int (*adap_enable)(struct cec_adapter *, bool);
int (*adap_monitor_all_enable)(struct cec_adapter *, bool);
int (*adap_monitor_pin_enable)(struct cec_adapter *, bool);
int (*adap_log_addr)(struct cec_adapter *, u8);
int (*adap_transmit)(struct cec_adapter *, u8, u32, struct cec_msg *);
void (*adap_status)(struct cec_adapter *, struct seq_file *);
void (*adap_free)(struct cec_adapter *);
int (*error_inj_show)(struct cec_adapter *, struct seq_file *);
bool (*error_inj_parse_line)(struct cec_adapter *, char *);
int (*received)(struct cec_adapter *, struct cec_msg *);
};
5.4
: ✅struct cec_adap_ops {
int (*adap_enable)(struct cec_adapter *, bool);
int (*adap_monitor_all_enable)(struct cec_adapter *, bool);
int (*adap_monitor_pin_enable)(struct cec_adapter *, bool);
int (*adap_log_addr)(struct cec_adapter *, u8);
int (*adap_transmit)(struct cec_adapter *, u8, u32, struct cec_msg *);
void (*adap_status)(struct cec_adapter *, struct seq_file *);
void (*adap_free)(struct cec_adapter *);
int (*error_inj_show)(struct cec_adapter *, struct seq_file *);
bool (*error_inj_parse_line)(struct cec_adapter *, char *);
int (*received)(struct cec_adapter *, struct cec_msg *);
};
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_adap_ops {
int (*adap_enable)(struct cec_adapter *, bool);
int (*adap_monitor_all_enable)(struct cec_adapter *, bool);
int (*adap_monitor_pin_enable)(struct cec_adapter *, bool);
int (*adap_log_addr)(struct cec_adapter *, u8);
int (*adap_transmit)(struct cec_adapter *, u8, u32, struct cec_msg *);
void (*adap_status)(struct cec_adapter *, struct seq_file *);
void (*adap_free)(struct cec_adapter *);
int (*error_inj_show)(struct cec_adapter *, struct seq_file *);
bool (*error_inj_parse_line)(struct cec_adapter *, char *);
int (*received)(struct cec_adapter *, struct cec_msg *);
};
armhf
: ✅struct cec_adap_ops {
int (*adap_enable)(struct cec_adapter *, bool);
int (*adap_monitor_all_enable)(struct cec_adapter *, bool);
int (*adap_monitor_pin_enable)(struct cec_adapter *, bool);
int (*adap_log_addr)(struct cec_adapter *, u8);
int (*adap_transmit)(struct cec_adapter *, u8, u32, struct cec_msg *);
void (*adap_status)(struct cec_adapter *, struct seq_file *);
void (*adap_free)(struct cec_adapter *);
int (*error_inj_show)(struct cec_adapter *, struct seq_file *);
bool (*error_inj_parse_line)(struct cec_adapter *, char *);
int (*received)(struct cec_adapter *, struct cec_msg *);
};
ppc64el
: ✅struct cec_adap_ops {
int (*adap_enable)(struct cec_adapter *, bool);
int (*adap_monitor_all_enable)(struct cec_adapter *, bool);
int (*adap_monitor_pin_enable)(struct cec_adapter *, bool);
int (*adap_log_addr)(struct cec_adapter *, u8);
int (*adap_transmit)(struct cec_adapter *, u8, u32, struct cec_msg *);
void (*adap_status)(struct cec_adapter *, struct seq_file *);
void (*adap_free)(struct cec_adapter *);
int (*error_inj_show)(struct cec_adapter *, struct seq_file *);
bool (*error_inj_parse_line)(struct cec_adapter *, char *);
int (*received)(struct cec_adapter *, struct cec_msg *);
};
riscv64
: ✅struct cec_adap_ops {
int (*adap_enable)(struct cec_adapter *, bool);
int (*adap_monitor_all_enable)(struct cec_adapter *, bool);
int (*adap_monitor_pin_enable)(struct cec_adapter *, bool);
int (*adap_log_addr)(struct cec_adapter *, u8);
int (*adap_transmit)(struct cec_adapter *, u8, u32, struct cec_msg *);
void (*adap_status)(struct cec_adapter *, struct seq_file *);
void (*adap_free)(struct cec_adapter *);
int (*error_inj_show)(struct cec_adapter *, struct seq_file *);
bool (*error_inj_parse_line)(struct cec_adapter *, char *);
int (*received)(struct cec_adapter *, struct cec_msg *);
};
aws
: ✅struct cec_adap_ops {
int (*adap_enable)(struct cec_adapter *, bool);
int (*adap_monitor_all_enable)(struct cec_adapter *, bool);
int (*adap_monitor_pin_enable)(struct cec_adapter *, bool);
int (*adap_log_addr)(struct cec_adapter *, u8);
int (*adap_transmit)(struct cec_adapter *, u8, u32, struct cec_msg *);
void (*adap_status)(struct cec_adapter *, struct seq_file *);
void (*adap_free)(struct cec_adapter *);
int (*error_inj_show)(struct cec_adapter *, struct seq_file *);
bool (*error_inj_parse_line)(struct cec_adapter *, char *);
int (*received)(struct cec_adapter *, struct cec_msg *);
};
azure
: ✅struct cec_adap_ops {
int (*adap_enable)(struct cec_adapter *, bool);
int (*adap_monitor_all_enable)(struct cec_adapter *, bool);
int (*adap_monitor_pin_enable)(struct cec_adapter *, bool);
int (*adap_log_addr)(struct cec_adapter *, u8);
int (*adap_transmit)(struct cec_adapter *, u8, u32, struct cec_msg *);
void (*adap_status)(struct cec_adapter *, struct seq_file *);
void (*adap_free)(struct cec_adapter *);
int (*error_inj_show)(struct cec_adapter *, struct seq_file *);
bool (*error_inj_parse_line)(struct cec_adapter *, char *);
int (*received)(struct cec_adapter *, struct cec_msg *);
};
gcp
: ✅struct cec_adap_ops {
int (*adap_enable)(struct cec_adapter *, bool);
int (*adap_monitor_all_enable)(struct cec_adapter *, bool);
int (*adap_monitor_pin_enable)(struct cec_adapter *, bool);
int (*adap_log_addr)(struct cec_adapter *, u8);
int (*adap_transmit)(struct cec_adapter *, u8, u32, struct cec_msg *);
void (*adap_status)(struct cec_adapter *, struct seq_file *);
void (*adap_free)(struct cec_adapter *);
int (*error_inj_show)(struct cec_adapter *, struct seq_file *);
bool (*error_inj_parse_line)(struct cec_adapter *, char *);
int (*received)(struct cec_adapter *, struct cec_msg *);
};
lowlatency
: ✅struct cec_adap_ops {
int (*adap_enable)(struct cec_adapter *, bool);
int (*adap_monitor_all_enable)(struct cec_adapter *, bool);
int (*adap_monitor_pin_enable)(struct cec_adapter *, bool);
int (*adap_log_addr)(struct cec_adapter *, u8);
int (*adap_transmit)(struct cec_adapter *, u8, u32, struct cec_msg *);
void (*adap_status)(struct cec_adapter *, struct seq_file *);
void (*adap_free)(struct cec_adapter *);
int (*error_inj_show)(struct cec_adapter *, struct seq_file *);
bool (*error_inj_parse_line)(struct cec_adapter *, char *);
int (*received)(struct cec_adapter *, struct cec_msg *);
};
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
✅