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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/touchscreen/
H A Dusbtouchscreen.c87 void (*process_pkt) (struct usbtouch_usb *usbtouch, unsigned char *pkt, int len);
97 int (*read_data) (struct usbtouch_usb *usbtouch, unsigned char *pkt);
98 int (*alloc) (struct usbtouch_usb *usbtouch);
99 int (*init) (struct usbtouch_usb *usbtouch);
100 void (*exit) (struct usbtouch_usb *usbtouch);
103 /* a usbtouch device */
250 static int e2i_init(struct usbtouch_usb *usbtouch) argument
253 struct usb_device *udev = interface_to_usbdev(usbtouch->interface);
361 static int mtouch_init(struct usbtouch_usb *usbtouch) argument
364 struct usb_device *udev = interface_to_usbdev(usbtouch
508 dmc_tsc10_init(struct usbtouch_usb *usbtouch) argument
739 nexio_alloc(struct usbtouch_usb *usbtouch) argument
771 nexio_init(struct usbtouch_usb *usbtouch) argument
851 nexio_exit(struct usbtouch_usb *usbtouch) argument
861 nexio_read_data(struct usbtouch_usb *usbtouch, unsigned char *pkt) argument
1133 usbtouch_process_pkt(struct usbtouch_usb *usbtouch, unsigned char *pkt, int len) argument
1157 usbtouch_process_multi(struct usbtouch_usb *usbtouch, unsigned char *pkt, int len) argument
1237 struct usbtouch_usb *usbtouch = urb->context; local
1275 struct usbtouch_usb *usbtouch = input_get_drvdata(input); local
1300 struct usbtouch_usb *usbtouch = input_get_drvdata(input); local
1314 struct usbtouch_usb *usbtouch = usb_get_intfdata(intf); local
1323 struct usbtouch_usb *usbtouch = usb_get_intfdata(intf); local
1337 struct usbtouch_usb *usbtouch = usb_get_intfdata(intf); local
1360 usbtouch_free_buffers(struct usb_device *udev, struct usbtouch_usb *usbtouch) argument
1383 struct usbtouch_usb *usbtouch; local
1537 struct usbtouch_usb *usbtouch = usb_get_intfdata(intf); local
1551 usbtouch_free_buffers(interface_to_usbdev(intf), usbtouch); local
[all...]

Completed in 110 milliseconds