Lines Matching full:ipa
13 struct ipa;
17 * enum ipa_cmd_opcode: IPA immediate commands
23 * @IPA_CMD_HDR_INIT_LOCAL: Initialize IPA-local header memory
24 * @IPA_CMD_REGISTER_WRITE: Register write performed by IPA
26 * @IPA_CMD_DMA_SHARED_MEM: DMA command performed by IPA
47 * @ipa: - IPA pointer
48 * @mem: - IPA memory region descriptor
53 bool ipa_cmd_table_init_valid(struct ipa *ipa, const struct ipa_mem *mem,
58 * @channel: AP->IPA command TX GSI channel pointer
67 * @channel: AP->IPA command TX GSI channel pointer
74 * @opcode: IPA immediate command opcode
76 * @offset: Offset in IPA shared memory of non-hashed routing table memory
79 * @hash_offset: Offset in IPA shared memory of hashed routing table memory
92 * @offset: Offset of header memory in IPA local space
96 * Defines and fills the location in IPA memory to use for headers.
115 * @offset: Offset of IPA memory to be read or written
118 * @toward_ipa: true means write to IPA memory; false means read
139 * @ipa: - IPA pointer
141 void ipa_cmd_pipeline_clear_wait(struct ipa *ipa);
145 * @ipa: IPA pointer
151 struct gsi_trans *ipa_cmd_trans_alloc(struct ipa *ipa, u32 tre_count);
154 * ipa_cmd_init() - Initialize IPA immediate commands
155 * @ipa: - IPA pointer
161 int ipa_cmd_init(struct ipa *ipa);