Lines Matching +full:tcs +full:- +full:wait
1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Copyright (c) 2016-2019, The Linux Foundation. All rights reserved.
33 * @wait: ensure that this command is complete before returning.
34 * Setting "wait" here only makes sense during rpmh_write_batch() for
35 * active-only transfers, this is because:
36 * rpmh_write() - Always waits.
38 * rpmh_write_async() - Never waits.
44 u32 wait; member
48 * struct tcs_request: A set of tcs_cmds sent together in a TCS
51 * @wait_for_compl: wait until we get a response from the h/w accelerator
52 * (same as setting cmd->wait for all commands in the request)
72 /* Construct a Bus Clock Manager (BCM) specific TCS command */