Home | History | Annotate | Download | only in i2c

Lines Matching defs:report_id

389 		int report_id = rreq->id;
396 "(type %d, len %d)\n", device_xname(sc->sc_dev), report_id,
406 if (report_id >= 15) {
407 cmd[dataoff++] = report_id;
408 report_id = 15;
413 cmd[2] = report_id | rreq->type << 4;
480 int report_id = rreq->id;
481 int report_len = 2 + (report_id ? 1 : 0) + rreq->len;
486 "(type %d, len %d):", device_xname(sc->sc_dev), report_id,
500 if (report_id >= 15) {
501 cmd[dataoff++] = report_id;
502 report_id = 15;
506 cmd[2] = report_id | rreq->type << 4;
918 h.report_ID = 0;
920 if ((int)h.report_ID > maxid)
921 maxid = h.report_ID;