Searched refs:SHciAsynchEventQueue (Results 1 – 1 of 1) sorted by relevance
45 static tListNode SHciAsynchEventQueue; variable53 PLACE_IN_SECTION("SYSTEM_DRIVER_CONTEXT") static tListNode SHciAsynchEventQueue;105 …if((LST_is_empty(&SHciAsynchEventQueue) == FALSE) && (SHCI_TL_UserEventFlow != SHCI_TL_UserEventFl… in shci_user_evt_proc()107 LST_remove_head ( &SHciAsynchEventQueue, (tListNode **)&phcievtbuffer ); in shci_user_evt_proc()130 LST_insert_head ( &SHciAsynchEventQueue, (tListNode *)phcievtbuffer ); in shci_user_evt_proc()134 …if((LST_is_empty(&SHciAsynchEventQueue) == FALSE) && (SHCI_TL_UserEventFlow != SHCI_TL_UserEventFl… in shci_user_evt_proc()136 shci_notify_asynch_evt((void*) &SHciAsynchEventQueue); in shci_user_evt_proc()151 shci_notify_asynch_evt((void*) &SHciAsynchEventQueue); in shci_resume_flow()187 LST_init_head (&SHciAsynchEventQueue); in TlInit()238 LST_insert_tail(&SHciAsynchEventQueue, (tListNode *)shcievt); in TlUserEvtReceived()[all …]