Lines Matching full:tcs
11 #include <soc/qcom/tcs.h>
22 * struct tcs_group: group of Trigger Command Sets (TCS) to send state requests
26 * @type: type of the TCS in this group - active, sleep, wake
28 * @offset: start of the TCS group relative to the TCSes in the RSC
30 * @ncpt: number of commands in each TCS
31 * @lock: lock for synchronizing this TCS writes
32 * @req: requests that are sent from the TCS
33 * @cmd_cache: flattened cache of cmds in sleep/wake TCS
88 * @tcs_base: start address of the TCS registers in this controller
91 * @tcs: TCS groups
92 * @tcs_in_use: s/w state of the TCS
101 struct tcs_group tcs[TCS_TYPE_NR]; member