Home
last modified time | relevance | path

Searched defs:cec_adap_ops (Results 1 – 2 of 2) sorted by relevance

/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h73886 struct cec_adap_ops { struct
73887 int (*adap_enable)(struct cec_adapter *, bool);
73888 int (*adap_monitor_all_enable)(struct cec_adapter *, bool);
73889 int (*adap_monitor_pin_enable)(struct cec_adapter *, bool);
73890 int (*adap_log_addr)(struct cec_adapter *, u8);
73891 int (*adap_transmit)(struct cec_adapter *, u8, u32, struct cec_msg *);
73892 void (*adap_status)(struct cec_adapter *, struct seq_file *);
73893 void (*adap_free)(struct cec_adapter *);
73894 int (*error_inj_show)(struct cec_adapter *, struct seq_file *);
73895 bool (*error_inj_parse_line)(struct cec_adapter *, char *);
[all …]
Dvmlinux.h73886 struct cec_adap_ops { struct
73887 int (*adap_enable)(struct cec_adapter *, bool);
73888 int (*adap_monitor_all_enable)(struct cec_adapter *, bool);
73889 int (*adap_monitor_pin_enable)(struct cec_adapter *, bool);
73890 int (*adap_log_addr)(struct cec_adapter *, u8);
73891 int (*adap_transmit)(struct cec_adapter *, u8, u32, struct cec_msg *);
73892 void (*adap_status)(struct cec_adapter *, struct seq_file *);
73893 void (*adap_free)(struct cec_adapter *);
73894 int (*error_inj_show)(struct cec_adapter *, struct seq_file *);
73895 bool (*error_inj_parse_line)(struct cec_adapter *, char *);
[all …]