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

/freebsd-12-stable/sys/dev/usb/
H A Dusb.h625 uByte DeviceRemovable[32]; /* max 255 ports */ member in struct:usb_hub_descriptor
627 (((desc)->DeviceRemovable[(i)/8] >> ((i) % 8)) & 1)
641 uByte DeviceRemovable[32]; /* max 255 ports */ member in struct:usb_hub_ss_descriptor
653 uByte DeviceRemovable[1]; member in struct:usb_hub_descriptor_min
/freebsd-12-stable/sys/dev/usb/controller/
H A Datmegadci.c1569 .DeviceRemovable = {0}, /* port is removable */
H A Davr32dci.c1509 .DeviceRemovable = {0}, /* port is removable */
H A Duss820dci.c1860 .DeviceRemovable = {0}, /* port is removable */
H A Dohci.c2298 sc->sc_hub_desc.hubd.DeviceRemovable[l / 8] |= (1 << (l % 8));
H A Dsaf1761_otg.c2865 .DeviceRemovable = {0}, /* port is removable */
H A Ddwc_otg.c4341 .DeviceRemovable = {0}, /* port is removable */
H A Dmusb_otg.c3616 .DeviceRemovable = {0}, /* port is removable */
H A Dxhci.c3540 DeviceRemovable[j / 8] |= 1U << (j % 8);
/freebsd-12-stable/sys/mips/cavium/usb/
H A Doctusb.c1427 .DeviceRemovable = {0x00}, /* all ports are removable */

Completed in 194 milliseconds