Lines Matching full:ipa
19 struct ipa;
70 * With each packet it transfers, the IPA hardware can perform certain
99 * struct ipa_endpoint_config - IPA endpoint hardware configuration
138 * struct ipa_endpoint - IPA endpoint information
139 * @ipa: IPA pointer
142 * @endpoint_id: IPA endpoint number
153 struct ipa *ipa; member
172 void ipa_endpoint_modem_hol_block_clear_all(struct ipa *ipa);
174 void ipa_endpoint_modem_pause_all(struct ipa *ipa, bool enable);
176 int ipa_endpoint_modem_exception_reset_all(struct ipa *ipa);
186 void ipa_endpoint_suspend(struct ipa *ipa);
187 void ipa_endpoint_resume(struct ipa *ipa);
189 void ipa_endpoint_setup(struct ipa *ipa);
190 void ipa_endpoint_teardown(struct ipa *ipa);
192 int ipa_endpoint_config(struct ipa *ipa);
193 void ipa_endpoint_deconfig(struct ipa *ipa);
195 void ipa_endpoint_default_route_set(struct ipa *ipa, u32 endpoint_id);
196 void ipa_endpoint_default_route_clear(struct ipa *ipa);
198 int ipa_endpoint_init(struct ipa *ipa, u32 count,
200 void ipa_endpoint_exit(struct ipa *ipa);