Lines Matching refs:owner
555 vp->state, vp->owner, task_pid_nr(current)); in s3c_camif_open()
587 vp->state, vp->owner, task_pid_nr(current)); in s3c_camif_close()
591 if (vp->owner == file->private_data) { in s3c_camif_close()
594 vp->owner = NULL; in s3c_camif_close()
614 if (vp->owner && vp->owner != file->private_data) in s3c_camif_poll()
628 if (vp->owner && vp->owner != file->private_data) in s3c_camif_mmap()
637 .owner = THIS_MODULE,
816 if (vp->owner == NULL) in s3c_camif_vidioc_s_fmt()
817 vp->owner = priv; in s3c_camif_vidioc_s_fmt()
866 if (vp->owner && vp->owner != priv) in s3c_camif_streamon()
897 if (vp->owner && vp->owner != priv) in s3c_camif_streamoff()
913 vp->id, rb->count, vp->owner, priv); in s3c_camif_reqbufs()
915 if (vp->owner && vp->owner != priv) in s3c_camif_reqbufs()
921 vp->owner = NULL; in s3c_camif_reqbufs()
934 if (vp->owner == NULL && rb->count > 0) in s3c_camif_reqbufs()
935 vp->owner = priv; in s3c_camif_reqbufs()
954 if (vp->owner && vp->owner != priv) in s3c_camif_qbuf()
967 if (vp->owner && vp->owner != priv) in s3c_camif_dqbuf()
979 if (vp->owner && vp->owner != priv) in s3c_camif_create_bufs()
985 if (!ret && vp->owner == NULL) in s3c_camif_create_bufs()
986 vp->owner = priv; in s3c_camif_create_bufs()