| /hal_nxp-latest/mcux/mcux-sdk/components/sdu/ |
| D | fsl_adapter_sdu.c | 529 … (void)LIST_AddTail(&ctrl_sdu.cmd_free_buffer[direction], &cmd_buffer[direction][i].link); in SDU_InnerInit() 547 (void)LIST_AddTail(&ctrl_sdu.event_free_buffer, &event_buffer[i].link); in SDU_InnerInit() 565 (void)LIST_AddTail(&ctrl_sdu.data_free_buffer, &data_buffer[i].link); in SDU_InnerInit() 617 (void)LIST_AddTail(&ctrl_sdu.cmd_q[SDU_PORT_FOR_WRITE], &cmd_event_buf->link); in SDU_CmdCallback() 625 … (void)LIST_AddTail(&ctrl_sdu.cmd_free_buffer[SDU_PORT_FOR_READ], &cmd_event_buf->link); in SDU_CmdCallback() 630 (void)LIST_AddTail(&ctrl_sdu.event_free_buffer, &cmd_event_buf->link); in SDU_CmdCallback() 666 (void)LIST_AddTail(&ctrl_sdu.data_q[SDU_PORT_FOR_WRITE], &data_buf->link); in SDU_DataCallback() 672 (void)LIST_AddTail(&ctrl_sdu.data_free_buffer, &data_buf->link); in SDU_DataCallback() 712 (void)LIST_AddTail(&ctrl->cmd_free_buffer[SDU_PORT_FOR_WRITE], &cmd_rcv->link); 743 (void)LIST_AddTail(&ctrl->data_free_buffer, &data_rcv->link); [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/components/power_manager/core/ |
| D | fsl_pm_core.c | 475 if (LIST_AddTail((list_handle_t) & (s_pmHandle->notifyList[groupId]), in PM_RegisterNotify() 560 …(void)LIST_AddTail((list_handle_t) & (s_pmHandle->wakeupSourceList), (list_element_handle_t) & (ws… in PM_InitWakeupSource() 592 …(void)LIST_AddTail((list_handle_t) & (s_pmHandle->wakeupSourceList), (list_element_handle_t) & (ws… in PM_EnableWakeupSource()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/lists/ |
| D | fsl_component_generic_list.h | 136 list_status_t LIST_AddTail(list_handle_t list, list_element_handle_t listElement);
|
| D | fsl_component_generic_list.c | 124 list_status_t LIST_AddTail(list_handle_t list, list_element_handle_t listElement) in LIST_AddTail() function
|
| /hal_nxp-latest/mcux/mcux-sdk/components/messaging/ |
| D | fsl_component_messaging.c | 54 listStatus = LIST_AddTail(msgQueue, (list_element_t *)msg); in MSG_QueueAddTail()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/osa/ |
| D | fsl_os_abstraction_free_rtos.c | 395 (void)LIST_AddTail(&s_osaState.taskList, (list_element_handle_t) & (ptask->link)); in OSA_TaskCreate() 410 (void)LIST_AddTail(&s_osaState.taskList, (list_element_handle_t) & (ptask->link)); in OSA_TaskCreate()
|
| D | fsl_os_abstraction_bm.c | 450 … (void)LIST_AddTail(&s_osaState.taskList, (list_element_handle_t)(void *)&(ptaskStruct->link)); in OSA_TaskSetPriority() 528 …listStatus = LIST_AddTail(&s_osaState.taskList, (list_element_handle_t)(void *)&(ptaskStruct->link… in OSA_TaskCreate()
|
| D | fsl_os_abstraction_threadx.c | 398 (void)LIST_AddTail(&s_osaState.taskList, (list_element_handle_t) & (ptask->link)); in OSA_TaskCreate()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/i3c_bus/ |
| D | fsl_component_i3c.c | 313 (void)LIST_AddTail(i3cDevList, &dev->listNode); in I3C_BusAddI3CDev() 343 (void)LIST_AddTail(i2cDevList, &dev->listNode); in I3C_BusAddI2CDev()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/rpmsg/ |
| D | fsl_adapter_rpmsg.c | 360 (void)LIST_AddTail(&s_rpmsgEpList, (list_element_handle_t)&s_rpmsgPeerEptStat[s_rpmsgEptCount]); in HAL_RpmsgInit()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC5534/utilities/ |
| D | fsl_shell.c | 942 (void)LIST_AddTail(&shellContextHandle->commandContextListHead, &shellCommand->link);
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MKE18F16/utilities/ |
| D | fsl_shell.c | 942 (void)LIST_AddTail(&shellContextHandle->commandContextListHead, &shellCommand->link);
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MKV58F24/utilities/ |
| D | fsl_shell.c | 942 (void)LIST_AddTail(&shellContextHandle->commandContextListHead, &shellCommand->link);
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC5536/utilities/ |
| D | fsl_shell.c | 942 (void)LIST_AddTail(&shellContextHandle->commandContextListHead, &shellCommand->link);
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MK22F12/utilities/ |
| D | fsl_shell.c | 942 (void)LIST_AddTail(&shellContextHandle->commandContextListHead, &shellCommand->link);
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MKV56F24/utilities/ |
| D | fsl_shell.c | 942 (void)LIST_AddTail(&shellContextHandle->commandContextListHead, &shellCommand->link);
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MKE16F16/utilities/ |
| D | fsl_shell.c | 942 (void)LIST_AddTail(&shellContextHandle->commandContextListHead, &shellCommand->link);
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MKE14F16/utilities/ |
| D | fsl_shell.c | 942 (void)LIST_AddTail(&shellContextHandle->commandContextListHead, &shellCommand->link);
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC55S36/utilities/ |
| D | fsl_shell.c | 942 (void)LIST_AddTail(&shellContextHandle->commandContextListHead, &shellCommand->link);
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8QX3/utilities/ |
| D | fsl_shell.c | 946 (void)LIST_AddTail(&shellContextHandle->commandContextListHead, &shellCommand->link);
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8DX4/utilities/ |
| D | fsl_shell.c | 946 (void)LIST_AddTail(&shellContextHandle->commandContextListHead, &shellCommand->link);
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC54113/utilities/ |
| D | fsl_shell.c | 946 (void)LIST_AddTail(&shellContextHandle->commandContextListHead, &shellCommand->link);
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8QX1/utilities/ |
| D | fsl_shell.c | 946 (void)LIST_AddTail(&shellContextHandle->commandContextListHead, &shellCommand->link);
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8QX5/utilities/ |
| D | fsl_shell.c | 946 (void)LIST_AddTail(&shellContextHandle->commandContextListHead, &shellCommand->link);
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8DX3/utilities/ |
| D | fsl_shell.c | 946 (void)LIST_AddTail(&shellContextHandle->commandContextListHead, &shellCommand->link);
|