Home
last modified time | relevance | path

Searched refs:vfh (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/media/v4l2-core/
H A Dv4l2-subdev.c112 v4l2_fh_init(&subdev_fh->vfh, vdev); in subdev_open()
113 v4l2_fh_add(&subdev_fh->vfh, file); in subdev_open()
136 v4l2_fh_del(&subdev_fh->vfh, file); in subdev_open()
137 v4l2_fh_exit(&subdev_fh->vfh); in subdev_open()
148 struct v4l2_fh *vfh = file_to_v4l2_fh(file); in subdev_close() local
149 struct v4l2_subdev_fh *subdev_fh = to_v4l2_subdev_fh(vfh); in subdev_close()
154 v4l2_fh_del(vfh, file); in subdev_close()
155 v4l2_fh_exit(vfh); in subdev_close()
637 struct v4l2_fh *vfh = file_to_v4l2_fh(file); in subdev_do_ioctl() local
638 struct v4l2_subdev_fh *subdev_fh = to_v4l2_subdev_fh(vfh); in subdev_do_ioctl()
[all …]
H A Dv4l2-flash-led-class.c572 if (!v4l2_fh_is_singular(&fh->vfh)) in v4l2_flash_open()
622 if (!v4l2_fh_is_singular(&fh->vfh)) in v4l2_flash_close()
/linux/mm/
H A Dshmem.c4407 static int shmem_match(struct inode *ino, void *vfh) in shmem_get_parent()
4409 __u32 *fh = vfh; in shmem_get_parent()
4411 shmem_match(struct inode * ino,void * vfh) shmem_match() argument
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c5524 u32 *vfl, u32 *vfh, bool sleep_ok) in t4_read_rss_vf_config() argument
5546 t4_tp_pio_read(adapter, vfh, 1, TP_RSS_VFH_CONFIG_A, sleep_ok); in t4_read_rss_vf_config()