Lines Matching refs:owner
556 vp->state, vp->owner, task_pid_nr(current)); in s3c_camif_open()
588 vp->state, vp->owner, task_pid_nr(current)); in s3c_camif_close()
592 if (vp->owner == file->private_data) { in s3c_camif_close()
595 vp->owner = NULL; in s3c_camif_close()
615 if (vp->owner && vp->owner != file->private_data) in s3c_camif_poll()
629 if (vp->owner && vp->owner != file->private_data) in s3c_camif_mmap()
638 .owner = THIS_MODULE,
817 if (vp->owner == NULL) in s3c_camif_vidioc_s_fmt()
818 vp->owner = priv; in s3c_camif_vidioc_s_fmt()
867 if (vp->owner && vp->owner != priv) in s3c_camif_streamon()
898 if (vp->owner && vp->owner != priv) in s3c_camif_streamoff()
914 vp->id, rb->count, vp->owner, priv); in s3c_camif_reqbufs()
916 if (vp->owner && vp->owner != priv) in s3c_camif_reqbufs()
922 vp->owner = NULL; in s3c_camif_reqbufs()
935 if (vp->owner == NULL && rb->count > 0) in s3c_camif_reqbufs()
936 vp->owner = priv; in s3c_camif_reqbufs()
955 if (vp->owner && vp->owner != priv) in s3c_camif_qbuf()
968 if (vp->owner && vp->owner != priv) in s3c_camif_dqbuf()
980 if (vp->owner && vp->owner != priv) in s3c_camif_create_bufs()
986 if (!ret && vp->owner == NULL) in s3c_camif_create_bufs()
987 vp->owner = priv; in s3c_camif_create_bufs()