Lines Matching +full:configuration +full:- +full:dependent
1 .. SPDX-License-Identifier: GPL-2.0
17 ------
28 (When using parallel interface one must pay account to correct configuration
37 - V4L2_EVENT_OMAP3ISP_AEWB
38 - V4L2_EVENT_OMAP3ISP_AF
39 - V4L2_EVENT_OMAP3ISP_HIST
44 omap3isp_stat_event_status.buf_err is set to non-zero.
48 --------------
52 does not fall under the standard IOCTLs --- gamma tables and configuration of
56 containing hardware-dependent functions.
60 - VIDIOC_OMAP3ISP_CCDC_CFG
61 - VIDIOC_OMAP3ISP_PRV_CFG
62 - VIDIOC_OMAP3ISP_AEWB_CFG
63 - VIDIOC_OMAP3ISP_HIST_CFG
64 - VIDIOC_OMAP3ISP_AF_CFG
65 - VIDIOC_OMAP3ISP_STAT_REQ
66 - VIDIOC_OMAP3ISP_STAT_EN
70 a given ISP block is described in the Technical Reference Manuals (TRMs) ---
80 -----------------------------
90 The update field in the structures tells whether to update the configuration
97 configuration data for the function.
103 - OMAP3ISP_CCDC_ALAW
104 - OMAP3ISP_CCDC_LPF
105 - OMAP3ISP_CCDC_BLCLAMP
106 - OMAP3ISP_CCDC_BCOMP
107 - OMAP3ISP_CCDC_FPC
108 - OMAP3ISP_CCDC_CULL
109 - OMAP3ISP_CCDC_CONFIG_LSC
110 - OMAP3ISP_CCDC_TBL_LSC
114 - OMAP3ISP_PREV_LUMAENH
115 - OMAP3ISP_PREV_INVALAW
116 - OMAP3ISP_PREV_HRZ_MED
117 - OMAP3ISP_PREV_CFA
118 - OMAP3ISP_PREV_CHROMA_SUPP
119 - OMAP3ISP_PREV_WB
120 - OMAP3ISP_PREV_BLKADJ
121 - OMAP3ISP_PREV_RGB2RGB
122 - OMAP3ISP_PREV_COLOR_CONV
123 - OMAP3ISP_PREV_YC_LIMIT
124 - OMAP3ISP_PREV_DEFECT_COR
125 - OMAP3ISP_PREV_GAMMABYPASS
126 - OMAP3ISP_PREV_DRK_FRM_CAPTURE
127 - OMAP3ISP_PREV_DRK_FRM_SUBTRACT
128 - OMAP3ISP_PREV_LENS_SHADING
129 - OMAP3ISP_PREV_NF
130 - OMAP3ISP_PREV_GAMMA
132 The associated configuration pointer for the function may not be NULL when
133 enabling the function. When disabling a function the configuration pointer is
138 -----------------------
140 The statistics subdevs do offer more dynamic configuration options than the
154 -----------------------
162 -----------------------------------------------------------------------------
165 to have an in-depth knowledge of the hardware. Most of the fields explanation
173 module's data output depends on the requested configuration. Although the
176 internally allocated if the module is enabled. It will return -EBUSY on this
178 module or request the necessary buffer size during the first configuration
181 The internal buffer size allocation considers the requested configuration's
189 As the configuration doesn't take effect synchronously to the request, the
191 data. After a configuration is requested, the config_counter returned to user
195 configuration.
198 ------------------------
206 ----------