Searched defs:cec_adap_ops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/include/media/ |
| D | cec.h | 115 struct cec_adap_ops { struct 117 int (*adap_enable)(struct cec_adapter *adap, bool enable); 118 int (*adap_monitor_all_enable)(struct cec_adapter *adap, bool enable); 119 int (*adap_monitor_pin_enable)(struct cec_adapter *adap, bool enable); 120 int (*adap_log_addr)(struct cec_adapter *adap, u8 logical_addr); 121 void (*adap_unconfigured)(struct cec_adapter *adap); 122 int (*adap_transmit)(struct cec_adapter *adap, u8 attempts, 124 void (*adap_nb_transmit_canceled)(struct cec_adapter *adap, 126 void (*adap_status)(struct cec_adapter *adap, struct seq_file *file); 127 void (*adap_free)(struct cec_adapter *adap); [all …]
|
| /kernel/linux/linux-5.10/include/media/ |
| D | cec.h | 108 struct cec_adap_ops { struct 110 int (*adap_enable)(struct cec_adapter *adap, bool enable); 111 int (*adap_monitor_all_enable)(struct cec_adapter *adap, bool enable); 112 int (*adap_monitor_pin_enable)(struct cec_adapter *adap, bool enable); 113 int (*adap_log_addr)(struct cec_adapter *adap, u8 logical_addr); 114 int (*adap_transmit)(struct cec_adapter *adap, u8 attempts, 116 void (*adap_status)(struct cec_adapter *adap, struct seq_file *file); 117 void (*adap_free)(struct cec_adapter *adap); 120 int (*error_inj_show)(struct cec_adapter *adap, struct seq_file *sf); 121 bool (*error_inj_parse_line)(struct cec_adapter *adap, char *line); [all …]
|