Lines Matching full:ready
20 * both sides know when everything is ready to begin operating. The AP
26 * are ready.
32 * contains a success result, the AP knows the modem IPA driver is ready.
37 * microcontroller is ready. The AP may assume the microcontroller is
38 * ready and remain so (even if the modem reboots) once it has received
51 * modem supplies a success response when it is ready to operate.
54 * - When the modem is ready to receive an INIT_COMPLETE indication from
56 * - On the initial modem boot, everything is ready when:
61 * - On subsequent modem boots, everything is ready when:
66 * determination of when things are "ready"
113 /* Determine whether everything is ready to start normal operation.
114 * We know everything (else) is ready when we know the IPA driver on
115 * the modem is ready, and the microcontroller is ready.
127 /* We aren't ready until the modem and microcontroller are */ in ipa_qmi_ready()
143 /* We're ready. Start up normal operation */ in ipa_qmi_ready()
172 * modem. This informs the AP that the modem is now ready to receive the
196 ipa_qmi_ready(ipa_qmi); /* We might be ready now */ in ipa_server_indication_register()
225 ipa_qmi_ready(ipa_qmi); /* We might be ready now */ in ipa_server_driver_init_complete()
436 ipa_qmi_ready(ipa_qmi); /* We might be ready now */ in ipa_client_init_driver_work()
501 /* We need this ready before the service lookup is added */ in ipa_qmi_setup()