Lines Matching +full:language +full:- +full:id
1 .. SPDX-License-Identifier: GPL-2.0-only OR BSD-3-Clause
5 .. _media-ccs-driver:
11 <https://www.mipi.org/specifications/camera-command-set>`_ compliant
14 Also see :ref:`the CCS driver UAPI documentation <media-ccs-uapi>`.
17 ---------------
23 ccs/ccs-sensor-vvvv-mmmm-rrrr.fw (sensor) and
24 ccs/ccs-module-vvvv-mmmm-rrrr.fw (module).
28 ccs/smiapp-sensor-vv-mmmm-rr.fw (sensor) and
29 ccs/smiapp-module-vv-mmmm-rrrr.fw (module).
31 For SMIA (non-++) compliant devices the static data file name is
33 ccs/smia-sensor-vv-mmmm-rr.fw (sensor).
35 vvvv or vv denotes MIPI and SMIA manufacturer IDs respectively, mmmm model ID
41 `CCS tools <https://github.com/MIPI-Alliance/ccs-tools/>`_ is a set of
43 definition of the human-readable CCS static data YAML format and includes a
47 -----------------------------
49 The ccs-regs.asc file contains MIPI CCS register definitions that are used
51 programs written in C language. As there are many dependencies between the
52 produced files, please do not modify them manually as it's error-prone and
61 .. code-block:: none
63 $ Documentation/driver-api/media/drivers/ccs/mk-ccs-regs -k \
64 -e drivers/media/i2c/ccs/ccs-regs.h \
65 -L drivers/media/i2c/ccs/ccs-limits.h \
66 -l drivers/media/i2c/ccs/ccs-limits.c \
67 -c Documentation/driver-api/media/drivers/ccs/ccs-regs.asc
80 .. kernel-doc:: drivers/media/i2c/ccs-pll.h