Linux Kernel
3.7.1
|
#include <linux/device.h>
#include <linux/interrupt.h>
#include <linux/platform_device.h>
#include <linux/slab.h>
#include "musb_core.h"
#include "musbhsdma.h"
Go to the source code of this file.
Functions | |
void | dma_controller_destroy (struct dma_controller *c) |
struct dma_controller *__devinit | dma_controller_create (struct musb *musb, void __iomem *base) |
|
read |
Definition at line 384 of file musbhsdma.c.
void dma_controller_destroy | ( | struct dma_controller * | c | ) |
Definition at line 369 of file musbhsdma.c.