Home
last modified time | relevance | path

Searched refs:eptList (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/rpmsg/
Dfsl_adapter_rfimu.c253 list_for_each(cur, &imuHandle->eptList) in HAL_RpmsgGetEndpointFromAddr()
277 LIST_addTail(&imuHandle->eptList, &rpmsgHandle->eptLink); in HAL_RpmsgCreateEndpoint()
304 LIST_remove(&imuHandle->eptList, &rpmsgHandle->eptLink); in HAL_RpmsgDestroyEndpoint()
1177 list_for_each(cur, &imuHandle->eptList) in HAL_ImuCtrlHandler()
1631 LIST_init(&imuHandle->eptList); in HAL_ImuInit()
Dfsl_adapter_rfimu.h385 LIST_ELEM_st eptList; member
/hal_nxp-latest/mcux/mcux-sdk/components/imu_adapter/
Dfsl_adapter_imu.c256 list_for_each(cur, &imuHandle->eptList) in HAL_ImumcGetEndpointFromAddr()
280 LIST_addTail(&imuHandle->eptList, &imumcHandle->eptLink); in HAL_ImumcCreateEndpoint()
307 LIST_remove(&imuHandle->eptList, &imumcHandle->eptLink); in HAL_ImumcDestroyEndpoint()
1180 list_for_each(cur, &imuHandle->eptList) in HAL_ImuCtrlHandler()
1634 LIST_init(&imuHandle->eptList); in HAL_ImuInit()
Dfsl_adapter_imu.h641 LIST_ELEM_st eptList; member