Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/clients/hidparser/
H A Dhidparser.h81 #define REPORT_ID_MAX 10 /* Max no. of report ids supported per type */ macro
86 uint_t report_id[REPORT_ID_MAX];
/illumos-gate/usr/src/uts/common/io/usb/clients/hidparser/
H A Dhidparser.c1266 if (i >= REPORT_ID_MAX) { in hidparser_get_report_id_list_internal()