Lines Matching +full:non +full:- +full:compliant
1 .. SPDX-License-Identifier: GPL-2.0-only OR BSD-3-Clause
9 <https://www.mipi.org/specifications/camera-command-set>`_ compliant
10 camera sensors. It exposes three sub-devices representing the pixel array,
16 Pixel Array sub-device
17 ----------------------
19 The pixel array sub-device represents the camera sensor's pixel matrix, as well
20 as analogue crop functionality present in many compliant devices. The analogue
26 ------
28 The binner sub-device represents the binning functionality on the sensor. For
37 ------
39 The scaler sub-device represents the digital crop and scaling functionality of
45 Additionally, if the scaler sub-device exists, its source pad (1) exposes
50 -------------------------
60 ---------------
62 The MIPI CCS driver supports CCS static data for all compliant devices,
63 including not just those compliant with CCS 1.1 but also CCS 1.0 and SMIA(++).
66 ccs/ccs-sensor-vvvv-mmmm-rrrr.fw (sensor) and
67 ccs/ccs-module-vvvv-mmmm-rrrr.fw (module).
69 For SMIA++ compliant devices the corresponding file names are
71 ccs/smiapp-sensor-vv-mmmm-rr.fw (sensor) and
72 ccs/smiapp-module-vv-mmmm-rrrr.fw (module).
74 For SMIA (non-++) compliant devices the static data file name is
76 ccs/smia-sensor-vv-mmmm-rr.fw (sensor).
84 `CCS tools <https://github.com/MIPI-Alliance/ccs-tools/>`_ is a set of
86 definition of the human-readable CCS static data YAML format and includes a
90 -----------------------------
92 The ccs-regs.asc file contains MIPI CCS register definitions that are used
95 produced files, please do not modify them manually as it's error-prone and
104 .. code-block:: none
106 $ Documentation/driver-api/media/drivers/ccs/mk-ccs-regs -k \
107 -e drivers/media/i2c/ccs/ccs-regs.h \
108 -L drivers/media/i2c/ccs/ccs-limits.h \
109 -l drivers/media/i2c/ccs/ccs-limits.c \
110 -c Documentation/driver-api/media/drivers/ccs/ccs-regs.asc
123 .. kernel-doc:: drivers/media/i2c/ccs-pll.h