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

#include <bu21013.h>

Data Fields

int(* cs_en )(int reset_pin)
 
int(* cs_dis )(int reset_pin)
 
int(* irq_read_val )(void)
 
int touch_x_max
 
int touch_y_max
 
unsigned int cs_pin
 
unsigned int irq
 
bool ext_clk
 
bool x_flip
 
bool y_flip
 
bool wakeup
 

Detailed Description

struct bu21013_platform_device - Handle the platform data : pointer to the cs enable function : pointer to the cs disable function : pointer to read the pen irq value function : touch x max : touch y max : chip select pin : irq pin : external clock flag : x flip flag : y flip flag : wakeup flag

This is used to handle the platform data

Definition at line 26 of file bu21013.h.

Field Documentation

int(* cs_dis)(int reset_pin)

Definition at line 28 of file bu21013.h.

int(* cs_en)(int reset_pin)

Definition at line 27 of file bu21013.h.

unsigned int cs_pin

Definition at line 32 of file bu21013.h.

bool ext_clk

Definition at line 34 of file bu21013.h.

unsigned int irq

Definition at line 33 of file bu21013.h.

int(* irq_read_val)(void)

Definition at line 29 of file bu21013.h.

int touch_x_max

Definition at line 30 of file bu21013.h.

int touch_y_max

Definition at line 31 of file bu21013.h.

bool wakeup

Definition at line 37 of file bu21013.h.

bool x_flip

Definition at line 35 of file bu21013.h.

bool y_flip

Definition at line 36 of file bu21013.h.


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