Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
s3c_pcm_info Struct Reference

Data Fields

spinlock_t lock
 
struct devicedev
 
void __iomemregs
 
unsigned int sclk_per_fs
 
unsigned int idleclk
 
struct clkpclk
 
struct clkcclk
 
struct s3c_dma_paramsdma_playback
 
struct s3c_dma_paramsdma_capture
 

Detailed Description

struct s3c_pcm_info - S3C PCM Controller information : The parent device passed to use from the probe. : The pointer to the device register block. : DMA information for playback channel. : DMA information for capture channel.

Definition at line 118 of file pcm.c.

Field Documentation

struct clk* cclk

Definition at line 129 of file pcm.c.

struct device* dev

Definition at line 120 of file pcm.c.

struct s3c_dma_params* dma_capture

Definition at line 132 of file pcm.c.

struct s3c_dma_params* dma_playback

Definition at line 131 of file pcm.c.

unsigned int idleclk

Definition at line 126 of file pcm.c.

spinlock_t lock

Definition at line 119 of file pcm.c.

struct clk* pclk

Definition at line 128 of file pcm.c.

Definition at line 121 of file pcm.c.

unsigned int sclk_per_fs

Definition at line 123 of file pcm.c.


The documentation for this struct was generated from the following file: