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

TOMOYO Linux Cross Reference
Linux/include/linux/regulator/mt6358-regulator.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/linux/regulator/mt6358-regulator.h (Version linux-6.12-rc7) and /include/linux/regulator/mt6358-regulator.h (Version linux-5.2.21)


  1 /* SPDX-License-Identifier: GPL-2.0 */              1 
  2 /*                                                
  3  * Copyright (c) 2019 MediaTek Inc.               
  4  */                                               
  5                                                   
  6 #ifndef __LINUX_REGULATOR_MT6358_H                
  7 #define __LINUX_REGULATOR_MT6358_H                
  8                                                   
  9 enum {                                            
 10         MT6358_ID_VDRAM1 = 0,                     
 11         MT6358_ID_VCORE,                          
 12         MT6358_ID_VPA,                            
 13         MT6358_ID_VPROC11,                        
 14         MT6358_ID_VPROC12,                        
 15         MT6358_ID_VGPU,                           
 16         MT6358_ID_VS2,                            
 17         MT6358_ID_VMODEM,                         
 18         MT6358_ID_VS1,                            
 19         MT6358_ID_VDRAM2 = 9,                     
 20         MT6358_ID_VSIM1,                          
 21         MT6358_ID_VIBR,                           
 22         MT6358_ID_VRF12,                          
 23         MT6358_ID_VIO18,                          
 24         MT6358_ID_VUSB,                           
 25         MT6358_ID_VCAMIO,                         
 26         MT6358_ID_VCAMD,                          
 27         MT6358_ID_VCN18,                          
 28         MT6358_ID_VFE28,                          
 29         MT6358_ID_VSRAM_PROC11,                   
 30         MT6358_ID_VCN28,                          
 31         MT6358_ID_VSRAM_OTHERS,                   
 32         MT6358_ID_VSRAM_GPU,                      
 33         MT6358_ID_VXO22,                          
 34         MT6358_ID_VEFUSE,                         
 35         MT6358_ID_VAUX18,                         
 36         MT6358_ID_VMCH,                           
 37         MT6358_ID_VBIF28,                         
 38         MT6358_ID_VSRAM_PROC12,                   
 39         MT6358_ID_VCAMA1,                         
 40         MT6358_ID_VEMC,                           
 41         MT6358_ID_VIO28,                          
 42         MT6358_ID_VA12,                           
 43         MT6358_ID_VRF18,                          
 44         MT6358_ID_VCN33,                          
 45         MT6358_ID_VCAMA2,                         
 46         MT6358_ID_VMC,                            
 47         MT6358_ID_VLDO28,                         
 48         MT6358_ID_VAUD28,                         
 49         MT6358_ID_VSIM2,                          
 50         MT6358_ID_RG_MAX,                         
 51 };                                                
 52                                                   
 53 enum {                                            
 54         MT6366_ID_VDRAM1 = 0,                     
 55         MT6366_ID_VCORE,                          
 56         MT6366_ID_VPA,                            
 57         MT6366_ID_VPROC11,                        
 58         MT6366_ID_VPROC12,                        
 59         MT6366_ID_VGPU,                           
 60         MT6366_ID_VS2,                            
 61         MT6366_ID_VMODEM,                         
 62         MT6366_ID_VS1,                            
 63         MT6366_ID_VDRAM2,                         
 64         MT6366_ID_VSIM1,                          
 65         MT6366_ID_VIBR,                           
 66         MT6366_ID_VRF12,                          
 67         MT6366_ID_VIO18,                          
 68         MT6366_ID_VUSB,                           
 69         MT6366_ID_VCN18,                          
 70         MT6366_ID_VFE28,                          
 71         MT6366_ID_VSRAM_PROC11,                   
 72         MT6366_ID_VCN28,                          
 73         MT6366_ID_VSRAM_OTHERS,                   
 74         MT6366_ID_VSRAM_GPU,                      
 75         MT6366_ID_VXO22,                          
 76         MT6366_ID_VEFUSE,                         
 77         MT6366_ID_VAUX18,                         
 78         MT6366_ID_VMCH,                           
 79         MT6366_ID_VBIF28,                         
 80         MT6366_ID_VSRAM_PROC12,                   
 81         MT6366_ID_VEMC,                           
 82         MT6366_ID_VIO28,                          
 83         MT6366_ID_VA12,                           
 84         MT6366_ID_VRF18,                          
 85         MT6366_ID_VCN33,                          
 86         MT6366_ID_VMC,                            
 87         MT6366_ID_VAUD28,                         
 88         MT6366_ID_VSIM2,                          
 89         MT6366_ID_VM18,                           
 90         MT6366_ID_VMDDR,                          
 91         MT6366_ID_VSRAM_CORE,                     
 92         MT6366_ID_RG_MAX,                         
 93 };                                                
 94                                                   
 95 #define MT6358_MAX_REGULATOR    MT6358_ID_RG_M    
 96 #define MT6366_MAX_REGULATOR    MT6366_ID_RG_M    
 97                                                   
 98 #endif /* __LINUX_REGULATOR_MT6358_H */           
 99                                                   

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