Home
last modified time | relevance | path

Searched refs:reptsize (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/usr.bin/usbhidctl/
Dusbhid.c396 int reptsize; in allocreport() local
398 reptsize = hid_report_size(rd, reptoparam[repindex].hid_kind, reportid); in allocreport()
399 if (reptsize < 0) in allocreport()
401 report->size = reptsize; in allocreport()