Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
H A Dusb_ioctl.h339 struct usb_gen_descriptor32 { struct
355 _IOC_NEWTYPE(USB_GET_REPORT_DESC, struct usb_gen_descriptor32) argument
357 _IOC_NEWTYPE(USB_GET_REPORT, struct usb_gen_descriptor32)
359 _IOC_NEWTYPE(USB_SET_REPORT, struct usb_gen_descriptor32)
361 _IOC_NEWTYPE(USB_GET_FULL_DESC, struct usb_gen_descriptor32)
363 _IOC_NEWTYPE(USB_GET_STRING_DESC, struct usb_gen_descriptor32)
365 _IOC_NEWTYPE(USB_GET_IFACE_DRIVER, struct usb_gen_descriptor32)
368 const struct usb_gen_descriptor32 *ugd32);
369 void update_usb_gen_descriptor32(struct usb_gen_descriptor32 *ugd32,
H A Dusb_generic.c115 static int ugen_get32(u_long cmd, struct usb_fifo *f, struct usb_gen_descriptor32 *ugd32);
2506 const struct usb_gen_descriptor32 *ugd32) in usb_gen_descriptor_from32()
2523 update_usb_gen_descriptor32(struct usb_gen_descriptor32 *ugd32, in update_usb_gen_descriptor32()
2541 ugen_get32(u_long cmd, struct usb_fifo *f, struct usb_gen_descriptor32 *ugd32) in ugen_get32()
/freebsd/sys/dev/usb/input/
H A Duhid_snes.c283 struct usb_gen_descriptor32 *ugd32 = NULL; in uhid_snes_ioctl()
H A Duhid.c559 struct usb_gen_descriptor32 *ugd32 = NULL; in uhid_ioctl()