Home
last modified time | relevance | path

Searched refs:usbtouch_usb (Results 1 – 1 of 1) sorted by relevance

/drivers/input/touchscreen/
Dusbtouchscreen.c55 struct usbtouch_usb;
71 void (*process_pkt) (struct usbtouch_usb *usbtouch, unsigned char *pkt, int len);
81 int (*read_data) (struct usbtouch_usb *usbtouch, unsigned char *pkt);
82 int (*alloc) (struct usbtouch_usb *usbtouch);
83 int (*init) (struct usbtouch_usb *usbtouch);
84 void (*exit) (struct usbtouch_usb *usbtouch);
88 struct usbtouch_usb { struct
248 static int e2i_init(struct usbtouch_usb *usbtouch) in e2i_init()
263 static int e2i_read_data(struct usbtouch_usb *dev, unsigned char *pkt) in e2i_read_data()
292 static int egalax_init(struct usbtouch_usb *usbtouch) in egalax_init()
[all …]