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 …]
58 struct cec_adapter;66 struct cec_adapter *adap;94 struct cec_adapter *adap;122 void (*adap_unconfigured)(struct cec_adapter *adap);128 void (*adap_free)(struct cec_adapter *adap);135 void (*configured)(struct cec_adapter *adap);234 struct cec_adapter { struct368 void cec_unregister_adapter(struct cec_adapter *adap);369 void cec_delete_adapter(struct cec_adapter *adap);377 void cec_s_conn_info(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()
327 struct cec_adapter;340 struct cec_adapter *adap;
Completed in 30 milliseconds