Home
last modified time | relevance | path

Searched refs:USB_IF_DESCR_SIZE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dusba_private.h359 #define USB_IF_DESCR_SIZE 9 /* interface descr size */ macro
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba.c1813 USB_IF_DESCR_SIZE); in usba_ready_device_node()
1815 if (size != USB_IF_DESCR_SIZE) { in usba_ready_device_node()
1819 size, USB_IF_DESCR_SIZE); in usba_ready_device_node()
2609 USB_IF_DESCR_SIZE); in usba_ready_interface_node()
2611 if (size != USB_IF_DESCR_SIZE) { in usba_ready_interface_node()
2614 size, USB_IF_DESCR_SIZE); in usba_ready_interface_node()
H A Dusbai_util.c101 USB_IF_DESCR_SIZE); in usb_get_if_descr()
103 if (size != USB_IF_DESCR_SIZE) { in usb_get_if_descr()
106 size, USB_IF_DESCR_SIZE); in usb_get_if_descr()