Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/srtm/srtm/
Dsrtm_list.h34 } srtm_list_t; typedef
48 static inline void SRTM_List_Init(srtm_list_t *list) in SRTM_List_Init()
62 static inline bool SRTM_List_IsEmpty(srtm_list_t *list) in SRTM_List_IsEmpty()
75 static inline void SRTM_List_AddHead(srtm_list_t *list, srtm_list_t *node) in SRTM_List_AddHead()
92 static inline void SRTM_List_AddTail(srtm_list_t *list, srtm_list_t *node) in SRTM_List_AddTail()
109 static inline void SRTM_List_InsertBefore(srtm_list_t *anchor, srtm_list_t *node) in SRTM_List_InsertBefore()
120 static inline void SRTM_List_InsertAfter(srtm_list_t *anchor, srtm_list_t *node) in SRTM_List_InsertAfter()
130 static inline void SRTM_List_Remove(srtm_list_t *node) in SRTM_List_Remove()
Dsrtm_dispatcher_struct.h48 srtm_list_t cores; /*!< SRTM peer core list head */
49 srtm_list_t services; /*!< SRTM service list head */
56 srtm_list_t freeRxMsgs; /*!< Free Rx messages list to hold the callback Rx data */
57 srtm_list_t messageQ; /*!< Message queue to hold the messages to process */
58 srtm_list_t waitingReqs; /*!< Message queue to hold the request waiting for the response */
116 srtm_status_t SRTM_Dispatcher_DeliverMessages(srtm_dispatcher_t disp, srtm_list_t *msgs);
Dsrtm_dispatcher.c68 srtm_list_t *list; in SRTM_Dispatcher_InsertOrderedMessage()
122 srtm_list_t *list; in SRTM_Dispatcher_RecvMessage()
248 srtm_list_t *list; in SRTM_Dispatcher_Destroy()
335 srtm_list_t *list; in SRTM_Dispatcher_Run()
410 srtm_list_t listHead; in SRTM_Dispatcher_RemovePeerCore()
411 srtm_list_t *list, *next; in SRTM_Dispatcher_RemovePeerCore()
646 srtm_status_t SRTM_Dispatcher_DeliverMessages(srtm_dispatcher_t disp, srtm_list_t *msgs) in SRTM_Dispatcher_DeliverMessages()
649 srtm_list_t *list; in SRTM_Dispatcher_DeliverMessages()
733 srtm_list_t *list; in SRTM_Dispatcher_PostRecvData()
781 srtm_list_t *list; in SRTM_Dispatcher_CallService()
[all …]
Dsrtm_peercore_struct.h25 srtm_list_t node; /*!< SRTM peer core list node to link to a list */
26 srtm_list_t channels; /*!< SRTM channel list to maintain channels added to the peer core */
27 srtm_list_t pendingQ; /*!< Pending messages queue */
Dsrtm_peercore.c64 srtm_list_t *list; in SRTM_PeerCore_Destroy()
98 srtm_list_t *list; in SRTM_PeerCore_Start()
124 srtm_list_t *list; in SRTM_PeerCore_Stop()
Dsrtm_service_struct.h23 srtm_list_t node; /*!< SRTM service list node to link to a list */
Dsrtm_channel_struct.h23 srtm_list_t node; /*!< SRTM channel list node to link to a list */
Dsrtm_message_struct.h51 srtm_list_t node; /*!< SRTM message list node to link to a list */
/hal_nxp-latest/mcux/mcux-sdk/components/srtm/services/
Dsrtm_audio_service.c80 srtm_list_t ifaces;
86 srtm_list_t node;
92 srtm_list_t freeProcs;
183 srtm_list_t *list; in SRTM_AudioService_PeriodDone()
724 srtm_list_t *list; in SRTM_AudioService_DestroyIface()
746 srtm_list_t *list; in SRTM_AudioService_FindInterface()
765 srtm_list_t *list; in SRTM_AudioService_FindInterfaceByChannel()
784 srtm_list_t *list; in SRTM_AudioService_FindInterfaceByAdapter()
830 srtm_list_t *list; in SRTM_AudioService_Destroy()
855 srtm_list_t *list; in SRTM_AudioService_Reset()
/hal_nxp-latest/mcux/mcux-sdk/components/srtm/port/
Dsrtm_message_pool.c39 srtm_list_t node;
40 uint8_t buf[SRTM_MESSAGE_BUF_SIZE - sizeof(srtm_list_t)];
47 static srtm_list_t srtmMsgList;