Lines Matching full:ipa
11 struct ipa;
14 /* IPA device power management function block */
18 * ipa_core_clock_rate() - Return the current IPA core clock rate
19 * @ipa: IPA structure
23 u32 ipa_core_clock_rate(struct ipa *ipa);
27 * @ipa: IPA pointer
29 void ipa_power_modem_queue_stop(struct ipa *ipa);
33 * @ipa: IPA pointer
35 void ipa_power_modem_queue_wake(struct ipa *ipa);
39 * @ipa: IPA pointer
41 void ipa_power_modem_queue_active(struct ipa *ipa);
44 * ipa_power_setup() - Set up IPA power management
45 * @ipa: IPA pointer
49 int ipa_power_setup(struct ipa *ipa);
53 * @ipa: IPA pointer
55 void ipa_power_teardown(struct ipa *ipa);
58 * ipa_power_init() - Initialize IPA power management
59 * @dev: IPA device
69 * @power: IPA power pointer