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

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


  1 /* SPDX-License-Identifier: GPL-2.0-only */    << 
  2 /*                                                  1 /*
  3  * Copyright (c) 2014 MediaTek Inc.                 2  * Copyright (c) 2014 MediaTek Inc.
  4  * Author: Flora Fu <flora.fu@mediatek.com>         3  * Author: Flora Fu <flora.fu@mediatek.com>
                                                   >>   4  *
                                                   >>   5  * This program is free software; you can redistribute it and/or modify
                                                   >>   6  * it under the terms of the GNU General Public License version 2 as
                                                   >>   7  * published by the Free Software Foundation.
                                                   >>   8  *
                                                   >>   9  * This program is distributed in the hope that it will be useful,
                                                   >>  10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
                                                   >>  11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
                                                   >>  12  * GNU General Public License for more details.
  5  */                                                13  */
  6                                                    14 
  7 #ifndef __LINUX_REGULATOR_MT6397_H                 15 #ifndef __LINUX_REGULATOR_MT6397_H
  8 #define __LINUX_REGULATOR_MT6397_H                 16 #define __LINUX_REGULATOR_MT6397_H
  9                                                    17 
 10 enum {                                             18 enum {
 11         MT6397_ID_VPCA15 = 0,                      19         MT6397_ID_VPCA15 = 0,
 12         MT6397_ID_VPCA7,                           20         MT6397_ID_VPCA7,
 13         MT6397_ID_VSRAMCA15,                       21         MT6397_ID_VSRAMCA15,
 14         MT6397_ID_VSRAMCA7,                        22         MT6397_ID_VSRAMCA7,
 15         MT6397_ID_VCORE,                           23         MT6397_ID_VCORE,
 16         MT6397_ID_VGPU,                            24         MT6397_ID_VGPU,
 17         MT6397_ID_VDRM,                            25         MT6397_ID_VDRM,
 18         MT6397_ID_VIO18 = 7,                       26         MT6397_ID_VIO18 = 7,
 19         MT6397_ID_VTCXO,                           27         MT6397_ID_VTCXO,
 20         MT6397_ID_VA28,                            28         MT6397_ID_VA28,
 21         MT6397_ID_VCAMA,                           29         MT6397_ID_VCAMA,
 22         MT6397_ID_VIO28,                           30         MT6397_ID_VIO28,
 23         MT6397_ID_VUSB,                            31         MT6397_ID_VUSB,
 24         MT6397_ID_VMC,                             32         MT6397_ID_VMC,
 25         MT6397_ID_VMCH,                            33         MT6397_ID_VMCH,
 26         MT6397_ID_VEMC3V3,                         34         MT6397_ID_VEMC3V3,
 27         MT6397_ID_VGP1,                            35         MT6397_ID_VGP1,
 28         MT6397_ID_VGP2,                            36         MT6397_ID_VGP2,
 29         MT6397_ID_VGP3,                            37         MT6397_ID_VGP3,
 30         MT6397_ID_VGP4,                            38         MT6397_ID_VGP4,
 31         MT6397_ID_VGP5,                            39         MT6397_ID_VGP5,
 32         MT6397_ID_VGP6,                            40         MT6397_ID_VGP6,
 33         MT6397_ID_VIBR,                            41         MT6397_ID_VIBR,
 34         MT6397_ID_RG_MAX,                          42         MT6397_ID_RG_MAX,
 35 };                                                 43 };
 36                                                    44 
 37 #define MT6397_MAX_REGULATOR    MT6397_ID_RG_M     45 #define MT6397_MAX_REGULATOR    MT6397_ID_RG_MAX
 38 #define MT6397_REGULATOR_ID97   0x97               46 #define MT6397_REGULATOR_ID97   0x97
 39 #define MT6397_REGULATOR_ID91   0x91               47 #define MT6397_REGULATOR_ID91   0x91
 40                                                    48 
 41 #endif /* __LINUX_REGULATOR_MT6397_H */            49 #endif /* __LINUX_REGULATOR_MT6397_H */
 42                                                    50 

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