Searched defs:cec_pin_ops (Results 1 – 1 of 1) sorted by relevance
35 struct cec_pin_ops { struct36 bool (*read)(struct cec_adapter *adap);37 void (*low)(struct cec_adapter *adap);38 void (*high)(struct cec_adapter *adap);39 bool (*enable_irq)(struct cec_adapter *adap);40 void (*disable_irq)(struct cec_adapter *adap);41 void (*free)(struct cec_adapter *adap);42 void (*status)(struct cec_adapter *adap, struct seq_file *file);43 int (*read_hpd)(struct cec_adapter *adap);44 int (*read_5v)(struct cec_adapter *adap);