Home | History | Annotate | Download | only in Library

Lines Matching full:system

2   System reset Library Services.  This library class defines a set of

3 methods that reset the whole system.
20 This function causes a system-wide reset (cold reset), in which
21 all circuitry within the system returns to its initial state. This type of reset
22 is asynchronous to system operation and operates without regard to
25 If this function returns, it means that the system does not support cold reset.
34 This function causes a system-wide initialization (warm reset), in which all processors
37 If this function returns, it means that the system does not support warm reset.
46 This function causes the system to enter a power state equivalent
49 If this function returns, it means that the system does not support shutdown reset.
58 This function causes the system to enter S3 and then wake up immediately.
60 If this function returns, it means that the system does not support S3 feature.