Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
H A Dusb_ioctl.h80 struct usb_alt_interface { struct
252 #define USB_GET_ALTINTERFACE _IOWR('U', 102, struct usb_alt_interface)
253 #define USB_SET_ALTINTERFACE _IOWR('U', 103, struct usb_alt_interface)
H A Dusb_generic.c2222 struct usb_alt_interface *ai; in ugen_ioctl_post()
/freebsd/lib/libusb/
H A Dlibusb20_ugen20.c549 struct usb_alt_interface alt_iface; in ugen20_set_alt_index()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp991 unsigned struct_usb_alt_interface_sz = sizeof(usb_alt_interface);