Home
last modified time | relevance | path

Searched refs:platformHost (Results 1 - 3 of 3) sorted by relevance

/device/board/hihope/rk3568/audio_drivers/soc/src/
H A Drk3568_dma_adapter.c37 struct PlatformHost *platformHost = NULL; in PlatformDriverBind() local
44 platformHost = (struct PlatformHost *)OsalMemCalloc(sizeof(*platformHost)); in PlatformDriverBind()
45 if (platformHost == NULL) { in PlatformDriverBind()
50 platformHost->device = device; in PlatformDriverBind()
51 device->service = &platformHost->service; in PlatformDriverBind()
94 struct PlatformHost *platformHost = NULL; in PlatformDriverInit() local
100 platformHost = (struct PlatformHost *)device->service; in PlatformDriverInit()
101 if (platformHost == NULL) { in PlatformDriverInit()
102 AUDIO_DEVICE_LOG_ERR("platformHost i in PlatformDriverInit()
141 struct PlatformHost *platformHost = NULL; PlatformDriverRelease() local
[all...]
/device/board/hisilicon/hispark_taurus/audio_drivers/soc/src/
H A Dhi3516_dma_adapter.c46 struct PlatformHost *platformHost = NULL; in Hi3516DmaDriverBind() local
53 platformHost = (struct PlatformHost *)OsalMemCalloc(sizeof(*platformHost)); in Hi3516DmaDriverBind()
54 if (platformHost == NULL) { in Hi3516DmaDriverBind()
59 platformHost->device = device; in Hi3516DmaDriverBind()
60 device->service = &platformHost->service; in Hi3516DmaDriverBind()
121 struct PlatformHost *platformHost = NULL; in Hi3516DmaDriverRelease() local
128 platformHost = (struct PlatformHost *)device->service; in Hi3516DmaDriverRelease()
129 if (platformHost == NULL) { in Hi3516DmaDriverRelease()
130 AUDIO_DRIVER_LOG_ERR("platformHost i in Hi3516DmaDriverRelease()
[all...]
/device/board/hihope/dayu210/audio_drivers/soc/src/
H A Drk3588_dma_adapter.c41 struct PlatformHost *platformHost = NULL; in PlatformDriverBind() local
48 platformHost = (struct PlatformHost *)OsalMemCalloc(sizeof(*platformHost)); in PlatformDriverBind()
49 if (platformHost == NULL) { in PlatformDriverBind()
54 platformHost->device = device; in PlatformDriverBind()
55 device->service = &platformHost->service; in PlatformDriverBind()
123 struct PlatformHost *platformHost = NULL; in PlatformDriverRelease() local
129 platformHost = (struct PlatformHost *)device->service; in PlatformDriverRelease()
130 if (platformHost == NULL) { in PlatformDriverRelease()
131 AUDIO_DEVICE_LOG_ERR("platformHost i in PlatformDriverRelease()
[all...]

Completed in 2 milliseconds