Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
H A Dusb_ioctl.h292 #define USB_GET_TEMPLATE _IOR ('U', 148, int) macro
H A Dusb_dev.c1678 case USB_GET_TEMPLATE: in usb_static_ioctl()
/freebsd/lib/libusb/
H A Dlibusb20_ugen20.c1229 return (ugen20_be_ioctl(pbe->be_ctx, IOUSB(USB_GET_TEMPLATE), ptemp)); in ugen20_root_get_template()
/freebsd/sys/compat/linux/
H A Dlinux_ioctl.c3526 args->cmd = USB_GET_TEMPLATE; in linux_ioctl_fbsd_usb()