Home
last modified time | relevance | path

Searched defs:v4l2_subdev_frame_size_enum (Results 1 – 5 of 5) 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/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];
/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/linux-6.6/include/uapi/linux/
Dv4l2-subdev.h101 struct v4l2_subdev_frame_size_enum { struct
102 __u32 index;
103 __u32 pad;
104 __u32 code;
105 __u32 min_width;
106 __u32 max_width;
107 __u32 min_height;
108 __u32 max_height;
109 __u32 which;
110 __u32 stream;
[all …]
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
Dv4l2-subdev.h57 struct v4l2_subdev_frame_size_enum { struct
58 __u32 index;
59 __u32 pad;
60 __u32 code;
61 __u32 min_width;
62 __u32 max_width;
63 __u32 min_height;
64 __u32 max_height;
65 __u32 which;
66 __u32 stream;
[all …]