Searched refs:clips (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/compat/linux/
H A Dlinux_videodev_compat.h39 l_uintptr_t clips; member in struct:l_video_window
H A Dlinux_videodev2_compat.h54 l_uintptr_t clips; member in struct:l_v4l2_window
H A Dlinux_ioctl.c2854 vw->clips = PTRIN(lvw->clips); /* possible pointer size conversion */
2870 lvw->clips = PTROUT(vw->clips); /* possible pointer size conversion */
2931 for (ppvc = &(vw->clips); *ppvc != NULL; ppvc = ppvc_next) {
2935 vw->clips = NULL;
2952 * leave cliplist and clips uninitialized. In any case,
2962 * In this case, the pointer (clips) is overloaded
2972 * avoid cases when clipcount and clips pointer
2980 plvc = PTRIN(lvw->clips);
[all...]
/freebsd-11-stable/sys/contrib/v4l/
H A Dvideodev.h153 struct video_clip *clips; /* Set only */ member in struct:video_window
H A Dvideodev2.h602 struct v4l2_clip __user *clips; member in struct:v4l2_window
/freebsd-11-stable/sys/arm/nvidia/drm2/
H A Dtegra_fb.c78 unsigned flags, unsigned color, struct drm_clip_rect *clips, unsigned num_clips)
77 fb_dirty(struct drm_framebuffer *fb, struct drm_file *file_priv, unsigned flags, unsigned color, struct drm_clip_rect *clips, unsigned num_clips) argument
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_crtc.c2485 struct drm_clip_rect *clips = NULL; local
2514 /* If userspace annotates copy, clips must come in pairs */
2525 clips = malloc(num_clips * sizeof(*clips), DRM_MEM_KMS,
2527 if (!clips) {
2532 ret = copy_from_user(clips, clips_ptr,
2533 num_clips * sizeof(*clips));
2542 clips, num_clips);
2549 free(clips, DRM_MEM_KMS);
H A Ddrm_crtc.h238 unsigned color, struct drm_clip_rect *clips,

Completed in 177 milliseconds