Searched refs:globtype (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/drivers/input/tablet/ |
| D | gtco.c | 224 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() 355 strcpy(globtype, "Physical"); in parse_hid_report_descriptor() 389 indentstr, tag, maintype, size, globtype, data); in parse_hid_report_descriptor() 394 indentstr, tag, maintype, size, globtype, data16); in parse_hid_report_descriptor() 399 indentstr, tag, maintype, size, globtype, data32); in parse_hid_report_descriptor() 414 strcpy(globtype, "USAGE"); in parse_hid_report_descriptor() 418 strcpy(globtype, "LOG_MIN"); in parse_hid_report_descriptor() [all …]
|