Searched refs:SRTM_LIST_OBJ (Results 1 – 4 of 4) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/srtm/srtm/ |
| D | srtm_dispatcher.c | 77 message = SRTM_LIST_OBJ(srtm_message_t, node, list); in SRTM_Dispatcher_InsertOrderedMessage() 130 message = SRTM_LIST_OBJ(srtm_message_t, node, list); in SRTM_Dispatcher_RecvMessage() 267 core = SRTM_LIST_OBJ(srtm_peercore_t, node, list); in SRTM_Dispatcher_Destroy() 275 service = SRTM_LIST_OBJ(srtm_service_t, node, list); in SRTM_Dispatcher_Destroy() 283 msg = SRTM_LIST_OBJ(srtm_message_t, node, list); in SRTM_Dispatcher_Destroy() 351 core = SRTM_LIST_OBJ(srtm_peercore_t, node, list); in SRTM_Dispatcher_Run() 377 core = SRTM_LIST_OBJ(srtm_peercore_t, node, list); in SRTM_Dispatcher_Run() 438 message = SRTM_LIST_OBJ(srtm_message_t, node, list); in SRTM_Dispatcher_RemovePeerCore() 453 message = SRTM_LIST_OBJ(srtm_message_t, node, list); in SRTM_Dispatcher_RemovePeerCore() 468 message = SRTM_LIST_OBJ(srtm_message_t, node, list); in SRTM_Dispatcher_RemovePeerCore() [all …]
|
| D | srtm_peercore.c | 75 channel = SRTM_LIST_OBJ(srtm_channel_t, node, list); in SRTM_PeerCore_Destroy() 113 channel = SRTM_LIST_OBJ(srtm_channel_t, node, list); in SRTM_PeerCore_Start() 139 channel = SRTM_LIST_OBJ(srtm_channel_t, node, list); in SRTM_PeerCore_Stop()
|
| D | srtm_list.h | 25 #define SRTM_LIST_OBJ(type, field, list) (type)((uint32_t)(list) - (uint32_t)(&((type)0)->field)) macro
|
| /hal_nxp-latest/mcux/mcux-sdk/components/srtm/services/ |
| D | srtm_audio_service.c | 194 proc = SRTM_LIST_OBJ(srtm_procedure_t, node, list); in SRTM_AudioService_PeriodDone() 736 proc = SRTM_LIST_OBJ(srtm_procedure_t, node, list); in SRTM_AudioService_DestroyIface() 752 cur_iface = SRTM_LIST_OBJ(srtm_audio_iface_t, node, list); in SRTM_AudioService_FindInterface() 771 cur_iface = SRTM_LIST_OBJ(srtm_audio_iface_t, node, list); in SRTM_AudioService_FindInterfaceByChannel() 790 cur_iface = SRTM_LIST_OBJ(srtm_audio_iface_t, node, list); in SRTM_AudioService_FindInterfaceByAdapter() 845 iface = SRTM_LIST_OBJ(srtm_audio_iface_t, node, list); in SRTM_AudioService_Destroy() 864 iface = SRTM_LIST_OBJ(srtm_audio_iface_t, node, list); in SRTM_AudioService_Reset()
|