Searched defs:cec_adap_ops (Results 1 – 1 of 1) sorted by relevance
108 struct cec_adap_ops { struct110 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 …]
Completed in 7 milliseconds