Home
last modified time | relevance | path

Searched refs:USB_GET_DEVICE_DESC (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/bus/u4b/
H A Dusb_ioctl.h277 #define USB_GET_DEVICE_DESC _IOR ('U', 105, struct usb_device_descriptor) macro
H A Dusb_generic.c2123 case USB_GET_DEVICE_DESC: in ugen_ioctl_post()
/dragonfly/sys/netgraph7/bluetooth/drivers/ubtbcmfw/
H A Dubtbcmfw.c434 case USB_GET_DEVICE_DESC: in ubtbcmfw_ioctl()
/dragonfly/lib/libusb/
H A Dlibusb20_ugen20.c159 if (ioctl(f, IOUSB(USB_GET_DEVICE_DESC), &ddesc)) { in ugen20_enumerate()