Searched refs:clips (Results 1 – 15 of 15) sorted by relevance
/linux-2.4.37.9/Documentation/usb/ |
D | stv680.txt | 10 of sound clips from the camera, and allows a flash attachment. Otherwise,
|
/linux-2.4.37.9/include/linux/ |
D | videodev.h | 216 struct video_clip *clips; /* Set only */ member
|
/linux-2.4.37.9/arch/mips64/kernel/ |
D | ioctl32.c | 630 /* struct video_clip32 * */ u32 clips; member 638 cp = kp->clips; in free_kvideo_clips() 658 __get_user(tmp, &up->clips); in get_video_window32() 660 kp->clips = NULL; in get_video_window32() 678 kp->clips = kcp; in get_video_window32()
|
/linux-2.4.37.9/drivers/usb/ |
D | vicam.c | 588 vw.clips = NULL; in vicam_ioctl()
|
/linux-2.4.37.9/arch/x86_64/ia32/ |
D | ia32_ioctl.c | 255 /* struct video_clip32 * */ u32 clips; member 263 cp = kp->clips; in free_kvideo_clips() 283 __get_user(tmp, &up->clips); in get_video_window32() 285 kp->clips = NULL; in get_video_window32() 303 kp->clips = kcp; in get_video_window32()
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | ioctl32.c | 240 /* struct video_clip32 * */ u32 clips; member 248 cp = kp->clips; in free_kvideo_clips() 268 __get_user(tmp, &up->clips); in get_video_window32() 270 kp->clips = NULL; in get_video_window32() 288 kp->clips = kcp; in get_video_window32()
|
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | ioctl32.c | 248 /* struct video_clip32 * */ u32 clips; member 256 cp = kp->clips; in free_kvideo_clips() 276 __get_user(tmp, &up->clips); in get_video_window32() 278 kp->clips = NULL; in get_video_window32() 296 kp->clips = kcp; in get_video_window32()
|
/linux-2.4.37.9/drivers/media/video/ |
D | zr36067.c | 3168 zr->window.clips = NULL; in zoran_open_init_params() 3747 zr->window.clips = NULL; in do_zoran_ioctl() 3779 (vcp, vw.clips, in do_zoran_ioctl()
|
D | vino.c | 965 if (win->x || win->y || win->clipcount || win->clips) in vino_do_ioctl()
|
D | stradis.c | 1454 if (copy_from_user(saa->dmavid2, vw.clips, in saa_ioctl() 1464 if (copy_from_user(vcp, vw.clips, in saa_ioctl()
|
D | bttv-driver.c | 1821 if(copy_from_user(vcp, vw.clips, in bttv_ioctl() 1836 if(copy_from_user(vcp,vw.clips, in bttv_ioctl()
|
D | swarm_saa7114h.c | 1149 if (vw.clips != NULL) { /* clipping not supported */ in saa7114h_ioctl()
|
D | cpia.c | 2837 if (vw->clips != NULL) { /* clipping not supported */ in cpia_do_ioctl() 3176 cam->vw.clips = NULL; in reset_camera_struct()
|
D | zr36120.c | 1210 if (vw.clipcount && copy_from_user(vcp,vw.clips,sizeof(struct video_clip)*vw.clipcount)) { in zoran_ioctl()
|
D | planb.c | 1878 if (copy_from_user(&clip, vw.clips + i, in planb_ioctl()
|