Lines Matching refs:clipcount
51 __u32 clipcount; member
69 .clipcount = w32.clipcount, in get_v4l2_window32()
74 if (p64->clipcount > 2048) in get_v4l2_window32()
76 if (!p64->clipcount) in get_v4l2_window32()
93 .clipcount = p64->clipcount, in put_v4l2_window32()
100 copy_to_user(&p32->clipcount, &w32.clipcount, in put_v4l2_window32()
101 sizeof(w32) - offsetof(struct v4l2_window32, clipcount))) in put_v4l2_window32()
1050 u32 clipcount = f64->fmt.win.clipcount; in v4l2_compat_get_array_args() local
1054 clipcount == 0) in v4l2_compat_get_array_args()
1056 if (clipcount > 2048) in v4l2_compat_get_array_args()
1058 while (clipcount--) { in v4l2_compat_get_array_args()
1143 u32 clipcount = f64->fmt.win.clipcount; in v4l2_compat_put_array_args() local
1147 clipcount == 0) in v4l2_compat_put_array_args()
1149 if (clipcount > 2048) in v4l2_compat_put_array_args()
1151 while (clipcount--) { in v4l2_compat_put_array_args()