v4l2_subdev_crop
struct v4l2_subdev_crop sd_crop = {
which = ((struct v4l2_subdev_crop *)arg)->which;
struct v4l2_subdev_crop *crop = arg;
struct v4l2_subdev_crop *crop = arg;
#define VIDIOC_SUBDEV_G_CROP _IOWR('V', 59, struct v4l2_subdev_crop)
#define VIDIOC_SUBDEV_S_CROP _IOWR('V', 60, struct v4l2_subdev_crop)