Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c754 scsa2usbp->scsa2usb_intfc_descr = altif_data->altif_descr; in scsa2usb_attach()
801 scsa2usbp->scsa2usb_intfc_descr.bInterfaceProtocol, in scsa2usb_attach()
803 scsa2usbp->scsa2usb_intfc_descr.bInterfaceSubClass, in scsa2usb_attach()
806 switch (scsa2usbp->scsa2usb_intfc_descr.bInterfaceProtocol) { in scsa2usb_attach()
823 scsa2usbp->scsa2usb_intfc_descr.bInterfaceProtocol); in scsa2usb_attach()
829 scsa2usbp->scsa2usb_intfc_descr.bInterfaceProtocol); in scsa2usb_attach()
835 switch (scsa2usbp->scsa2usb_intfc_descr.bInterfaceSubClass) { in scsa2usb_attach()
852 scsa2usbp->scsa2usb_intfc_descr.bInterfaceSubClass); in scsa2usb_attach()
858 scsa2usbp->scsa2usb_intfc_descr.bInterfaceSubClass); in scsa2usb_attach()
/illumos-gate/usr/src/uts/common/sys/usb/scsa2usb/
H A Dscsa2usb.h317 usb_if_descr_t scsa2usb_intfc_descr; /* Interface descr */ member