Lines Matching full:ipa
9 struct ipa;
13 * ipa_uc_interrupt_handler() - Handler for microcontroller IPA interrupts
14 * @ipa: IPA pointer
15 * @irq_id: IPA interrupt ID
17 void ipa_uc_interrupt_handler(struct ipa *ipa, enum ipa_irq_id irq_id);
20 * ipa_uc_config() - Configure the IPA microcontroller subsystem
21 * @ipa: IPA pointer
23 void ipa_uc_config(struct ipa *ipa);
27 * @ipa: IPA pointer
29 void ipa_uc_deconfig(struct ipa *ipa);
33 * @ipa: IPA pointer
36 * IPA-resident microcontroller. The microcontroller signals that it
38 * message to the AP. The AP must ensure the IPA is powered until
43 void ipa_uc_power(struct ipa *ipa);
47 * @ipa: IPA pointer
52 void ipa_uc_panic_notifier(struct ipa *ipa);