Searched refs:globtype (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/input/tablet/ |
D | gtco.c | 225 char globtype[12]; in parse_hid_report_descriptor() local 262 strcpy(globtype, ""); in parse_hid_report_descriptor() 275 strcpy(globtype, "Variable"); in parse_hid_report_descriptor() 277 strcpy(globtype, "Var|Const"); in parse_hid_report_descriptor() 353 strcpy(globtype, "Physical"); in parse_hid_report_descriptor() 387 indentstr, tag, maintype, size, globtype, data); in parse_hid_report_descriptor() 392 indentstr, tag, maintype, size, globtype, data16); in parse_hid_report_descriptor() 397 indentstr, tag, maintype, size, globtype, data32); in parse_hid_report_descriptor() 412 strcpy(globtype, "USAGE"); in parse_hid_report_descriptor() 416 strcpy(globtype, "LOG_MIN"); in parse_hid_report_descriptor() [all …]
|