Lines Matching full:ready
24 * both sides know when everything is ready to begin operating. The AP
30 * are ready.
36 * contains a success result, the AP knows the modem IPA driver is ready.
41 * microcontroller is ready. The AP may assume the microcontroller is
42 * ready and remain so (even if the modem reboots) once it has received
55 * modem supplies a success response when it is ready to operate.
58 * - When the modem is ready to receive an INIT_COMPLETE indication from
60 * - On the initial modem boot, everything is ready when:
65 * - On subsequent modem boots, everything is ready when:
70 * determination of when things are "ready"
117 /* Determine whether everything is ready to start normal operation.
118 * We know everything (else) is ready when we know the IPA driver on
119 * the modem is ready, and the microcontroller is ready.
131 /* We aren't ready until the modem and microcontroller are */ in ipa_qmi_ready()
147 /* We're ready. Start up normal operation */ in ipa_qmi_ready()
176 * modem. This informs the AP that the modem is now ready to receive the
200 ipa_qmi_ready(ipa_qmi); /* We might be ready now */ in ipa_server_indication_register()
229 ipa_qmi_ready(ipa_qmi); /* We might be ready now */ in ipa_server_driver_init_complete()
439 ipa_qmi_ready(ipa_qmi); /* We might be ready now */ in ipa_client_init_driver_work()
504 /* We need this ready before the service lookup is added */ in ipa_qmi_setup()