Searched defs:cec_pin_ops (Results 1 – 2 of 2) sorted by relevance
102053 struct cec_pin_ops { struct102054 int (*read)(struct cec_adapter *);102055 void (*low)(struct cec_adapter *);102056 void (*high)(struct cec_adapter *);102057 bool (*enable_irq)(struct cec_adapter *);102058 void (*disable_irq)(struct cec_adapter *);102059 void (*free)(struct cec_adapter *);102060 void (*status)(struct cec_adapter *, struct seq_file *);102061 int (*read_hpd)(struct cec_adapter *);102062 int (*read_5v)(struct cec_adapter *);[all …]
111929 struct cec_pin_ops { struct111930 int (*read)(struct cec_adapter *);111931 void (*low)(struct cec_adapter *);111932 void (*high)(struct cec_adapter *);111933 bool (*enable_irq)(struct cec_adapter *);111934 void (*disable_irq)(struct cec_adapter *);111935 void (*free)(struct cec_adapter *);111936 void (*status)(struct cec_adapter *, struct seq_file *);111937 int (*read_hpd)(struct cec_adapter *);111938 int (*read_5v)(struct cec_adapter *);[all …]