Searched refs:USB_GET_DEVICE_DESC (Results 1 – 8 of 8) sorted by relevance
/freebsd/usr.sbin/bluetooth/bcmfw/ |
H A D | bcmfw.c | 132 if (ioctl(fd, USB_GET_DEVICE_DESC, &desc) < 0) { in bcmfw_check_device() 134 fd, USB_GET_DEVICE_DESC, &desc, in bcmfw_check_device()
|
/freebsd/sys/netgraph/bluetooth/drivers/ubtbcmfw/ |
H A D | ubtbcmfw.c | 436 case USB_GET_DEVICE_DESC: in ubtbcmfw_ioctl()
|
/freebsd/sys/dev/usb/ |
H A D | usb_ioctl.h | 254 #define USB_GET_DEVICE_DESC _IOR ('U', 105, struct usb_device_descriptor) macro
|
H A D | usb_generic.c | 2294 case USB_GET_DEVICE_DESC: in ugen_ioctl_post()
|
/freebsd/lib/libusb/ |
H A D | libusb20_ugen20.c | 161 if (ioctl(f, IOUSB(USB_GET_DEVICE_DESC), &ddesc)) { in ugen20_enumerate()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cpp | 1597 unsigned IOCTL_USB_GET_DEVICE_DESC = USB_GET_DEVICE_DESC;
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 466 _(USB_GET_DEVICE_DESC, WRITE, struct_usb_device_descriptor_sz);
|
/freebsd/sys/compat/linux/ |
H A D | linux_ioctl.c | 3383 args->cmd = USB_GET_DEVICE_DESC; in linux_ioctl_fbsd_usb()
|