Home
last modified time | relevance | path

Searched refs:usb_alt_interface (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/sys/dev/usb/
H A Dusb.h652 struct usb_alt_interface { struct
774 #define USB_GET_ALTINTERFACE _IOWR('U', 102, struct usb_alt_interface)
775 #define USB_SET_ALTINTERFACE _IOWR('U', 103, struct usb_alt_interface)
776 #define USB_GET_NO_ALT _IOWR('U', 104, struct usb_alt_interface)
H A Dugen.c973 struct usb_alt_interface *ai; in ugen_do_ioctl()
1036 ai = (struct usb_alt_interface *)addr; in ugen_do_ioctl()
1049 ai = (struct usb_alt_interface *)addr; in ugen_do_ioctl()
1060 ai = (struct usb_alt_interface *)addr; in ugen_do_ioctl()
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp991 unsigned struct_usb_alt_interface_sz = sizeof(usb_alt_interface);