mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user