Home
last modified time | relevance | path

Searched refs:ipa_setup (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ipa/
H A Dipa.h135 * ipa_setup() - Perform IPA setup
149 * 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);
H A Dipa_smp2p.c170 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()
H A Dipa_main.c101 * ipa_setup() - Set up IPA hardware
111 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()