Searched refs:IMU_MSG_EVENT (Results 1 – 5 of 5) sorted by relevance
1423 assert(IMU_MSG_EVENT == pImuMsg->Hdr.type); in rpmsg_event_handler()1429 mlan_adap->wlan_wakeup.type = IMU_MSG_EVENT; in rpmsg_event_handler()1649 HAL_ImuInstallCallback(kIMU_LinkCpu1Cpu3, rpmsg_event_handler, IMU_MSG_EVENT); in imu_wifi_init()1726 HAL_ImuInstallCallback(kIMU_LinkCpu1Cpu3, NULL, IMU_MSG_EVENT); in imu_uninstall_callback()1797 else if (mlan_adap->wlan_wakeup.type == IMU_MSG_EVENT) in wifi_print_wakeup_reason()
90 IMU_MSG_EVENT, enumerator
1289 case IMU_MSG_EVENT: in HAL_ImuReceive()1290 if (imuHandle->imuHandler[IMU_MSG_EVENT] != NULL) in HAL_ImuReceive()1292 … rpmsgStatus = imuHandle->imuHandler[IMU_MSG_EVENT]((IMU_Msg_t *)pMsg, pMsg->Hdr.length); in HAL_ImuReceive()
1292 case IMU_MSG_EVENT: in HAL_ImuReceive()1293 if (imuHandle->imuHandler[IMU_MSG_EVENT] != NULL) in HAL_ImuReceive()1295 … imumcStatus = imuHandle->imuHandler[IMU_MSG_EVENT]((IMU_Msg_t *)pMsg, pMsg->Hdr.length); in HAL_ImuReceive()
346 IMU_MSG_EVENT, enumerator