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

Data Fields

spinlock_t lock
 
struct devicedev
 
void __iomemregs
 
unsigned long clk_rate
 
struct clkpclk
 
struct clksclk
 
u32 saved_clkcon
 
u32 saved_con
 
u32 saved_cstas
 
struct s3c_dma_paramsdma_playback
 

Detailed Description

struct samsung_spdif_info - Samsung S/PDIF Controller information : Spin lock for S/PDIF. : The parent device passed to use from the probe. : The pointer to the device register block. : Current clock rate for calcurate ratio. : The peri-clock pointer for spdif master operation. : The source clock pointer for making sync signals. : Backup clkcon reg. in suspend. : Backup con reg. in suspend. : Backup cstas reg. in suspend. : DMA information for playback channel.

Definition at line 84 of file spdif.c.

Field Documentation

unsigned long clk_rate

Definition at line 88 of file spdif.c.

struct device* dev

Definition at line 86 of file spdif.c.

struct s3c_dma_params* dma_playback

Definition at line 94 of file spdif.c.

spinlock_t lock

Definition at line 85 of file spdif.c.

struct clk* pclk

Definition at line 89 of file spdif.c.

Definition at line 87 of file spdif.c.

u32 saved_clkcon

Definition at line 91 of file spdif.c.

u32 saved_con

Definition at line 92 of file spdif.c.

u32 saved_cstas

Definition at line 93 of file spdif.c.

struct clk* sclk

Definition at line 90 of file spdif.c.


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