Lines Matching refs:fh
640 if (v4l2_event_pending(&id->fh)) in cx18_v4l2_enc_poll()
649 if (v4l2_event_pending(&id->fh)) in cx18_v4l2_enc_poll()
756 struct v4l2_fh *fh = filp->private_data; in cx18_v4l2_close() local
757 struct cx18_open_id *id = fh2id(fh); in cx18_v4l2_close()
785 v4l2_fh_del(fh); in cx18_v4l2_close()
786 v4l2_fh_exit(fh); in cx18_v4l2_close()
809 v4l2_fh_init(&item->fh, &s->video_dev); in cx18_serialized_open()
815 filp->private_data = &item->fh; in cx18_serialized_open()
816 v4l2_fh_add(&item->fh); in cx18_serialized_open()
824 v4l2_fh_del(&item->fh); in cx18_serialized_open()
825 v4l2_fh_exit(&item->fh); in cx18_serialized_open()