Home
last modified time | relevance | path

Searched refs:ReadyState (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Dmbim-cm.c413 UINT32 ReadyState; member
860 static MBIM_SUBSCRIBER_READY_STATE_E ReadyState = MBIMSubscriberReadyStateNotInitialized; variable
1067 …im_debug("%s ReadyState = %s", direction, MBIMSubscriberReadyStateStr(le32toh(pInfo->ReadyState))); in mbim_dump_subscriber_status()
1333 if (oldReadyState != le32toh(pInfo->ReadyState)) in mbim_recv_command()
1800 ReadyState = le32toh(pInfo->ReadyState); in mbim_subscriber_status_query()
2059 if (oldReadyState != ReadyState) { in mbim_update_state()
2060 …e %s -> %s ", MBIMSubscriberReadyStateStr(oldReadyState), MBIMSubscriberReadyStateStr(ReadyState)); in mbim_update_state()
2061 oldReadyState = ReadyState; chages++; in mbim_update_state()
2137 switch(ReadyState) { in requestGetSIMStatus()