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 master 16 lines 532 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2#ifndef _DT_BINDINGS_POWER_MT8173_POWER_H 3#define _DT_BINDINGS_POWER_MT8173_POWER_H 4 5#define MT8173_POWER_DOMAIN_VDEC 0 6#define MT8173_POWER_DOMAIN_VENC 1 7#define MT8173_POWER_DOMAIN_ISP 2 8#define MT8173_POWER_DOMAIN_MM 3 9#define MT8173_POWER_DOMAIN_VENC_LT 4 10#define MT8173_POWER_DOMAIN_AUDIO 5 11#define MT8173_POWER_DOMAIN_USB 6 12#define MT8173_POWER_DOMAIN_MFG_ASYNC 7 13#define MT8173_POWER_DOMAIN_MFG_2D 8 14#define MT8173_POWER_DOMAIN_MFG 9 15 16#endif /* _DT_BINDINGS_POWER_MT8173_POWER_H */