Home
last modified time | relevance | path

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

/netbsd/sys/dev/usb/
H A Dusb.h520 uByte DeviceRemovable[32]; /* max 255 ports */ member
522 (((desc)->DeviceRemovable[(i)/8] >> ((i) % 8)) & 1)
537 uByte DeviceRemovable[2]; /* max 15 ports */ member
H A Duhub.c237 memcpy(hd->DeviceRemovable, hssd.DeviceRemovable, rmvlen); in usbd_get_hub_desc()
H A Dusbroothub.c337 .DeviceRemovable = {0}, /* port is removable */
H A Dohci.c2521 hubd.DeviceRemovable[i++] = (uint8_t)v; in ohci_roothub_ctrl()
H A Dxhci.c4149 hubd.DeviceRemovable[i++] = 0; in xhci_roothub_ctrl_locked()
H A Dehci.c2523 hubd.DeviceRemovable[i++] = 0; /* XXX can't find out? */ in ehci_roothub_ctrl_locked()
/netbsd/sys/external/bsd/dwc2/dist/
H A Ddwc2_hcd.c1680 hub_desc->DeviceRemovable[0] = 0; in dwc2_hcd_hub_control()
1681 hub_desc->DeviceRemovable[1] = 0xff; in dwc2_hcd_hub_control()