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()
167 static long cec_adap_s_log_addrs(struct cec_adapter *adap, struct cec_fh *fh, in cec_adap_s_log_addrs()
196 static long cec_transmit(struct cec_adapter *adap, struct cec_fh *fh, in cec_transmit()
233 static int cec_receive_msg(struct cec_fh *fh, struct cec_msg *msg, bool block) in cec_receive_msg()
283 static long cec_receive(struct cec_adapter *adap, struct cec_fh *fh, in cec_receive()
301 static long cec_dqevent(struct cec_adapter *adap, struct cec_fh *fh, in cec_dqevent()
351 static long cec_g_mode(struct cec_adapter *adap, struct cec_fh *fh, in cec_g_mode()
361 static long cec_s_mode(struct cec_adapter *adap, struct cec_fh *fh, in cec_s_mode()
499 struct cec_fh *fh = filp->private_data; in cec_ioctl() local
548 struct cec_fh *fh = kzalloc(sizeof(*fh), GFP_KERNEL); in cec_open() local
626 struct cec_fh *fh = filp->private_data; in cec_release() local