Home
last modified time | relevance | path

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

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