Searched refs:EseLibStatus (Results 1 – 2 of 2) sorted by relevance
98 nxpese_ctxt.EseLibStatus = ESE_STATUS_OPEN; in phNxpEse_init()173 if (nxpese_ctxt.EseLibStatus != ESE_STATUS_CLOSE) { in phNxpEse_open()316 nxpese_ctxt.EseLibStatus = ESE_STATUS_CLOSE; in phNxpEse_open()329 bool phNxpEse_isOpen() { return nxpese_ctxt.EseLibStatus != ESE_STATUS_CLOSE; } in phNxpEse_isOpen()515 nxpese_ctxt.EseLibStatus = ESE_STATUS_CLOSE; in phNxpEse_openPrioSession()606 } else if ((ESE_STATUS_CLOSE == nxpese_ctxt.EseLibStatus)) { in phNxpEse_Transceive()609 } else if ((ESE_STATUS_BUSY == nxpese_ctxt.EseLibStatus)) { in phNxpEse_Transceive()613 nxpese_ctxt.EseLibStatus = ESE_STATUS_BUSY; in phNxpEse_Transceive()619 nxpese_ctxt.EseLibStatus = ESE_STATUS_IDLE; in phNxpEse_Transceive()846 if ((ESE_STATUS_CLOSE == nxpese_ctxt.EseLibStatus)) { in phNxpEse_close()
80 phNxpEse_LibStatus EseLibStatus; /* Indicate if Ese Lib is open or closed */ member