Searched refs:subreport (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/hid/
H A Dhid-uclogic-core.c423 struct uclogic_params_pen_subreport *subreport; local
440 /* Try to match a subreport */
441 for (subreport = params->pen.subreport_list;
442 subreport < subreport_list_end; subreport++) {
443 if (subreport->value != 0 &&
444 subreport->value == data[1]) {
448 /* If a subreport matched */
449 if (subreport < subreport_list_end) {
450 /* Change to subreport I
[all...]

Completed in 125 milliseconds