Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

media: v4l2-ctrls: Add user control base for Nuvoton NPCM controls

Add a control base for Nuvoton NPCM driver controls, and reserve 16
controls.

Signed-off-by: Marvin Lin <milkfafa@gmail.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>

authored by

Marvin Lin and committed by
Hans Verkuil
2817154c d62d8e7b

+6
+6
include/uapi/linux/v4l2-controls.h
··· 203 203 */ 204 204 #define V4L2_CID_USER_ASPEED_BASE (V4L2_CID_USER_BASE + 0x11a0) 205 205 206 + /* 207 + * The base for Nuvoton NPCM driver controls. 208 + * We reserve 16 controls for this driver. 209 + */ 210 + #define V4L2_CID_USER_NPCM_BASE (V4L2_CID_USER_BASE + 0x11b0) 211 + 206 212 /* MPEG-class control IDs */ 207 213 /* The MPEG controls are applicable to all codec controls 208 214 * and the 'MPEG' part of the define is historical */