|
Linux Kernel
3.7.1
|
Data Fields | |
| struct s3c_adc_client * | client |
| struct device * | dev |
| struct input_dev * | input |
| struct clk * | clock |
| void __iomem * | io |
| unsigned long | xp |
| unsigned long | yp |
| int | irq_tc |
| int | count |
| int | shift |
| int | features |
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.
Definition at line 77 of file s3c2410_ts.c.
Definition at line 80 of file s3c2410_ts.c.
| int count |
Definition at line 85 of file s3c2410_ts.c.
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.
1.8.2