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

Data Fields

struct s3c_adc_clientclient
 
struct devicedev
 
struct input_dev * input
 
struct clkclock
 
void __iomemio
 
unsigned long xp
 
unsigned long yp
 
int irq_tc
 
int count
 
int shift
 
int features
 

Detailed Description

struct s3c2410ts - driver touchscreen state. : The ADC client we registered with the core driver. : The device we are bound to. : The input device we registered with the input subsystem. : The clock for the adc. : Pointer to the IO base. : The accumulated X position data. : The accumulated Y position data. : The interrupt number for pen up/down interrupt : The number of samples collected. : The log2 of the maximum count to read in one go. : The features supported by the TSADC MOdule.

Definition at line 76 of file s3c2410_ts.c.

Field Documentation

Definition at line 77 of file s3c2410_ts.c.

struct clk* clock

Definition at line 80 of file s3c2410_ts.c.

int count

Definition at line 85 of file s3c2410_ts.c.

struct device* dev

Definition at line 78 of file s3c2410_ts.c.

Definition at line 87 of file s3c2410_ts.c.

struct input_dev* input

Definition at line 79 of file s3c2410_ts.c.

Definition at line 81 of file s3c2410_ts.c.

int irq_tc

Definition at line 84 of file s3c2410_ts.c.

int shift

Definition at line 86 of file s3c2410_ts.c.

unsigned long xp

Definition at line 82 of file s3c2410_ts.c.

unsigned long yp

Definition at line 83 of file s3c2410_ts.c.


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