Merge "msm: camera: sensor: Update the flash init structure" into camera-kernel.lnx.1.0

This commit is contained in:
Jong-Guk Im
2019-09-21 22:49:45 -07:00
کامیت شده توسط Gerrit - the friendly Code Review server
کامیت 1500c7dad5
2فایلهای تغییر یافته به همراه5 افزوده شده و 4 حذف شده

مشاهده پرونده

@@ -86,7 +86,7 @@ struct cam_flash_intf_params {
struct cam_flash_common_attr {
bool is_settings_valid;
uint64_t request_id;
uint16_t count;
uint32_t count;
uint8_t cmd_type;
};
@@ -97,7 +97,7 @@ struct cam_flash_common_attr {
*/
struct cam_flash_init_packet {
struct cam_flash_common_attr cmn_attr;
uint8_t flash_type;
uint32_t flash_type;
};
/**

مشاهده پرونده

@@ -401,9 +401,10 @@ struct cam_sensor_streamon_dev {
* @cmd_type : command buffer type
*/
struct cam_flash_init {
uint8_t flash_type;
uint16_t reserved;
uint32_t flash_type;
uint8_t reserved;
uint8_t cmd_type;
uint16_t reserved1;
} __attribute__((packed));
/**