Lines Matching full:ipa
11 struct ipa;
14 * ipa_smp2p_init() - Initialize the IPA SMP2P subsystem
15 * @ipa: IPA pointer
21 int ipa_smp2p_init(struct ipa *ipa, bool modem_init);
25 * @ipa: IPA pointer
27 void ipa_smp2p_exit(struct ipa *ipa);
30 * ipa_smp2p_disable() - Prevent "ipa-setup-ready" interrupt handling
31 * @IPA: IPA pointer
36 void ipa_smp2p_disable(struct ipa *ipa);
40 * @ipa: IPA pointer
42 * If the modem crashes it queries the IPA clock state. In cleaning
46 void ipa_smp2p_notify_reset(struct ipa *ipa);