Searched refs:vfh (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Duvc_v4l2.c133 ret = v4l2_fh_init(&handle->vfh, vdev);
137 ret = v4l2_event_init(&handle->vfh);
141 ret = v4l2_event_alloc(&handle->vfh, 8);
145 v4l2_fh_add(&handle->vfh);
148 file->private_data = &handle->vfh;
154 v4l2_fh_exit(&handle->vfh);
176 v4l2_fh_del(&handle->vfh);
177 v4l2_fh_exit(&handle->vfh);
293 ret = v4l2_event_dequeue(&handle->vfh, event,
317 return v4l2_event_subscribe(&handle->vfh, ar
[all...]
H A Duvc.h180 struct v4l2_fh vfh; member in struct:uvc_file_handle
185 container_of(handle, struct uvc_file_handle, vfh)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dshmem.c2111 static int shmem_match(struct inode *ino, void *vfh) argument
2113 __u32 *fh = vfh;

Completed in 39 milliseconds