Home
last modified time | relevance | path

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

/linux/drivers/input/touchscreen/
H A Dusbtouchscreen.c55 struct usbtouch_usb;
79 int (*read_data) (struct usbtouch_usb *usbtouch, unsigned char *pkt);
80 int (*alloc) (struct usbtouch_usb *usbtouch);
81 int (*init) (struct usbtouch_usb *usbtouch);
82 void (*exit) (struct usbtouch_usb *usbtouch);
86 struct usbtouch_usb { struct
105 void (*process_pkt)(struct usbtouch_usb *usbtouch, unsigned char *pkt, int len); argument
114 static int e2i_init(struct usbtouch_usb *usbtouch) in e2i_init()
129 static int e2i_read_data(struct usbtouch_usb *dev, unsigned char *pkt) in e2i_read_data()
168 static int egalax_init(struct usbtouch_usb *usbtouch) in egalax_init()
[all …]