Searched refs:DmaConfigChannel (Results 1 – 7 of 7) sorted by relevance
42 if (data != NULL && data->ops != NULL && data->ops->DmaConfigChannel != NULL) { in AudioDmaConfigChannel()43 return data->ops->DmaConfigChannel(data, streamType); in AudioDmaConfigChannel()
111 …int32_t (*DmaConfigChannel)(const struct PlatformData *platformData, const enum AudioStreamType st… member
27 .DmaConfigChannel = AudioUsbDmaConfigChannel,
875 .DmaConfigChannel = Hi3516DmaConfigChannel, // dma通道配置函数接口
875 .DmaConfigChannel = Hi3516DmaConfigChannel, // Configure the DMA channel.
410 .DmaConfigChannel = Rk3568DmaConfigChannel,