Lines Matching full:ccs
5 MIPI CCS camera sensor driver
8 The MIPI CCS camera sensor driver is a generic driver for `MIPI CCS
59 CCS static data
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(++).
64 For CCS the file names are formed as
66 ccs/ccs-sensor-vvvv-mmmm-rrrr.fw (sensor) and
67 ccs/ccs-module-vvvv-mmmm-rrrr.fw (module).
71 ccs/smiapp-sensor-vv-mmmm-rr.fw (sensor) and
72 ccs/smiapp-module-vv-mmmm-rrrr.fw (module).
76 ccs/smia-sensor-vv-mmmm-rr.fw (sensor).
84 The ccs-regs.asc file contains MIPI CCS register definitions that are used
93 Conventionally the script is called this way to update the CCS driver
98 $ Documentation/driver-api/media/drivers/ccs/mk-ccs-regs -k \
99 -e drivers/media/i2c/ccs/ccs-regs.h \
100 -L drivers/media/i2c/ccs/ccs-limits.h \
101 -l drivers/media/i2c/ccs/ccs-limits.c \
102 -c Documentation/driver-api/media/drivers/ccs/ccs-regs.asc
104 CCS PLL calculator
107 The CCS PLL calculator is used to compute the PLL configuration, given sensor's
113 The PLL model implemented by the PLL calculator corresponds to MIPI CCS 1.1.
115 .. kernel-doc:: drivers/media/i2c/ccs-pll.h