Searched refs:usbtouch (Results 1 - 1 of 1) sorted by relevance

/drivers/input/touchscreen/
H A Dusbtouchscreen.c89 void (*process_pkt) (struct usbtouch_usb *usbtouch, unsigned char *pkt, int len);
99 int (*read_data) (struct usbtouch_usb *usbtouch, unsigned char *pkt);
100 int (*alloc) (struct usbtouch_usb *usbtouch);
101 int (*init) (struct usbtouch_usb *usbtouch);
102 void (*exit) (struct usbtouch_usb *usbtouch);
105 /* a usbtouch device */
263 static int e2i_init(struct usbtouch_usb *usbtouch) argument
266 struct usb_device *udev = interface_to_usbdev(usbtouch->interface);
419 static int mtouch_init(struct usbtouch_usb *usbtouch) argument
422 struct usb_device *udev = interface_to_usbdev(usbtouch
566 dmc_tsc10_init(struct usbtouch_usb *usbtouch) argument
797 nexio_alloc(struct usbtouch_usb *usbtouch) argument
829 nexio_init(struct usbtouch_usb *usbtouch) argument
909 nexio_exit(struct usbtouch_usb *usbtouch) argument
919 nexio_read_data(struct usbtouch_usb *usbtouch, unsigned char *pkt) argument
1247 usbtouch_process_pkt(struct usbtouch_usb *usbtouch, unsigned char *pkt, int len) argument
1271 usbtouch_process_multi(struct usbtouch_usb *usbtouch, unsigned char *pkt, int len) argument
1351 struct usbtouch_usb *usbtouch = urb->context; local
1389 struct usbtouch_usb *usbtouch = input_get_drvdata(input); local
1414 struct usbtouch_usb *usbtouch = input_get_drvdata(input); local
1428 struct usbtouch_usb *usbtouch = usb_get_intfdata(intf); local
1437 struct usbtouch_usb *usbtouch = usb_get_intfdata(intf); local
1451 struct usbtouch_usb *usbtouch = usb_get_intfdata(intf); local
1474 usbtouch_free_buffers(struct usb_device *udev, struct usbtouch_usb *usbtouch) argument
1497 struct usbtouch_usb *usbtouch; local
1651 struct usbtouch_usb *usbtouch = usb_get_intfdata(intf); local
1665 usbtouch_free_buffers(interface_to_usbdev(intf), usbtouch); local
[all...]

Completed in 33 milliseconds