Lines Matching refs:cec_adapter
38 struct cec_adapter *adap = fh->adap; in cec_poll()
56 static bool cec_is_busy(const struct cec_adapter *adap, in cec_is_busy()
75 static long cec_adap_g_caps(struct cec_adapter *adap, in cec_adap_g_caps()
91 static long cec_adap_g_phys_addr(struct cec_adapter *adap, in cec_adap_g_phys_addr()
104 static long cec_adap_s_phys_addr(struct cec_adapter *adap, struct cec_fh *fh, in cec_adap_s_phys_addr()
127 static long cec_adap_g_log_addrs(struct cec_adapter *adap, in cec_adap_g_log_addrs()
144 static long cec_adap_s_log_addrs(struct cec_adapter *adap, struct cec_fh *fh, in cec_adap_s_log_addrs()
173 static long cec_transmit(struct cec_adapter *adap, struct cec_fh *fh, in cec_transmit()
260 static long cec_receive(struct cec_adapter *adap, struct cec_fh *fh, in cec_receive()
278 static long cec_dqevent(struct cec_adapter *adap, struct cec_fh *fh, in cec_dqevent()
328 static long cec_g_mode(struct cec_adapter *adap, struct cec_fh *fh, in cec_g_mode()
338 static long cec_s_mode(struct cec_adapter *adap, struct cec_fh *fh, in cec_s_mode()
477 struct cec_adapter *adap = fh->adap; in cec_ioctl()
524 struct cec_adapter *adap = to_cec_adapter(devnode); in cec_open()
602 struct cec_adapter *adap = to_cec_adapter(devnode); in cec_release()