Searched defs:cec_adap_ops (Results 1 – 1 of 1) sorted by relevance
109 struct cec_adap_ops { struct111 int (*adap_enable)(struct cec_adapter *adap, bool enable);112 int (*adap_monitor_all_enable)(struct cec_adapter *adap, bool enable);113 int (*adap_monitor_pin_enable)(struct cec_adapter *adap, bool enable);114 int (*adap_log_addr)(struct cec_adapter *adap, u8 logical_addr);115 int (*adap_transmit)(struct cec_adapter *adap, u8 attempts,117 void (*adap_status)(struct cec_adapter *adap, struct seq_file *file);118 void (*adap_free)(struct cec_adapter *adap);121 int (*error_inj_show)(struct cec_adapter *adap, struct seq_file *sf);122 bool (*error_inj_parse_line)(struct cec_adapter *adap, char *line);[all …]