Searched refs:DmaRequestChannel (Results 1 – 7 of 7) sorted by relevance
34 if (data != NULL && data->ops != NULL && data->ops->DmaRequestChannel != NULL) { in AudioDmaRequestChannel()35 return data->ops->DmaRequestChannel(data, streamType); in AudioDmaRequestChannel()
99 …int32_t (*DmaRequestChannel)(const struct PlatformData *platformData, const enum AudioStreamType s… member
26 .DmaRequestChannel = AudioUsbDmaRequestChannel,
874 .DmaRequestChannel = Hi3516DmaRequestChannel, // dma申请通道函数接口
874 .DmaRequestChannel = Hi3516DmaRequestChannel, // Request a DMA channel.
409 .DmaRequestChannel = Rk3568DmaRequestChannel,