Lines Matching full:modem
42 * @work: Work structure used to wake the modem netdev TX queue
51 /** ipa_open() - Opens the modem network interface */
87 /** ipa_stop() - Stops the modem network interface. */
221 /** ipa_modem_netdev_setup() - netdev setup function for the modem */
249 * Suspend the modem's endpoints.
264 * ipa_modem_wake_queue_work() - enable modem netdev queue
267 * Re-enable transmit on the modem network device. This is called
269 * the modem. We can't enable the queue directly in ipa_modem_resume()
284 * Resume the modem's endpoints.
308 /* Only attempt to start the modem if it's stopped */ in ipa_modem_start()
359 /* Only attempt to stop the modem if it's running */ in ipa_modem_stop()
394 /* Treat a "clean" modem stop the same as a crash */
400 /* Prevent the modem from triggering a call to ipa_setup() */ in ipa_modem_crashed()
427 dev_err(dev, "error %d stopping modem\n", ret); in ipa_modem_crashed()
429 /* Now prepare for the next modem boot */ in ipa_modem_crashed()
432 dev_err(dev, "error %d zeroing modem memory regions\n", ret); in ipa_modem_crashed()
448 dev_info(dev, "received modem starting event\n"); in ipa_modem_notify()
454 dev_info(dev, "received modem running event\n"); in ipa_modem_notify()
458 dev_info(dev, "received modem %s event\n", in ipa_modem_notify()
465 dev_info(dev, "received modem offline event\n"); in ipa_modem_notify()