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