LibMWCapture
3.3.1
LibMWCapture Documentation
|
#include <MWDMAMem.h>
Data Fields | |
int | mem_type |
int(* | create_dma_desc )(struct mw_dma_desc **dma_desc, unsigned long addr, size_t size, int direction, void *private_data) |
int(* | sync_for_cpu )(struct mw_dma_desc *dma_desc) |
int(* | sync_for_device )(struct mw_dma_desc *dma_desc) |
void(* | destroy_dma_desc )(struct mw_dma_desc *dma_desc) |
Definition at line 47 of file MWDMAMem.h.
int(* create_dma_desc) (struct mw_dma_desc **dma_desc, unsigned long addr, size_t size, int direction, void *private_data) |
Definition at line 50 of file MWDMAMem.h.
void(* destroy_dma_desc) (struct mw_dma_desc *dma_desc) |
Definition at line 56 of file MWDMAMem.h.
int mem_type |
Definition at line 48 of file MWDMAMem.h.
int(* sync_for_cpu) (struct mw_dma_desc *dma_desc) |
Definition at line 54 of file MWDMAMem.h.
int(* sync_for_device) (struct mw_dma_desc *dma_desc) |
Definition at line 55 of file MWDMAMem.h.