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

TOMOYO Linux Cross Reference
Linux/Documentation/userspace-api/media/dmx.h.rst.exceptions

Version: ~ [ linux-6.13-rc5 ] ~ [ linux-6.12.7 ] ~ [ linux-6.11.11 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.68 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.122 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.175 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.232 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.288 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.325 ] ~ [ 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 /Documentation/userspace-api/media/dmx.h.rst.exceptions (Version linux-6.13-rc5) and /Documentation/userspace-api/media/dmx.h.rst.exceptions (Version linux-5.15.171)


  1 # SPDX-License-Identifier: GPL-2.0                
  2                                                   
  3 # Ignore header name                              
  4 ignore define _UAPI_DVBDMX_H_                     
  5                                                   
  6 # Ignore limit constants                          
  7 ignore define DMX_FILTER_SIZE                     
  8                                                   
  9 # dmx_pes_type_t enum symbols                     
 10 replace enum dmx_ts_pes :c:type:`dmx_pes_type`    
 11 replace symbol DMX_PES_AUDIO0 :c:type:`dmx_pes    
 12 replace symbol DMX_PES_VIDEO0 :c:type:`dmx_pes    
 13 replace symbol DMX_PES_TELETEXT0 :c:type:`dmx_    
 14 replace symbol DMX_PES_SUBTITLE0 :c:type:`dmx_    
 15 replace symbol DMX_PES_PCR0 :c:type:`dmx_pes_t    
 16 replace symbol DMX_PES_AUDIO1 :c:type:`dmx_pes    
 17 replace symbol DMX_PES_VIDEO1 :c:type:`dmx_pes    
 18 replace symbol DMX_PES_TELETEXT1 :c:type:`dmx_    
 19 replace symbol DMX_PES_SUBTITLE1 :c:type:`dmx_    
 20 replace symbol DMX_PES_PCR1 :c:type:`dmx_pes_t    
 21 replace symbol DMX_PES_AUDIO2 :c:type:`dmx_pes    
 22 replace symbol DMX_PES_VIDEO2 :c:type:`dmx_pes    
 23 replace symbol DMX_PES_TELETEXT2 :c:type:`dmx_    
 24 replace symbol DMX_PES_SUBTITLE2 :c:type:`dmx_    
 25 replace symbol DMX_PES_PCR2 :c:type:`dmx_pes_t    
 26 replace symbol DMX_PES_AUDIO3 :c:type:`dmx_pes    
 27 replace symbol DMX_PES_VIDEO3 :c:type:`dmx_pes    
 28 replace symbol DMX_PES_TELETEXT3 :c:type:`dmx_    
 29 replace symbol DMX_PES_SUBTITLE3 :c:type:`dmx_    
 30 replace symbol DMX_PES_PCR3 :c:type:`dmx_pes_t    
 31 replace symbol DMX_PES_OTHER :c:type:`dmx_pes_    
 32                                                   
 33 # Ignore obsolete symbols                         
 34 ignore define DMX_PES_AUDIO                       
 35 ignore define DMX_PES_VIDEO                       
 36 ignore define DMX_PES_TELETEXT                    
 37 ignore define DMX_PES_SUBTITLE                    
 38 ignore define DMX_PES_PCR                         
 39                                                   
 40 # dmx_input_t symbols                             
 41 replace enum dmx_input :c:type:`dmx_input`        
 42 replace symbol DMX_IN_FRONTEND :c:type:`dmx_in    
 43 replace symbol DMX_IN_DVR :c:type:`dmx_input`     
 44                                                   
 45 # Flags for struct dmx_sct_filter_params          
 46 replace define DMX_CHECK_CRC :c:type:`dmx_sct_    
 47 replace define DMX_ONESHOT :c:type:`dmx_sct_fi    
 48 replace define DMX_IMMEDIATE_START :c:type:`dm    
 49                                                   
 50 # some typedefs should point to struct/enums      
 51 replace typedef dmx_filter_t :c:type:`dmx_filt    
 52 replace typedef dmx_pes_type_t :c:type:`dmx_pe    
 53 replace typedef dmx_input_t :c:type:`dmx_input    
 54                                                   
 55 replace symbol DMX_BUFFER_FLAG_HAD_CRC32_DISCA    
 56 replace symbol DMX_BUFFER_FLAG_TEI :c:type:`dm    
 57 replace symbol DMX_BUFFER_PKT_COUNTER_MISMATCH    
 58 replace symbol DMX_BUFFER_FLAG_DISCONTINUITY_D    
 59 replace symbol DMX_BUFFER_FLAG_DISCONTINUITY_I    
 60                                                   
 61 replace symbol DMX_OUT_DECODER :c:type:`dmx_ou    
 62 replace symbol DMX_OUT_TAP :c:type:`dmx_output    
 63 replace symbol DMX_OUT_TS_TAP :c:type:`dmx_out    
 64 replace symbol DMX_OUT_TSDEMUX_TAP :c:type:`dm    
 65                                                   
 66 replace ioctl DMX_DQBUF dmx_qbuf                  
                                                      

~ [ 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