Linux PM Learning
文章平均质量分 77
swingboard
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
linux reboot flow
1, little machine_desc struture 1-1, first eye on arch/arm/include/asm/mach/arch.h /* * Machine type table - also only accessible during boot */ extern const struct machine_desc __arch_info_原创 2015-12-15 10:43:42 · 1058 阅读 · 0 评论 -
Power management interface(PM API)
power management interface: down: supply device related PM interface up: supply uniform PM interface for PM core device PM is the core of Linux PM: in right time put device in right state.原创 2015-12-17 09:59:37 · 664 阅读 · 0 评论 -
Linux PM: Hibernate/Sleep
Hibenate/Sleep Suspend to Disk(STD) - Hibernate Suspend to RAM(STR) - Sleep Standby is a special case of Sleep, it is in simple sleep. Wakeup is restore system, no matter from Hibernate/Sleep/原创 2015-12-17 11:15:55 · 1589 阅读 · 0 评论
分享