Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | virt_dma_desc |
struct | virt_dma_chan |
Functions | |
void | vchan_dma_desc_free_list (struct virt_dma_chan *vc, struct list_head *head) |
void | vchan_init (struct virt_dma_chan *vc, struct dma_device *dmadev) |
struct virt_dma_desc * | vchan_find_desc (struct virt_dma_chan *, dma_cookie_t) |
void vchan_dma_desc_free_list | ( | struct virt_dma_chan * | vc, |
struct list_head * | head | ||
) |
Definition at line 94 of file virt-dma.c.
|
read |
Definition at line 42 of file virt-dma.c.
void vchan_init | ( | struct virt_dma_chan * | vc, |
struct dma_device * | dmadev | ||
) |
Definition at line 106 of file virt-dma.c.