Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/usb/
Dusb_ioctl.h275 #define USB_GET_CONFIG _IOR ('U', 100, int) macro
Dusb_generic.c2146 case USB_GET_CONFIG: in ugen_ioctl_post()
/freebsd-10-stable/lib/libusb/
Dlibusb20_ugen20.c515 if (ioctl(pdev->file_ctrl, IOUSB(USB_GET_CONFIG), &temp)) { in ugen20_get_config_index()
/freebsd-10-stable/sys/compat/linux/
Dlinux_ioctl.c3493 args->cmd = USB_GET_CONFIG; in linux_ioctl_fbsd_usb()