Searched refs:USB_GET_DEVICE_DESC (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/usr.sbin/bluetooth/bcmfw/
H A Dbcmfw.c132 if (ioctl(fd, USB_GET_DEVICE_DESC, &desc) < 0) {
134 fd, USB_GET_DEVICE_DESC, &desc,
/freebsd-current/sys/dev/usb/
H A Dusb_ioctl.h254 #define USB_GET_DEVICE_DESC _IOR ('U', 105, struct usb_device_descriptor) macro
H A Dusb_generic.c2294 case USB_GET_DEVICE_DESC:
/freebsd-current/sys/netgraph/bluetooth/drivers/ubtbcmfw/
H A Dubtbcmfw.c436 case USB_GET_DEVICE_DESC:
/freebsd-current/lib/libusb/
H A Dlibusb20_ugen20.c161 if (ioctl(f, IOUSB(USB_GET_DEVICE_DESC), &ddesc)) {
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_interceptors_ioctl_netbsd.inc466 _(USB_GET_DEVICE_DESC, WRITE, struct_usb_device_descriptor_sz);
H A Dsanitizer_platform_limits_netbsd.cpp1597 unsigned IOCTL_USB_GET_DEVICE_DESC = USB_GET_DEVICE_DESC;
/freebsd-current/sys/compat/linux/
H A Dlinux_ioctl.c3379 args->cmd = USB_GET_DEVICE_DESC;

Completed in 502 milliseconds