Lines Matching full:ipa
13 struct ipa;
16 * ipa_smp2p_init() - Initialize the IPA SMP2P subsystem
17 * @ipa: IPA pointer
23 int ipa_smp2p_init(struct ipa *ipa, struct platform_device *pdev,
28 * @ipa: IPA pointer
30 void ipa_smp2p_exit(struct ipa *ipa);
34 * @ipa: IPA pointer
36 * Disable the "ipa-setup-ready" interrupt from the modem.
38 void ipa_smp2p_irq_disable_setup(struct ipa *ipa);
42 * @ipa: IPA pointer
44 * If the modem crashes it queries the IPA power state. In cleaning
48 void ipa_smp2p_notify_reset(struct ipa *ipa);