Searched refs:LIST_Init (Results 1 – 11 of 11) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/power_manager/core/ |
| D | fsl_pm_core.c | 248 LIST_Init((list_handle_t) & (handle->notifyList[kPM_NotifyGroup0]), 0UL); in PM_CreateHandle() 249 LIST_Init((list_handle_t) & (handle->notifyList[kPM_NotifyGroup1]), 0UL); in PM_CreateHandle() 250 LIST_Init((list_handle_t) & (handle->notifyList[kPM_NotifyGroup2]), 0UL); in PM_CreateHandle() 254 LIST_Init((list_handle_t) & (handle->wakeupSourceList), 0UL); in PM_CreateHandle()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/sdu/ |
| D | fsl_adapter_sdu.c | 496 LIST_Init(&ctrl_sdu.cmd_q[direction], 0); in SDU_InnerInit() 497 LIST_Init(&ctrl_sdu.cmd_free_buffer[direction], SDU_MAX_CMD_BUFFER); in SDU_InnerInit() 498 LIST_Init(&ctrl_sdu.data_q[direction], 0); in SDU_InnerInit() 500 LIST_Init(&ctrl_sdu.data_free_buffer, SDU_MAX_DATA_BUFFER); in SDU_InnerInit() 501 LIST_Init(&ctrl_sdu.event_q, 0); in SDU_InnerInit() 502 LIST_Init(&ctrl_sdu.event_free_buffer, SDU_MAX_EVENT_BUFFER); in SDU_InnerInit()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/rpmsg/ |
| D | fsl_adapter_rpmsg.c | 186 LIST_Init((&s_rpmsgEpList), 0); in HAL_RpmsgMcmgrMasterInit() 261 LIST_Init((&s_rpmsgEpList), 0); in HAL_RpmsgMcmgrRemoteInit()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/messaging/ |
| D | fsl_component_messaging.h | 28 #define MSG_QueueInit(anchor) LIST_Init(anchor, 0)
|
| D | fsl_component_messaging.c | 33 LIST_Init(msgQueue, 0); in MSG_QueueInit()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/lists/ |
| D | fsl_component_generic_list.h | 109 void LIST_Init(list_handle_t list, uint32_t max);
|
| D | fsl_component_generic_list.c | 80 void LIST_Init(list_handle_t list, uint32_t max) in LIST_Init() function
|
| /hal_nxp-latest/mcux/mcux-sdk/components/i3c_bus/ |
| D | fsl_component_i3c.c | 410 LIST_Init(&bus->i2cDevList, 0); in I3C_BusCreate() 411 LIST_Init(&bus->i3cDevList, 0); in I3C_BusCreate()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/osa/ |
| D | fsl_os_abstraction_threadx.c | 239 LIST_Init((&s_osaState.taskList), 0); in OSA_Init()
|
| D | fsl_os_abstraction_free_rtos.c | 1330 LIST_Init((&s_osaState.taskList), 0); in OSA_Init()
|
| D | fsl_os_abstraction_bm.c | 1479 LIST_Init((&s_osaState.taskList), 0); in OSA_Init()
|