Home
last modified time | relevance | path

Searched refs:platformDevice (Results 1 - 2 of 2) sorted by relevance

/device/board/hisilicon/hispark_taurus/audio_drivers/soc/src/
H A Dhi3516_dma_ops.c69 int32_t AudioDmaDeviceInit(const struct AudioCard *card, const struct PlatformDevice *platformDevice) in AudioDmaDeviceInit() argument
74 if (card == NULL || card->device == NULL || platformDevice == NULL || platformDevice->devData == NULL) { in AudioDmaDeviceInit()
75 AUDIO_DRIVER_LOG_ERR("platformDevice is NULL."); in AudioDmaDeviceInit()
89 if (platformDevice->devData->platformInitFlag == true) { in AudioDmaDeviceInit()
121 platformDevice->devData->platformInitFlag = true; in AudioDmaDeviceInit()
/device/board/hisilicon/hispark_taurus/audio_drivers/unittest/src/
H A Dhi3516_dma_ops_test.c31 struct PlatformDevice *platformDevice = NULL; in TestAudioDmaDeviceInit() local
35 ret = AudioDmaDeviceInit(card, platformDevice); in TestAudioDmaDeviceInit()

Completed in 2 milliseconds