Home
last modified time | relevance | path

Searched defs:gtco (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/input/tablet/
Dgtco.c104 struct gtco { struct
106 struct input_dev *inputdevice; /* input device struct pointer */
107 struct usb_device *usbdev; /* the usb device for this device */
108 struct usb_interface *intf; /* the usb interface for this device */
109 struct urb *urbinfo; /* urb for incoming reports */
110 dma_addr_t buf_dma; /* dma addr of the data buffer*/
111 unsigned char * buffer; /* databuffer for reports */
113 char usbpath[PATHLENGTH];
114 int openCount;
117 u32 usage;
[all …]