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

Data Fields

int min_xc
 
int max_xc
 
int min_yc
 
int max_yc
 
int min_press
 
int max_press
 
int rept_size
 
bool irq_always
 
void(* process_pkt )(struct usbtouch_usb *usbtouch, unsigned char *pkt, int len)
 
int(* get_pkt_len )(unsigned char *pkt, int len)
 
int(* read_data )(struct usbtouch_usb *usbtouch, unsigned char *pkt)
 
int(* alloc )(struct usbtouch_usb *usbtouch)
 
int(* init )(struct usbtouch_usb *usbtouch)
 
void(* exit )(struct usbtouch_usb *usbtouch)
 

Detailed Description

Definition at line 74 of file usbtouchscreen.c.

Field Documentation

int(* alloc)(struct usbtouch_usb *usbtouch)

Definition at line 100 of file usbtouchscreen.c.

void(* exit)(struct usbtouch_usb *usbtouch)

Definition at line 102 of file usbtouchscreen.c.

int(* get_pkt_len)(unsigned char *pkt, int len)

Definition at line 97 of file usbtouchscreen.c.

int(* init)(struct usbtouch_usb *usbtouch)

Definition at line 101 of file usbtouchscreen.c.

bool irq_always

Definition at line 87 of file usbtouchscreen.c.

int max_press

Definition at line 77 of file usbtouchscreen.c.

int max_xc

Definition at line 75 of file usbtouchscreen.c.

int max_yc

Definition at line 76 of file usbtouchscreen.c.

int min_press

Definition at line 77 of file usbtouchscreen.c.

int min_xc

Definition at line 75 of file usbtouchscreen.c.

int min_yc

Definition at line 76 of file usbtouchscreen.c.

void(* process_pkt)(struct usbtouch_usb *usbtouch, unsigned char *pkt, int len)

Definition at line 89 of file usbtouchscreen.c.

int(* read_data)(struct usbtouch_usb *usbtouch, unsigned char *pkt)

Definition at line 99 of file usbtouchscreen.c.

int rept_size

Definition at line 78 of file usbtouchscreen.c.


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