Home
last modified time | relevance | path

Searched refs:DeviceRemovable (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hubd/
H A Dhub.h53 uchar_t DeviceRemovable; member
74 uint16_t DeviceRemovable[32]; /* indicates per-port whether */ member
/illumos-gate/usr/src/contrib/bhyve/dev/usb/
H A Dusb.h617 uByte DeviceRemovable[32]; /* max 255 ports */ member
619 (((desc)->DeviceRemovable[(i)/8] >> ((i) % 8)) & 1)
633 uByte DeviceRemovable[32]; /* max 255 ports */ member
645 uByte DeviceRemovable[1]; member
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcihub.c179 root_hub_descr->DeviceRemovable = 0x0; in uhci_init_root_hub()
653 raw_descr[7] = root_hub_descr->DeviceRemovable; in uhci_handle_get_hub_descriptor()
/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; in ohci_init_root_hub()
1190 raw_descr[7] = root_hub_descr->DeviceRemovable; in ohci_handle_get_hub_descriptor()
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_hub.c206 root_hub_descr->DeviceRemovable = 0; in ehci_init_root_hub()
1335 raw_descr[7] = root_hub_descr->DeviceRemovable; in ehci_handle_get_hub_descriptor()
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_hub.c792 hdp->DeviceRemovable[i / 8] |= 1U << (i % 8); in xhci_root_hub_fill_hub_desc()