Searched refs:DmaBufFree (Results 1 – 7 of 7) sorted by relevance
26 if (data != NULL && data->ops != NULL && data->ops->DmaBufFree != NULL) { in AudioDmaBufFree()27 return data->ops->DmaBufFree(data, streamType); in AudioDmaBufFree()
87 int32_t (*DmaBufFree)(struct PlatformData *platformData, const enum AudioStreamType streamType); member
25 .DmaBufFree = AudioUsbDmaBufFree,
873 .DmaBufFree = Hi3516DmaBufFree, // dma内存释放函数接口
873 .DmaBufFree = Hi3516DmaBufFree, // Release the memory of the DMA device.
408 .DmaBufFree = Rk3568DmaBufFree,