Searched refs:DMstatus (Results 1 – 1 of 1) sorted by relevance
6042 bit32 DMstatus = DM_RC_FAILURE; in ossaDeviceRegistrationCB() local6157 if (DMstatus != DM_RC_SUCCESS) in ossaDeviceRegistrationCB()6159 TI_DBG1(("ossaDeviceRegistrationCB: dmRegisterDevice failed!!! 0x%x\n", DMstatus)); in ossaDeviceRegistrationCB()6200 TI_DBG1(("ossaDeviceRegistrationCB: smRegisterDevice failed!!! 0x%x\n", DMstatus)); in ossaDeviceRegistrationCB()6467 bit32 DMstatus = DM_RC_FAILURE; in ossaDeregisterDeviceHandleCB() local6572 DMstatus = dmDestroyPort(dmRoot, dmPortContext, &dmPortInfo); in ossaDeregisterDeviceHandleCB()6573 if (DMstatus != DM_RC_SUCCESS) in ossaDeregisterDeviceHandleCB()6575 TI_DBG1(("ossaDeregisterDeviceHandleCB: dmDestroyPort failed!!! 0x%x\n", DMstatus)); in ossaDeregisterDeviceHandleCB()6604 DMstatus = dmDestroyPort(dmRoot, dmPortContext, &dmPortInfo); in ossaDeregisterDeviceHandleCB()6605 if (DMstatus != DM_RC_SUCCESS) in ossaDeregisterDeviceHandleCB()[all …]