Lines Matching refs:cec_fh
27 struct cec_fh *fh = filp->private_data; in cec_devnode_data()
37 struct cec_fh *fh = filp->private_data; in cec_poll()
57 const struct cec_fh *fh) in cec_is_busy()
121 static long cec_adap_s_phys_addr(struct cec_adapter *adap, struct cec_fh *fh, in cec_adap_s_phys_addr()
167 static long cec_adap_s_log_addrs(struct cec_adapter *adap, struct cec_fh *fh, in cec_adap_s_log_addrs()
211 static long cec_transmit(struct cec_adapter *adap, struct cec_fh *fh, in cec_transmit()
240 static int cec_receive_msg(struct cec_fh *fh, struct cec_msg *msg, bool block) in cec_receive_msg()
290 static long cec_receive(struct cec_adapter *adap, struct cec_fh *fh, in cec_receive()
308 static long cec_dqevent(struct cec_adapter *adap, struct cec_fh *fh, in cec_dqevent()
358 static long cec_g_mode(struct cec_adapter *adap, struct cec_fh *fh, in cec_g_mode()
368 static long cec_s_mode(struct cec_adapter *adap, struct cec_fh *fh, in cec_s_mode()
506 struct cec_fh *fh = filp->private_data; in cec_ioctl()
558 struct cec_fh *fh = kzalloc(sizeof(*fh), GFP_KERNEL); in cec_open()
632 struct cec_fh *fh = filp->private_data; in cec_release()