Searched refs:UDESC_DEVICE (Results 1 – 9 of 9) sorted by relevance
/netbsd/sys/dev/usb/ |
H A D | usbroothub.c | 129 .bDescriptorType = UDESC_DEVICE, 179 .bDescriptorType = UDESC_DEVICE, 196 .bDescriptorType = UDESC_DEVICE, 410 case C(0, UDESC_DEVICE): in roothub_ctrl_start()
|
H A D | usbdi_util.c | 75 if (type != UDESC_DEVICE && in usbd_get_desc() 145 return usbd_get_desc(dev, UDESC_DEVICE, in usbd_get_device_desc() 166 USETW2(req.wValue, UDESC_DEVICE, 0); in usbd_get_initial_ddesc()
|
H A D | usb.h | 141 #define UDESC_DEVICE 0x01 macro
|
H A D | usb_subr.c | 1512 if (dd->bDescriptorType != UDESC_DEVICE) { in usbd_new_device() 1609 if (udd->bDescriptorType != UDESC_DEVICE) in usbd_reload_device_desc()
|
H A D | vhci.c | 490 case C(0, UDESC_DEVICE): { in vhci_roothub_ctrl()
|
H A D | uaudio.c | 2207 case UDESC_DEVICE: in uaudio_process_as()
|
/netbsd/sys/rump/dev/lib/libugenhc/ |
H A D | ugenhc.c | 150 case C(0, UDESC_DEVICE): { in ugenhc_roothub_ctrl() 241 case UDESC_DEVICE: in rumpusb_device_ctrl_start()
|
/netbsd/sys/arch/mips/adm5120/dev/ |
H A D | ahci.c | 588 case C(0, UDESC_DEVICE): in ahci_roothub_ctrl()
|
/netbsd/sys/dev/ic/ |
H A D | sl811hs.c | 3297 if (value == (UDESC_DEVICE<<8)) { in slhci_roothub_ctrl()
|