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

Configure Feed

Select the types of activity you want to include in your feed.

at v5.1-rc7 29 lines 1.0 kB view raw
1/* 2 * Copyright (C) 2017 MediaTek Inc. 3 * 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as 6 * published by the Free Software Foundation. 7 * 8 * This program is distributed in the hope that it will be useful, 9 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 11 * See http://www.gnu.org/licenses/gpl-2.0.html for more details. 12 */ 13 14#ifndef _DT_BINDINGS_POWER_MT2712_POWER_H 15#define _DT_BINDINGS_POWER_MT2712_POWER_H 16 17#define MT2712_POWER_DOMAIN_MM 0 18#define MT2712_POWER_DOMAIN_VDEC 1 19#define MT2712_POWER_DOMAIN_VENC 2 20#define MT2712_POWER_DOMAIN_ISP 3 21#define MT2712_POWER_DOMAIN_AUDIO 4 22#define MT2712_POWER_DOMAIN_USB 5 23#define MT2712_POWER_DOMAIN_USB2 6 24#define MT2712_POWER_DOMAIN_MFG 7 25#define MT2712_POWER_DOMAIN_MFG_SC1 8 26#define MT2712_POWER_DOMAIN_MFG_SC2 9 27#define MT2712_POWER_DOMAIN_MFG_SC3 10 28 29#endif /* _DT_BINDINGS_POWER_MT2712_POWER_H */