Lines Matching defs:report
281 * Parse the descriptor and attach child devices, one per report.
631 aprint_error_dev(sc->sc_dev, "truncating HID report\n");
641 * data[2..len] == report
652 "report id %d, len = %d ignored\n", data[1], len - 2);
976 bthidev_null(struct bthidev *hidev, uint8_t *report, int len)
981 * provided no method to handle this report
986 bthidev_output(struct bthidev *hidev, uint8_t *report, int rlen)
998 if (rlen == 0 || report == NULL)
1003 "output report too long (%d)!\n", rlen);
1014 * data[2..N] = report
1018 memcpy(mtod(m, uint8_t *) + 2, report, rlen);