Searched refs:DmaBufAlloc (Results 1 – 7 of 7) sorted by relevance
18 if (data != NULL && data->ops != NULL && data->ops->DmaBufAlloc != NULL) { in AudioDmaBufAlloc()19 return data->ops->DmaBufAlloc(data, streamType); in AudioDmaBufAlloc()
74 … int32_t (*DmaBufAlloc)(struct PlatformData *platformData, const enum AudioStreamType streamType); member
24 .DmaBufAlloc = AudioUsbDmaBufAlloc,
872 .DmaBufAlloc = Hi3516DmaBufAlloc, // dma内存申请函数接口
872 .DmaBufAlloc = Hi3516DmaBufAlloc, // Apply for memory for the DMA device.
407 .DmaBufAlloc = Rk3568DmaBufAlloc,