Lines Matching full:modem
39 /** ipa_open() - Opens the modem network interface */
63 /** ipa_stop() - Stops the modem network interface. */
142 /** ipa_modem_netdev_setup() - netdev setup function for the modem */
165 * Suspend the modem's endpoints.
181 * Resume the modem's endpoints.
201 /* Only attempt to start the modem if it's stopped */ in ipa_modem_start()
245 /* Only attempt to stop the modem if it's running */ in ipa_modem_stop()
257 /* Prevent the modem from triggering a call to ipa_setup() */ in ipa_modem_stop()
283 /* Treat a "clean" modem stop the same as a crash */
307 dev_err(dev, "error %d stopping modem\n", ret); in ipa_modem_crashed()
309 /* Now prepare for the next modem boot */ in ipa_modem_crashed()
312 dev_err(dev, "error %d zeroing modem memory regions\n", ret); in ipa_modem_crashed()
324 dev_info(dev, "received modem starting event\n"); in ipa_modem_notify()
329 dev_info(dev, "received modem running event\n"); in ipa_modem_notify()
333 dev_info(dev, "received modem %s event\n", in ipa_modem_notify()
340 dev_info(dev, "received modem offline event\n"); in ipa_modem_notify()