include: rk-camera-module: add cmd RKMODULE_SET_CHANNEL_STREAM

Change-Id: I9cebdde65a9da915c30fc08b292fd38ade17a1e4
Signed-off-by: Lin Jinhan <troy.lin@rock-chips.com>
This commit is contained in:
Lin Jinhan
2025-07-28 17:13:00 +08:00
committed by Tao Huang
parent eccbd3d6aa
commit 8abb17057b

View File

@@ -253,6 +253,9 @@
#define RKMODULE_SET_CHANNEL_POWER \
_IOW('V', BASE_VIDIOC_PRIVATE + 63, struct rkmodule_channel_power)
#define RKMODULE_SET_CHANNEL_STREAM \
_IOW('x', 0, struct rkmodule_channel_stream)
#define RKMODULE_REG_LIST_MAX (16)
struct rkmodule_reg_struct {
__u32 reg_addr;
@@ -1094,4 +1097,9 @@ struct rkmodule_channel_power {
__u32 enable;
};
struct rkmodule_channel_stream {
__u32 channel;
__u32 enable;
};
#endif /* _UAPI_RKMODULE_CAMERA_H */