Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | psc_dma_stream |
struct | psc_dma |
Macros | |
#define | PSC_STREAM_NAME_LEN 32 |
Functions | |
: short name for this device ("PSC0", "PSC1", etc) | |
psc_dma - Private driver data : pointer to the PSC's registers : pointer to the PSC's FIFO registers : IRQ of this PSC : struct device pointer : the CPU DAI for this device : Base value used in serial interface control register; mode is ORed with this value. : Playback stream context data : Capture stream context data | |
int | mpc5200_audio_dma_create (struct platform_device *op) |
int | mpc5200_audio_dma_destroy (struct platform_device *op) |
#define PSC_STREAM_NAME_LEN 32 |
Definition at line 8 of file mpc5200_dma.h.
int mpc5200_audio_dma_create | ( | struct platform_device * | op | ) |
Definition at line 373 of file mpc5200_dma.c.
int mpc5200_audio_dma_destroy | ( | struct platform_device * | op | ) |
Definition at line 492 of file mpc5200_dma.c.