Lines Matching refs:SHciAsynchEventQueue
45 static tListNode SHciAsynchEventQueue; variable
53 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()
239 …shci_notify_asynch_evt((void*) &SHciAsynchEventQueue); /**< Notify the application a full HCI even… in TlUserEvtReceived()