Home
last modified time | relevance | path

Searched defs:v4l2_subdev_frame_size_enum (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dv4l2-subdev.h35 struct v4l2_subdev_frame_size_enum { struct
36 __u32 index;
37 __u32 pad;
38 __u32 code;
39 __u32 min_width;
40 __u32 max_width;
41 __u32 min_height;
42 __u32 max_height;
43 __u32 which;
44 __u32 reserved[8];
/kernel/linux/linux-5.10/include/uapi/linux/
Dv4l2-subdev.h98 struct v4l2_subdev_frame_size_enum { struct
99 __u32 index;
100 __u32 pad;
101 __u32 code;
102 __u32 min_width;
103 __u32 max_width;
104 __u32 min_height;
105 __u32 max_height;
106 __u32 which;
107 __u32 reserved[8];
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dv4l2-subdev.h54 struct v4l2_subdev_frame_size_enum { struct
55 __u32 index;
56 __u32 pad;
57 __u32 code;
58 __u32 min_width;
59 __u32 max_width;
60 __u32 min_height;
61 __u32 max_height;
62 __u32 which;
63 __u32 reserved[8];