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 v4.5 15 lines 493 B view raw
1#ifndef _DT_BINDINGS_POWER_MT8183_POWER_H 2#define _DT_BINDINGS_POWER_MT8183_POWER_H 3 4#define MT8173_POWER_DOMAIN_VDEC 0 5#define MT8173_POWER_DOMAIN_VENC 1 6#define MT8173_POWER_DOMAIN_ISP 2 7#define MT8173_POWER_DOMAIN_MM 3 8#define MT8173_POWER_DOMAIN_VENC_LT 4 9#define MT8173_POWER_DOMAIN_AUDIO 5 10#define MT8173_POWER_DOMAIN_USB 6 11#define MT8173_POWER_DOMAIN_MFG_ASYNC 7 12#define MT8173_POWER_DOMAIN_MFG_2D 8 13#define MT8173_POWER_DOMAIN_MFG 9 14 15#endif /* _DT_BINDINGS_POWER_MT8183_POWER_H */