Home
last modified time | relevance | path

Searched refs:bInterfaceSubClass (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/usba/
H A Dprtusb.c1156 usb_if.bInterfaceSubClass == 0x02) { in prt_usb_desc()
1161 usb_if.bInterfaceSubClass == 0x0) { in prt_usb_desc()
1177 usb_if.bInterfaceSubClass == 1) { in prt_usb_desc()
1182 usb_if.bInterfaceSubClass == 2) { in prt_usb_desc()
1187 usb_if.bInterfaceSubClass == 1) { in prt_usb_desc()
1193 usb_if.bInterfaceSubClass == 2) { in prt_usb_desc()
/illumos-gate/usr/src/contrib/bhyve/dev/usb/
H A Dusbdi.h313 uint8_t bInterfaceSubClass; member
384 .match_flag_int_subclass = 1, .bInterfaceSubClass = (isc)
410 uint8_t bInterfaceSubClass; member
H A Dusb.h403 uByte bInterfaceSubClass; member
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba.c1859 if_descr.bInterfaceSubClass, in usba_ready_device_node()
2003 if_descr.bInterfaceSubClass, in usba_ready_device_node()
2011 if_descr.bInterfaceSubClass); in usba_ready_device_node()
2023 if_descr.bInterfaceSubClass, in usba_ready_device_node()
2030 if_descr.bInterfaceSubClass); in usba_ready_device_node()
2651 if_descr.bInterfaceSubClass, if_descr.bInterfaceProtocol, in usba_ready_interface_node()
2703 if_descr.bInterfaceSubClass, in usba_ready_interface_node()
2711 if_descr.bInterfaceSubClass); in usba_ready_interface_node()
2723 if_descr.bInterfaceSubClass, in usba_ready_interface_node()
2730 if_descr.bInterfaceSubClass); in usba_ready_interface_node()
H A Dusbai_register.c1802 if_descr->bInterfaceClass, if_descr->bInterfaceSubClass, in usba_dump_if()
/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_usb.c395 if_descrp->bInterfaceSubClass); in devinfo_usb_if_add()
/illumos-gate/usr/src/cmd/bhyve/
H A Dusb_mouse.c182 .bInterfaceSubClass = UISUBCLASS_BOOT,
/illumos-gate/usr/src/uts/common/sys/usb/
H A Dusbai.h348 uint8_t bInterfaceSubClass; /* sub class code */ member
/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c803 scsa2usbp->scsa2usb_intfc_descr.bInterfaceSubClass, 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/io/usb/clients/audio/usb_as/
H A Dusb_as.c1983 if_descr->bInterfaceSubClass, in usb_as_handle_descriptors()
/illumos-gate/usr/src/uts/common/io/usb/clients/usbecm/
H A Dusbecm.c2765 (alt->altif_descr.bInterfaceSubClass == 0x06)) { in usbecm_is_compatible()
/illumos-gate/usr/src/uts/common/io/usb/clients/hid/
H A Dhid.c427 if (hidp->hid_if_descr.bInterfaceSubClass != BOOT_INTERFACE) in hid_attach()