Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/tablet/
Dgtco.c104 struct gtco { struct
199 static void parse_hid_report_descriptor(struct gtco *device, char * report, in parse_hid_report_descriptor()
543 struct gtco *device = input_get_drvdata(inputdev); in gtco_input_open()
557 struct gtco *device = input_get_drvdata(inputdev); in gtco_input_close()
573 struct gtco *device = input_get_drvdata(inputdev); in gtco_setup_caps()
615 struct gtco *device = urbinfo->context; in gtco_urb_callback()
822 struct gtco *gtco; in gtco_probe() local
832 gtco = kzalloc(sizeof(struct gtco), GFP_KERNEL); in gtco_probe()
834 if (!gtco || !input_dev) { in gtco_probe()
841 gtco->inputdevice = input_dev; in gtco_probe()
[all …]
DMakefile9 obj-$(CONFIG_TABLET_USB_GTCO) += gtco.o
DKconfig50 module will be called gtco.