Home
last modified time | relevance | path

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)) { in uhci_bandwidth_adjust()
1322 "between %d and %d ms", MIN_POLL_INTERVAL, in uhci_bandwidth_adjust()
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c3560 if ((interval < MIN_POLL_INTERVAL) || in ohci_adjust_polling_interval()
3566 MIN_POLL_INTERVAL, MAX_POLL_INTERVAL); in ohci_adjust_polling_interval()