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()
244 /* Only attempt to stop the modem if it's running */ in ipa_modem_stop()
256 /* Prevent the modem from triggering a call to ipa_setup() */ in ipa_modem_stop()
282 /* Treat a "clean" modem stop the same as a crash */
306 dev_err(dev, "error %d stopping modem\n", ret); in ipa_modem_crashed()
308 /* Now prepare for the next modem boot */ in ipa_modem_crashed()
311 dev_err(dev, "error %d zeroing modem memory regions\n", ret); in ipa_modem_crashed()
323 dev_info(dev, "received modem starting event\n"); in ipa_modem_notify()
328 dev_info(dev, "received modem running event\n"); in ipa_modem_notify()
332 dev_info(dev, "received modem %s event\n", in ipa_modem_notify()
339 dev_info(dev, "received modem offline event\n"); in ipa_modem_notify()