Lines Matching defs:state
257 * @state: Requested state.
268 uint32_t state,
279 pm_client_suspend(proc, state);
282 state, address, (address >> 32));
292 * @state: Requested state (not supported).
299 uint32_t latency, uint32_t state)
304 PM_PACK_PAYLOAD5(payload, PM_REQ_SUSPEND, target, ack, latency, state);
526 * [0] - Current power state of the node
1181 * pm_clock_getstate - Get the clock state for given id.
1183 * @state: 1/0 (Enabled/Disabled).
1185 * This function is used by master to get the state of clock
1192 uint32_t *state)
1201 return pm_clock_pll_get_state(pll, state);
1211 return pm_ipi_send_sync(primary_proc, payload, state, 1);