Home
last modified time | relevance | path

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

/drivers/input/tablet/
Dgtco.c105 struct gtco { struct
200 static void parse_hid_report_descriptor(struct gtco *device, char * report, in parse_hid_report_descriptor()
557 struct gtco *device = input_get_drvdata(inputdev); in gtco_input_open()
571 struct gtco *device = input_get_drvdata(inputdev); in gtco_input_close()
587 struct gtco *device = input_get_drvdata(inputdev); in gtco_setup_caps()
629 struct gtco *device = urbinfo->context; in gtco_urb_callback()
836 struct gtco *gtco; in gtco_probe() local
846 gtco = kzalloc(sizeof(struct gtco), GFP_KERNEL); in gtco_probe()
848 if (!gtco || !input_dev) { in gtco_probe()
855 gtco->inputdevice = input_dev; in gtco_probe()
[all …]
DMakefile9 obj-$(CONFIG_TABLET_USB_GTCO) += gtco.o
DKconfig51 module will be called gtco.