Home
last modified time | relevance | path

Searched refs:clips (Results 1 – 15 of 15) sorted by relevance

/linux-2.4.37.9/Documentation/usb/
Dstv680.txt10 of sound clips from the camera, and allows a flash attachment. Otherwise,
/linux-2.4.37.9/include/linux/
Dvideodev.h216 struct video_clip *clips; /* Set only */ member
/linux-2.4.37.9/arch/mips64/kernel/
Dioctl32.c630 /* 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/
Dvicam.c588 vw.clips = NULL; in vicam_ioctl()
/linux-2.4.37.9/arch/x86_64/ia32/
Dia32_ioctl.c255 /* 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/
Dioctl32.c240 /* 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/
Dioctl32.c248 /* 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/
Dzr36067.c3168 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()
Dvino.c965 if (win->x || win->y || win->clipcount || win->clips) in vino_do_ioctl()
Dstradis.c1454 if (copy_from_user(saa->dmavid2, vw.clips, in saa_ioctl()
1464 if (copy_from_user(vcp, vw.clips, in saa_ioctl()
Dbttv-driver.c1821 if(copy_from_user(vcp, vw.clips, in bttv_ioctl()
1836 if(copy_from_user(vcp,vw.clips, in bttv_ioctl()
Dswarm_saa7114h.c1149 if (vw.clips != NULL) { /* clipping not supported */ in saa7114h_ioctl()
Dcpia.c2837 if (vw->clips != NULL) { /* clipping not supported */ in cpia_do_ioctl()
3176 cam->vw.clips = NULL; in reset_camera_struct()
Dzr36120.c1210 if (vw.clipcount && copy_from_user(vcp,vw.clips,sizeof(struct video_clip)*vw.clipcount)) { in zoran_ioctl()
Dplanb.c1878 if (copy_from_user(&clip, vw.clips + i, in planb_ioctl()