Lines Matching defs:state

29 /* Powerdomain allowable state bitfields */
50 * PWRDM_HAS_LOWPOWERSTATECHANGE - can transition from a sleep state
51 * to a lower sleep state without waking up the powerdomain
97 * @mem_pwrst_mask: (AM33XX only) mask for mem state bitfield in @pwrstst_offs
98 * @mem_retst_mask: (AM33XX only) mask for mem retention state bitfield
100 * @state:
126 int state;
149 * @pwrdm_set_next_pwrst: Set the target power state for a pd
150 * @pwrdm_read_next_pwrst: Read the target power state set for a pd
151 * @pwrdm_read_pwrst: Read the current power state of a pd
152 * @pwrdm_read_prev_pwrst: Read the prev power state entered by the pd
153 * @pwrdm_set_logic_retst: Set the logic state in RET for a pd
154 * @pwrdm_set_mem_onst: Set the Memory state in ON for a pd
155 * @pwrdm_set_mem_retst: Set the Memory state in RET for a pd
156 * @pwrdm_read_logic_pwrst: Read the current logic state of a pd
157 * @pwrdm_read_prev_logic_pwrst: Read the previous logic state entered by a pd
158 * @pwrdm_read_logic_retst: Read the logic state in RET for a pd
159 * @pwrdm_read_mem_pwrst: Read the current memory state of a pd
160 * @pwrdm_read_prev_mem_pwrst: Read the previous memory state entered by a pd
161 * @pwrdm_read_mem_retst: Read the memory state in RET for a pd
166 * @pwrdm_wait_transition: Wait for a pd state transition to complete
170 * chips, a powerdomain's power state is not allowed to directly
171 * transition from one low-power state (e.g., CSWR) to another
172 * low-power state (e.g., OFF) without first waking up the
174 * ability to transition a powerdomain power state directly from one
175 * low-power state to another. The function pointed to by
177 * hardware powerdomain state machine to enable this feature.
245 extern int omap_set_pwrdm_state(struct powerdomain *pwrdm, u8 state);