Searched refs:subdev_fh (Results 1 – 1 of 1) sorted by relevance
53 subdev_fh = kzalloc(sizeof(*subdev_fh), GFP_KERNEL); in subdev_open()54 if (subdev_fh == NULL) in subdev_open()59 kfree(subdev_fh); in subdev_open()64 v4l2_fh_add(&subdev_fh->vfh); in subdev_open()75 subdev_fh->owner = owner; in subdev_open()88 module_put(subdev_fh->owner); in subdev_open()89 v4l2_fh_del(&subdev_fh->vfh); in subdev_open()91 subdev_fh_free(subdev_fh); in subdev_open()92 kfree(subdev_fh); in subdev_open()109 subdev_fh_free(subdev_fh); in subdev_close()[all …]
Completed in 5 milliseconds