Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/tablet/
Dgtco.c104 struct gtco { struct
200 static void parse_hid_report_descriptor(struct gtco *device, char * report, in parse_hid_report_descriptor()
541 struct gtco *device = input_get_drvdata(inputdev); in gtco_input_open()
555 struct gtco *device = input_get_drvdata(inputdev); in gtco_input_close()
571 struct gtco *device = input_get_drvdata(inputdev); in gtco_setup_caps()
613 struct gtco *device = urbinfo->context; in gtco_urb_callback()
820 struct gtco *gtco; in gtco_probe() local
829 gtco = kzalloc(sizeof(struct gtco), GFP_KERNEL); in gtco_probe()
831 if (!gtco || !input_dev) { in gtco_probe()
838 gtco->inputdevice = input_dev; in gtco_probe()
[all …]
DMakefile8 obj-$(CONFIG_TABLET_USB_GTCO) += gtco.o
DKconfig50 module will be called gtco.