Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/touchscreen/
Dusbtouchscreen.c72 struct usbtouch_usb;
88 void (*process_pkt) (struct usbtouch_usb *usbtouch, unsigned char *pkt, int len);
98 int (*read_data) (struct usbtouch_usb *usbtouch, unsigned char *pkt);
99 int (*alloc) (struct usbtouch_usb *usbtouch);
100 int (*init) (struct usbtouch_usb *usbtouch);
101 void (*exit) (struct usbtouch_usb *usbtouch);
105 struct usbtouch_usb { struct
263 static int e2i_init(struct usbtouch_usb *usbtouch) in e2i_init()
278 static int e2i_read_data(struct usbtouch_usb *dev, unsigned char *pkt) in e2i_read_data()
307 static int egalax_init(struct usbtouch_usb *usbtouch) in egalax_init()
[all …]