Lines Matching full:modem
21 * DOC: IPA SMP2P communication with the modem
24 * the modem. The IPA driver uses this for two purposes: to enable the modem
29 * This initialization is done either by Trust Zone or by the modem. In the
30 * latter case, the modem uses an SMP2P interrupt to tell the AP IPA driver
33 * The modem is also able to inquire about the current state of IPA
37 * bit is valid. The modem will poll the valid bit until it is set, and
41 * we never receive an interrupt from the modem requesting this.
52 * @clock_query_irq: IPA interrupt triggered by modem for power query
53 * @setup_ready_irq: IPA interrupt triggered by modem to signal GSI ready
55 * @notified: Whether modem has been notified of power state
76 * ipa_smp2p_notify() - use SMP2P to tell modem about IPA power state
79 * This is called either when the modem has requested it (by triggering
80 * the modem power query IPA interrupt) or whenever the AP is shutting down
110 /* Threaded IRQ handler for modem "ipa-clock-query" SMP2P interrupt */
137 /* IPA panic handler needs to run before modem shuts down */ in ipa_smp2p_panic_notifier_register()
151 /* Threaded IRQ handler for modem "ipa-setup-ready" SMP2P interrupt */
329 /* Reset state tracking whether we have notified the modem */