Searched refs:ipa_setup (Results 1 – 3 of 3) sorted by relevance
135 * ipa_setup() - Perform IPA setup149 * This function, @ipa_setup(), starts the setup stage.158 * verification was successful, the GSI layer is ready and ipa_setup()163 * and receipt of that interrupt triggers the call to ipa_setup().165 int ipa_setup(struct ipa *ipa);
170 ret = ipa_setup(ipa); in ipa_smp2p_modem_setup_ready_isr() 171 WARN(ret != 0, "error %d from ipa_setup()\n", ret); in ipa_smp2p_modem_setup_ready_isr()
101 * ipa_setup() - Set up IPA hardware111 int ipa_setup(struct ipa *ipa) in ipa_setup() function 174 * ipa_teardown() - Inverse of ipa_setup()889 * ipa_setup() when it has finished. In that case we're done here. in ipa_probe() 902 ret = ipa_setup(ipa); in ipa_probe() 951 /* Prevent the modem from triggering a call to ipa_setup(). This in ipa_remove()