Searched refs:cec_adapter (Results 1 – 4 of 4) sorted by relevance
37 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);48 int (*received)(struct cec_adapter *adap, struct cec_msg *msg);[all …]
52 struct cec_adapter;60 struct cec_adapter *adap;86 struct cec_adapter *adap;110 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);[all …]
17 struct cec_adapter;67 struct cec_adapter *adap);76 struct cec_adapter *adap);126 struct cec_adapter *adap) in cec_notifier_cec_adap_register()133 struct cec_adapter *adap) in cec_notifier_cec_adap_unregister()
1522 struct cec_adapter;1535 struct cec_adapter *adap;