~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/include/uapi/linux/xilinx-v4l2-controls.h

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /include/uapi/linux/xilinx-v4l2-controls.h (Version linux-6.12-rc7) and /include/uapi/linux/xilinx-v4l2-controls.h (Version linux-2.6.0)


  1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux      1 
  2 /*                                                
  3  * Xilinx Controls Header                         
  4  *                                                
  5  * Copyright (C) 2013-2015 Ideas on Board         
  6  * Copyright (C) 2013-2015 Xilinx, Inc.           
  7  *                                                
  8  * Contacts: Hyun Kwon <hyun.kwon@xilinx.com>     
  9  *           Laurent Pinchart <laurent.pinchar    
 10  *                                                
 11  * This software is licensed under the terms o    
 12  * License version 2, as published by the Free    
 13  * may be copied, distributed, and modified un    
 14  *                                                
 15  * This program is distributed in the hope tha    
 16  * but WITHOUT ANY WARRANTY; without even the     
 17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR    
 18  * GNU General Public License for more details    
 19  */                                               
 20                                                   
 21 #ifndef __UAPI_XILINX_V4L2_CONTROLS_H__           
 22 #define __UAPI_XILINX_V4L2_CONTROLS_H__           
 23                                                   
 24 #include <linux/v4l2-controls.h>                  
 25                                                   
 26 #define V4L2_CID_XILINX_OFFSET  0xc000            
 27 #define V4L2_CID_XILINX_BASE    (V4L2_CID_USER    
 28                                                   
 29 /*                                                
 30  * Private Controls for Xilinx Video IPs          
 31  */                                               
 32                                                   
 33 /*                                                
 34  * Xilinx TPG Video IP                            
 35  */                                               
 36                                                   
 37 #define V4L2_CID_XILINX_TPG                       
 38                                                   
 39 /* Draw cross hairs */                            
 40 #define V4L2_CID_XILINX_TPG_CROSS_HAIRS           
 41 /* Enable a moving box */                         
 42 #define V4L2_CID_XILINX_TPG_MOVING_BOX            
 43 /* Mask out a color component */                  
 44 #define V4L2_CID_XILINX_TPG_COLOR_MASK            
 45 /* Enable a stuck pixel feature */                
 46 #define V4L2_CID_XILINX_TPG_STUCK_PIXEL           
 47 /* Enable a noisy output */                       
 48 #define V4L2_CID_XILINX_TPG_NOISE                 
 49 /* Enable the motion feature */                   
 50 #define V4L2_CID_XILINX_TPG_MOTION                
 51 /* Configure the motion speed of moving patter    
 52 #define V4L2_CID_XILINX_TPG_MOTION_SPEED          
 53 /* The row of horizontal cross hair location *    
 54 #define V4L2_CID_XILINX_TPG_CROSS_HAIR_ROW        
 55 /* The colum of vertical cross hair location *    
 56 #define V4L2_CID_XILINX_TPG_CROSS_HAIR_COLUMN     
 57 /* Set starting point of sine wave for horizon    
 58 #define V4L2_CID_XILINX_TPG_ZPLATE_HOR_START      
 59 /* Set speed of the horizontal component */       
 60 #define V4L2_CID_XILINX_TPG_ZPLATE_HOR_SPEED      
 61 /* Set starting point of sine wave for vertica    
 62 #define V4L2_CID_XILINX_TPG_ZPLATE_VER_START      
 63 /* Set speed of the vertical component */         
 64 #define V4L2_CID_XILINX_TPG_ZPLATE_VER_SPEED      
 65 /* Moving box size */                             
 66 #define V4L2_CID_XILINX_TPG_BOX_SIZE              
 67 /* Moving box color */                            
 68 #define V4L2_CID_XILINX_TPG_BOX_COLOR             
 69 /* Upper limit count of generated stuck pixels    
 70 #define V4L2_CID_XILINX_TPG_STUCK_PIXEL_THRESH    
 71 /* Noise level */                                 
 72 #define V4L2_CID_XILINX_TPG_NOISE_GAIN            
 73                                                   
 74 #endif /* __UAPI_XILINX_V4L2_CONTROLS_H__ */      
 75                                                   

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php