Searched refs:IMU_MSG_RX_DATA (Results 1 – 5 of 5) sorted by relevance
1457 assert((IMU_MSG_RX_DATA == pImuMsg->Hdr.type) || (IMU_MSG_MULTI_RX_DATA == pImuMsg->Hdr.type)); in rpmsg_rxpkt_handler()1651 HAL_ImuInstallCallback(kIMU_LinkCpu1Cpu3, rpmsg_rxpkt_handler, IMU_MSG_RX_DATA); in imu_wifi_init()1727 HAL_ImuInstallCallback(kIMU_LinkCpu1Cpu3, NULL, IMU_MSG_RX_DATA); in imu_uninstall_callback()1799 …else if (mlan_adap->wlan_wakeup.type == IMU_MSG_RX_DATA || mlan_adap->wlan_wakeup.type == IMU_MSG_… in wifi_print_wakeup_reason()
92 IMU_MSG_RX_DATA, enumerator
1298 case IMU_MSG_RX_DATA: in HAL_ImuReceive()1301 if (imuHandle->imuHandler[IMU_MSG_RX_DATA] != NULL) in HAL_ImuReceive()1303 … rpmsgStatus = imuHandle->imuHandler[IMU_MSG_RX_DATA]((IMU_Msg_t *)pMsg, pMsg->Hdr.length); in HAL_ImuReceive()
1301 case IMU_MSG_RX_DATA: in HAL_ImuReceive()1304 if (imuHandle->imuHandler[IMU_MSG_RX_DATA] != NULL) in HAL_ImuReceive()1306 … imumcStatus = imuHandle->imuHandler[IMU_MSG_RX_DATA]((IMU_Msg_t *)pMsg, pMsg->Hdr.length); in HAL_ImuReceive()
348 IMU_MSG_RX_DATA, enumerator