Searched refs:platformDevice (Results 1 – 3 of 3) sorted by relevance
38 struct PlatformDevice *platformDevice = NULL; in AudioSocRegisterPlatform() local49 platformDevice = (struct PlatformDevice *)OsalMemCalloc(sizeof(*platformDevice)); in AudioSocRegisterPlatform()50 if (platformDevice == NULL) { in AudioSocRegisterPlatform()55 platformDevice->devPlatformName = platformData->drvPlatformName; in AudioSocRegisterPlatform()56 platformDevice->devData = platformData; in AudioSocRegisterPlatform()57 platformDevice->device = device; in AudioSocRegisterPlatform()58 DListInsertHead(&platformDevice->list, &platformController); in AudioSocRegisterPlatform()60 ADM_LOG_INFO("Register [%s] success.", platformDevice->devPlatformName); in AudioSocRegisterPlatform()
895 …t32_t AudioDmaDeviceInit(const struct AudioCard *card, const struct PlatformDevice *platformDevice)