Loading drivers/media/v4l2-core/v4l2-compat-ioctl32.c +3 −0 Original line number Diff line number Diff line Loading @@ -721,6 +721,9 @@ static int put_v4l2_ext_controls32(struct v4l2_ext_controls *kp, struct v4l2_ext struct v4l2_event32 { __u32 type; union { struct v4l2_event_vsync vsync; struct v4l2_event_ctrl ctrl; struct v4l2_event_frame_sync frame_sync; __u8 data[64]; } u; __u32 pending; Loading Loading
drivers/media/v4l2-core/v4l2-compat-ioctl32.c +3 −0 Original line number Diff line number Diff line Loading @@ -721,6 +721,9 @@ static int put_v4l2_ext_controls32(struct v4l2_ext_controls *kp, struct v4l2_ext struct v4l2_event32 { __u32 type; union { struct v4l2_event_vsync vsync; struct v4l2_event_ctrl ctrl; struct v4l2_event_frame_sync frame_sync; __u8 data[64]; } u; __u32 pending; Loading