Lines Matching full:ipa
15 struct ipa;
21 * enum ipa_cmd_opcode: IPA immediate commands
27 * @IPA_CMD_HDR_INIT_LOCAL: Initialize IPA-local header memory
28 * @IPA_CMD_REGISTER_WRITE: Register write performed by IPA
30 * @IPA_CMD_DMA_SHARED_MEM: DMA command performed by IPA
51 * @ipa: - IPA pointer
52 * @mem: - IPA memory region descriptor
57 bool ipa_cmd_table_init_valid(struct ipa *ipa, const struct ipa_mem *mem,
62 * @ipa: - IPA pointer
66 bool ipa_cmd_data_valid(struct ipa *ipa);
70 * @channel: AP->IPA command TX GSI channel pointer
79 * @channel: AP->IPA command TX GSI channel pointer
86 * @opcode: IPA immediate command opcode
88 * @offset: Offset in IPA shared memory of non-hashed routing table memory
91 * @hash_offset: Offset in IPA shared memory of hashed routing table memory
104 * @offset: Offset of header memory in IPA local space
108 * Defines and fills the location in IPA memory to use for headers.
127 * @offset: Offset of IPA memory to be read or written
130 * @toward_ipa: true means write to IPA memory; false means read
151 * @ipa: - IPA pointer
153 void ipa_cmd_pipeline_clear_wait(struct ipa *ipa);
157 * @ipa: IPA pointer
163 struct gsi_trans *ipa_cmd_trans_alloc(struct ipa *ipa, u32 tre_count);
166 * ipa_cmd_init() - Initialize IPA immediate commands
167 * @ipa: - IPA pointer
173 int ipa_cmd_init(struct ipa *ipa);