Lines Matching full:modem
40 * @work: Work structure used to wake the modem netdev TX queue
47 /** ipa_open() - Opens the modem network interface */
83 /** ipa_stop() - Stops the modem network interface. */
202 /** ipa_modem_netdev_setup() - netdev setup function for the modem */
225 * Suspend the modem's endpoints.
240 * ipa_modem_wake_queue_work() - enable modem netdev queue
243 * Re-enable transmit on the modem network device. This is called
245 * the modem. We can't enable the queue directly in ipa_modem_resume()
260 * Resume the modem's endpoints.
284 /* Only attempt to start the modem if it's stopped */ in ipa_modem_start()
330 /* Only attempt to stop the modem if it's running */ in ipa_modem_stop()
342 /* Prevent the modem from triggering a call to ipa_setup() */ in ipa_modem_stop()
366 /* Treat a "clean" modem stop the same as a crash */
396 dev_err(dev, "error %d stopping modem\n", ret); in ipa_modem_crashed()
398 /* Now prepare for the next modem boot */ in ipa_modem_crashed()
401 dev_err(dev, "error %d zeroing modem memory regions\n", ret); in ipa_modem_crashed()
417 dev_info(dev, "received modem starting event\n"); in ipa_modem_notify()
423 dev_info(dev, "received modem running event\n"); in ipa_modem_notify()
427 dev_info(dev, "received modem %s event\n", in ipa_modem_notify()
434 dev_info(dev, "received modem offline event\n"); in ipa_modem_notify()