Lines Matching full:modem
42 * @work: Work structure used to wake the modem netdev TX queue
49 /** ipa_open() - Opens the modem network interface */
85 /** ipa_stop() - Stops the modem network interface. */
204 /** ipa_modem_netdev_setup() - netdev setup function for the modem */
232 * Suspend the modem's endpoints.
247 * ipa_modem_wake_queue_work() - enable modem netdev queue
250 * Re-enable transmit on the modem network device. This is called
252 * the modem. We can't enable the queue directly in ipa_modem_resume()
267 * Resume the modem's endpoints.
291 /* Only attempt to start the modem if it's stopped */ in ipa_modem_start()
337 /* Only attempt to stop the modem if it's running */ in ipa_modem_stop()
370 /* Treat a "clean" modem stop the same as a crash */
376 /* Prevent the modem from triggering a call to ipa_setup() */ in ipa_modem_crashed()
403 dev_err(dev, "error %d stopping modem\n", ret); in ipa_modem_crashed()
405 /* Now prepare for the next modem boot */ in ipa_modem_crashed()
408 dev_err(dev, "error %d zeroing modem memory regions\n", ret); in ipa_modem_crashed()
424 dev_info(dev, "received modem starting event\n"); in ipa_modem_notify()
430 dev_info(dev, "received modem running event\n"); in ipa_modem_notify()
434 dev_info(dev, "received modem %s event\n", in ipa_modem_notify()
441 dev_info(dev, "received modem offline event\n"); in ipa_modem_notify()