Lines Matching full:all
21 to control it. All resettable control functions must be called while holding
41 with ``SHUTDOWN_CAUSE_SNAPSHOT_LOAD``.) Almost all devices should treat
103 For example, consider a SCSI controller. Resetting the controller puts all
119 startup), all first phases of all objects are executed, then all second phases
120 and then all third phases.
146 DMA capable devices are expected to cancel all outstanding DMA operations
165 ``phases.exit()``. They all take the object as parameter. The *enter* method
230 In the above example, we override all three phases. It is possible to override
290 every reset child of the given resettable object. All children must be
349 the three-phase mechanism listed above. It resets all objects
351 It also calls all the functions registered with it using
357 means that all devices on the sysbus are reset, and all their
358 child buses, and all the devices on those child buses.