Lines Matching full:ipa
9 struct ipa;
12 * ipa_uc_interrupt_handler() - Handler for microcontroller IPA interrupts
13 * @ipa: IPA pointer
14 * @irq_id: IPA interrupt ID
16 void ipa_uc_interrupt_handler(struct ipa *ipa, enum ipa_irq_id irq_id);
19 * ipa_uc_config() - Configure the IPA microcontroller subsystem
20 * @ipa: IPA pointer
22 void ipa_uc_config(struct ipa *ipa);
26 * @ipa: IPA pointer
28 void ipa_uc_deconfig(struct ipa *ipa);
32 * @ipa: IPA pointer
35 * IPA-resident microcontroller. The microcontroller signals that it
37 * message to the AP. The AP must ensure the IPA is powered until
42 void ipa_uc_power(struct ipa *ipa);
46 * @ipa: IPA pointer
51 void ipa_uc_panic_notifier(struct ipa *ipa);