Searched refs:DeviceRemovable (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hubd/
H A Dhub.h51 uchar_t DeviceRemovable; member in struct:usb_hub_descr
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcihub.c179 root_hub_descr->DeviceRemovable = 0x0;
653 raw_descr[7] = root_hub_descr->DeviceRemovable;
/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dwa.h49 uint8_t DeviceRemovable; member in struct:usb_wa_descr
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_hub.c206 root_hub_descr->DeviceRemovable = 0;
1335 raw_descr[7] = root_hub_descr->DeviceRemovable;
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_hub.c208 root_hub_descr->DeviceRemovable = (uchar_t)des_B & HCR_RHB_DR;
1190 raw_descr[7] = root_hub_descr->DeviceRemovable;

Completed in 69 milliseconds