Searched refs:DmaPause (Results 1 – 7 of 7) sorted by relevance
74 if (data != NULL && data->ops != NULL && data->ops->DmaPause != NULL) { in AudioDmaPause()75 return data->ops->DmaPause(data, streamType); in AudioDmaPause()
159 int32_t (*DmaPause)(struct PlatformData *platformData, const enum AudioStreamType streamType); member
31 .DmaPause = AudioUsbDmaPause,
879 .DmaPause = Hi3516DmaPause, // dma暂停、停止函数接口
879 .DmaPause = Hi3516DmaPause, // Pause or stop the DMA service.
414 .DmaPause = Rk3568DmaPause,