Searched defs:cec_adap_ops (Results 1 – 2 of 2) sorted by relevance
| /system/bpf/include/vmlinux/android15_6.6/arm64/ |
| D | vmlinux.h | 101927 struct cec_adap_ops { struct 101928 int (*adap_enable)(struct cec_adapter *, bool); 101929 int (*adap_monitor_all_enable)(struct cec_adapter *, bool); 101930 int (*adap_monitor_pin_enable)(struct cec_adapter *, bool); 101931 int (*adap_log_addr)(struct cec_adapter *, u8); 101932 void (*adap_unconfigured)(struct cec_adapter *); 101933 int (*adap_transmit)(struct cec_adapter *, u8, u32, struct cec_msg *); 101934 void (*adap_nb_transmit_canceled)(struct cec_adapter *, const struct cec_msg *); 101935 void (*adap_status)(struct cec_adapter *, struct seq_file *); 101936 void (*adap_free)(struct cec_adapter *); [all …]
|
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ |
| D | vmlinux.h | 111803 struct cec_adap_ops { struct 111804 int (*adap_enable)(struct cec_adapter *, bool); 111805 int (*adap_monitor_all_enable)(struct cec_adapter *, bool); 111806 int (*adap_monitor_pin_enable)(struct cec_adapter *, bool); 111807 int (*adap_log_addr)(struct cec_adapter *, u8); 111808 void (*adap_unconfigured)(struct cec_adapter *); 111809 int (*adap_transmit)(struct cec_adapter *, u8, u32, struct cec_msg *); 111810 void (*adap_nb_transmit_canceled)(struct cec_adapter *, const struct cec_msg *); 111811 void (*adap_status)(struct cec_adapter *, struct seq_file *); 111812 void (*adap_free)(struct cec_adapter *); [all …]
|