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

Data Fields

spinlock_t slock
 
struct devicedev
 
struct clkbus_clk
 
struct clklcd_clk
 
void __iomemregs
 
struct s3c_fb_variant variant
 
unsigned char enabled
 
bool output_on
 
struct s3c_fb_platdatapdata
 
struct s3c_fb_winwindows [S3C_FB_MAX_WIN]
 
int irq_no
 
unsigned long irq_flags
 
struct s3c_fb_vsync vsync_info
 

Detailed Description

struct s3c_fb - overall hardware state of the hardware : The spinlock protection for this data sturucture. : The device that we bound to, for printing, etc. : The clk (hclk) feeding our interface and possibly pixclk. : The clk (sclk) feeding pixclk. : The mapped hardware registers. : Variant information for this hardware. : A bitmask of enabled hardware windows. : Flag if the physical output is enabled. : The platform configuration data passed with the device. : The hardware windows that have been claimed. : IRQ line number : irq flags : VSYNC-related information (count, queues...)

Definition at line 206 of file s3c-fb.c.

Field Documentation

struct clk* bus_clk

Definition at line 209 of file s3c-fb.c.

struct device* dev

Definition at line 208 of file s3c-fb.c.

unsigned char enabled

Definition at line 214 of file s3c-fb.c.

unsigned long irq_flags

Definition at line 221 of file s3c-fb.c.

int irq_no

Definition at line 220 of file s3c-fb.c.

struct clk* lcd_clk

Definition at line 210 of file s3c-fb.c.

bool output_on

Definition at line 215 of file s3c-fb.c.

Definition at line 217 of file s3c-fb.c.

Definition at line 211 of file s3c-fb.c.

spinlock_t slock

Definition at line 207 of file s3c-fb.c.

Definition at line 212 of file s3c-fb.c.

struct s3c_fb_vsync vsync_info

Definition at line 222 of file s3c-fb.c.

Definition at line 218 of file s3c-fb.c.


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