/src/lib/libusbhid/ |
usbhid.h | 56 int report_size; member in struct:hid_item
|
/src/sys/external/bsd/drm2/dist/drm/i915/ |
i915_perf.c | 493 int report_size = stream->oa_buffer.format_size; local in function:oa_buffer_check 516 * not in report_size steps... 518 hw_tail &= ~(report_size - 1); 556 OA_TAKEN(hw_tail, aged_tail) >= report_size)) { 576 false : OA_TAKEN(aged_tail, head) >= report_size; 653 int report_size = stream->oa_buffer.format_size; local in function:append_oa_sample 678 ret = -uiomove(__UNCONST(report), report_size, buf); 682 if (copy_to_user(buf, report, report_size)) 727 int report_size = stream->oa_buffer.format_size; local in function:gen8_append_oa_reports 774 if (WARN_ONCE(head > OA_BUFFER_SIZE || head % report_size || 1050 int report_size = stream->oa_buffer.format_size; local in function:gen7_append_oa_reports [all...] |
/src/sys/dev/usb/ |
uatp.c | 881 int report_size, input_size; local in function:uatp_match 893 uhidev_get_report_desc(uha->parent, &report_descriptor, &report_size); 894 input_size = hid_report_size(report_descriptor, report_size, 933 int report_size, input_size; local in function:uatp_attach 951 uhidev_get_report_desc(uha->parent, &report_descriptor, &report_size); 952 input_size = hid_report_size(report_descriptor, report_size, hid_input,
|