Lines Matching +full:pixel +full:- +full:format
1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
3 * CCS static data in-memory data structure definitions
5 * Copyright 2019--2020 Intel Corporation
16 * struct ccs_data_block_version - CCS static data version
32 * struct ccs_reg - CCS register value
33 * @addr: The 16-bit address of the register
44 * struct ccs_if_rule - CCS static data if rule
56 * struct ccs_frame_format_desc - CCS frame format descriptor
66 * struct ccs_frame_format_descs - A series of CCS frame format descriptors
80 * struct ccs_pdaf_readout - CCS PDAF data readout descriptor
82 * @ffd: Frame format of PDAF data
90 * struct ccs_rule - A CCS static data rule
93 * @num_read_only_regs: Number of read-only registers
94 * @read_only_regs: Read-only registers
95 * @num_manufacturer_regs: Number of manufacturer-specific registers
96 * @manufacturer_regs: Manufacturer-specific registers
97 * @frame_format: Frame format
112 * struct ccs_pdaf_pix_loc_block_desc - PDAF pixel location block descriptor
122 * struct ccs_pdaf_pix_loc_block_desc_group - PDAF pixel location block
135 * struct ccs_pdaf_pix_loc_pixel_desc - PDAF pixel location block descriptor
136 * @pixel_type: Type of the pixel; CCS_DATA_PDAF_PIXEL_TYPE_*
147 * struct ccs_pdaf_pix_loc_pixel_desc_group - PDAF pixel location pixel
150 * @descs: PDAF pixel location pixel descriptors
158 * struct ccs_pdaf_pix_loc - PDAF pixel locations
159 * @main_offset_x: Start X coordinate of PDAF pixel blocks
160 * @main_offset_y: Start Y coordinate of PDAF pixel blocks
166 * @num_pixel_desc_grups: Number of pixel descriptor groups
167 * @pixel_desc_groups: Pixel descriptor groups
182 * struct ccs_data_container - In-memory CCS static data
184 * @num_sensor_read_only_regs: Number of the read-only registers for the sensor
185 * @sensor_read_only_regs: Read-only registers for the sensor
186 * @num_sensor_manufacturer_regs: Number of the manufacturer-specific registers
188 * @sensor_manufacturer_regs: Manufacturer-specific registers for the sensor
191 * @num_module_read_only_regs: Number of the read-only registers for the module
192 * @module_read_only_regs: Read-only registers for the module
193 * @num_module_manufacturer_regs: Number of the manufacturer-specific registers
195 * @module_manufacturer_regs: Manufacturer-specific registers for the module