diff --git a/include/uapi/linux/rkcif-config.h b/include/uapi/linux/rkcif-config.h index 57c8b536caae..f37179abf92b 100644 --- a/include/uapi/linux/rkcif-config.h +++ b/include/uapi/linux/rkcif-config.h @@ -129,6 +129,12 @@ struct rkcif_csi_info { int dphy_vendor[RKCIF_MAX_CSI_NUM]; }; +/* + * function: to quick start or stop stream + * on(input): to start or stop stream + * frame_num(output): for aiq to record frame number after stop stream + * resume_mode(input): set resume_mode to driver for AOV, set -1 for other case + */ struct rkcif_quick_stream_param { int on; __u32 frame_num;