Lines Matching full:domain
28 * @domain_num: GPSC domain number
30 * Polls pstat for the selected domain and waits for transitions to be complete.
34 * Return: 0 when the domain is free. Returns -1 if a timeout occurred waiting
43 * Do nothing if the power domain is in transition. This should never in psc_wait()
47 * Don't trap if the domain (or a module in this domain) is in psc_wait()
65 * psc_get_domain_num() - Get the domain number
72 /* Get the power domain associated with the module number */ in psc_get_domain_num()
84 * Powers up/down the requested module and the associated power domain if
86 * This only controls modules. The domain in which the module resides will
88 * domain, so powering down the domain based on a single module is not done.
103 * Get the power domain associated with the module number, and reset in psc_set_state()
110 /* Wait for the status of the domain/module to be non-transitional */ in psc_set_state()
118 * Set the next state of the power domain to on. It's OK if the domain in psc_set_state()
119 * is always on. This code will not ever power down a domain, so no in psc_set_state()
148 * Powers up the requested module and the associated power domain
216 * psc_disable_domain() - Disable a power domain
217 * @domain_num: GPSC domain number