Searched refs:globtype (Results 1 – 1 of 1) sorted by relevance
/drivers/input/tablet/ |
D | gtco.c | 225 char globtype[12]; in parse_hid_report_descriptor() local 264 strcpy(globtype, ""); in parse_hid_report_descriptor() 277 strcpy(globtype, "Variable"); in parse_hid_report_descriptor() 279 strcpy(globtype, "Var|Const"); in parse_hid_report_descriptor() 362 strcpy(globtype, "Physical"); in parse_hid_report_descriptor() 403 indentstr, tag, maintype, size, globtype, data); in parse_hid_report_descriptor() 408 indentstr, tag, maintype, size, globtype, data16); in parse_hid_report_descriptor() 413 indentstr, tag, maintype, size, globtype, data32); in parse_hid_report_descriptor() 428 strcpy(globtype, "USAGE"); in parse_hid_report_descriptor() 432 strcpy(globtype, "LOG_MIN"); in parse_hid_report_descriptor() [all …]
|