Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/
H A Dusbai.h140 USB_CR_BITSTUFFING = 2, /* bit stuffing violation */ enumerator
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhcdi.c400 case USB_CR_BITSTUFFING: in usba_hcdi_update_error_stats()
H A Dusbai_util.c1788 { USB_CR_BITSTUFFING, "<Bit stuffing violation>" },
H A Dusba_ugen.c4249 { USB_CR_BITSTUFFING, USB_LC_STAT_BITSTUFFING },
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhci.c1820 return (USB_CR_BITSTUFFING); in uhci_parse_td_error()
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c8595 error = USB_CR_BITSTUFFING; in ohci_check_for_error()