Searched refs:MIN_POLL_INTERVAL (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhci.h335 #define MIN_POLL_INTERVAL 1 /* Minimum polling interval */ macro
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h692 #define MIN_POLL_INTERVAL 1 /* Minimum polling interval */ macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c1319 if ((interval < MIN_POLL_INTERVAL) || (interval > MAX_POLL_INTERVAL)) {
1322 "between %d and %d ms", MIN_POLL_INTERVAL,
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c3576 if ((interval < MIN_POLL_INTERVAL) ||
3582 MIN_POLL_INTERVAL, MAX_POLL_INTERVAL);

Completed in 91 milliseconds