Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c736 scsa2usbp->scsa2usb_intfc_descr = altif_data->altif_descr; in scsa2usb_attach()
762 scsa2usbp->scsa2usb_intfc_descr.bInterfaceProtocol, in scsa2usb_attach()
764 scsa2usbp->scsa2usb_intfc_descr.bInterfaceSubClass, in scsa2usb_attach()
767 switch (scsa2usbp->scsa2usb_intfc_descr.bInterfaceProtocol) { in scsa2usb_attach()
784 scsa2usbp->scsa2usb_intfc_descr.bInterfaceProtocol); in scsa2usb_attach()
790 scsa2usbp->scsa2usb_intfc_descr.bInterfaceProtocol); in scsa2usb_attach()
796 switch (scsa2usbp->scsa2usb_intfc_descr.bInterfaceSubClass) { in scsa2usb_attach()
813 scsa2usbp->scsa2usb_intfc_descr.bInterfaceSubClass); in scsa2usb_attach()
819 scsa2usbp->scsa2usb_intfc_descr.bInterfaceSubClass); in scsa2usb_attach()
/titanic_44/usr/src/uts/common/sys/usb/scsa2usb/
H A Dscsa2usb.h305 usb_if_descr_t scsa2usb_intfc_descr; /* Interface descr */ member