Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/touchscreen/
H A 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
249 static int e2i_init(struct usbtouch_usb *usbtouch) in e2i_init()
264 static int e2i_read_data(struct usbtouch_usb *dev, unsigned char *pkt) in e2i_read_data()
293 static int egalax_init(struct usbtouch_usb *usbtouch) in egalax_init()
[all …]