Lines Matching +full:power +full:- +full:domains
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
3 "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" []>
29 MA 02111-1307 USA
63 <!-- All functions are exported at now
65 -->
73 <chapter id="kernel-lib">
85 <sect1><title>Command-line Parsing</title>
92 !Elib/crc-itu-t.c
94 !Elib/crc-ccitt.c
122 !Emm/page-writeback.c
168 <!-- FIXME: Removed for now since no structured comments in source
170 -->
195 !Edrivers/pci/pci-driver.c
203 <!-- FIXME: Removed for now since no structured comments in source
205 -->
210 !Idrivers/pci/pci-sysfs.c
220 <!-- FIXME: Removed for now since no structured comments in source
222 -->
260 !Eblock/blk-core.c
261 !Iblock/blk-core.c
262 !Eblock/blk-map.c
263 !Iblock/blk-sysfs.c
264 !Eblock/blk-settings.c
265 !Eblock/blk-exec.c
266 !Eblock/blk-flush.c
267 !Eblock/blk-lib.c
268 !Eblock/blk-tag.c
269 !Iblock/blk-tag.c
270 !Eblock/blk-integrity.c
292 This framework is widely used with System-On-Chip (SOC) platforms
293 to support power management and various devices which may need
304 Power management is supported by explicit software clock gating:
305 unused clocks are disabled, so the system doesn't waste power
311 This low power state is often called a <emphasis>retention
314 circuit geometries, but for CMOS circuits power is mostly used
319 Power-aware drivers only enable their clocks when the device
321 differ according to which clock domains are active: while a
322 "standby" state may allow wakeup from several active domains, a
323 "mem" (suspend-to-RAM) state may require a more wholesale shutdown
326 method may need to be aware of system-specific clock constraints