Lines Matching +full:wait +full:- +full:state
1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Copyright (c) 2016-2019, The Linux Foundation. All rights reserved.
15 * rpmh_state: state for the request
17 * RPMH_SLEEP_STATE: State of the resource when the processor subsystem
20 * RPMH_WAKE_ONLY_STATE: Resume resource state to the value previously
22 * RPMH_ACTIVE_ONLY_STATE: Active or AMC mode requests. Resource state
35 * @data: the resource state request
36 * @wait: ensure that this command is complete before returning.
37 * Setting "wait" here only makes sense during rpmh_write_batch() for
38 * active-only transfers, this is because:
39 * rpmh_write() - Always waits.
41 * rpmh_write_async() - Never waits.
47 u32 wait;
53 * @state: state for the request.
54 * @wait_for_compl: wait until we get a response from the h/w accelerator
55 * (same as setting cmd->wait for all commands in the request)
60 enum rpmh_state state;