Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
include
linux
input
bu21013.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) ST-Ericsson SA 2010
3
* Author: Naveen Kumar G <
[email protected]
> for ST-Ericsson
4
* License terms:GNU General Public License (GPL) version 2
5
*/
6
7
#ifndef _BU21013_H
8
#define _BU21013_H
9
26
struct
bu21013_platform_device
{
27
int
(*
cs_en
)(
int
reset_pin);
28
int
(*
cs_dis
)(
int
reset_pin);
29
int
(*
irq_read_val
)(
void
);
30
int
touch_x_max
;
31
int
touch_y_max
;
32
unsigned
int
cs_pin
;
33
unsigned
int
irq
;
34
bool
ext_clk
;
35
bool
x_flip
;
36
bool
y_flip
;
37
bool
wakeup
;
38
};
39
40
#endif
Generated on Thu Jan 10 2013 14:51:37 for Linux Kernel by
1.8.2