Lines Matching defs:fh
27 struct cec_fh *fh = filp->private_data; in cec_devnode_data() local
37 struct cec_fh *fh = filp->private_data; in cec_poll() local
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()
161 static long cec_adap_s_log_addrs(struct cec_adapter *adap, struct cec_fh *fh, in cec_adap_s_log_addrs()
190 static long cec_transmit(struct cec_adapter *adap, struct cec_fh *fh, in cec_transmit()
219 static int cec_receive_msg(struct cec_fh *fh, struct cec_msg *msg, bool block) in cec_receive_msg()
269 static long cec_receive(struct cec_adapter *adap, struct cec_fh *fh, in cec_receive()
287 static long cec_dqevent(struct cec_adapter *adap, struct cec_fh *fh, in cec_dqevent()
337 static long cec_g_mode(struct cec_adapter *adap, struct cec_fh *fh, in cec_g_mode()
347 static long cec_s_mode(struct cec_adapter *adap, struct cec_fh *fh, in cec_s_mode()
485 struct cec_fh *fh = filp->private_data; in cec_ioctl() local
534 struct cec_fh *fh = kzalloc(sizeof(*fh), GFP_KERNEL); in cec_open() local
612 struct cec_fh *fh = filp->private_data; in cec_release() local