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.
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; member
51 * struct tcs_request: A set of tcs_cmds sent together in a TCS
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)
72 /* Construct a Bus Clock Manager (BCM) specific TCS command */