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

/linux-master/drivers/hid/
H A Dhid-uclogic-params.h91 struct uclogic_params_pen_subreport subreport_list[3]; member in struct:uclogic_params_pen
H A Dhid-uclogic-params.c66 hid_dbg(hdev, "\t.subreport_list = {\n");
67 for (i = 0; i < ARRAY_SIZE(pen->subreport_list); i++) {
69 pen->subreport_list[i].value,
70 pen->subreport_list[i].id,
71 i < (ARRAY_SIZE(pen->subreport_list) - 1) ? "," : "");
916 p.pen.subreport_list[0].value = 0xe0;
917 p.pen.subreport_list[0].id =
964 p.pen.subreport_list[1].value = 0xf0;
965 p.pen.subreport_list[1].id =
986 p.pen.subreport_list[
[all...]
H A Dhid-uclogic-core.c438 params->pen.subreport_list +
439 ARRAY_SIZE(params->pen.subreport_list);
441 for (subreport = params->pen.subreport_list;

Completed in 131 milliseconds