Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
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() argument
2508 PTRIN_CP(*ugd32, *ugd, ugd_data); in usb_gen_descriptor_from32()
2509 CP(*ugd32, *ugd, ugd_lang_id); in usb_gen_descriptor_from32()
2510 CP(*ugd32, *ugd, ugd_maxlen); in usb_gen_descriptor_from32()
2511 CP(*ugd32, *ugd, ugd_actlen); in usb_gen_descriptor_from32()
2512 CP(*ugd32, *ugd, ugd_offset); in usb_gen_descriptor_from32()
2513 CP(*ugd32, *ugd, ugd_config_index); in usb_gen_descriptor_from32()
2514 CP(*ugd32, *ugd, ugd_string_index); in usb_gen_descriptor_from32()
2515 CP(*ugd32, *ugd, ugd_iface_index); in usb_gen_descriptor_from32()
[all …]
H A Dusb_ioctl.h368 const struct usb_gen_descriptor32 *ugd32);
369 void update_usb_gen_descriptor32(struct usb_gen_descriptor32 *ugd32,
/freebsd/sys/dev/usb/input/
H A Duhid_snes.c283 struct usb_gen_descriptor32 *ugd32 = NULL; in uhid_snes_ioctl() local
295 ugd32 = data; in uhid_snes_ioctl()
297 usb_gen_descriptor_from32(ugd, ugd32); in uhid_snes_ioctl()
407 if (ugd32 != NULL) in uhid_snes_ioctl()
408 update_usb_gen_descriptor32(ugd32, ugd); in uhid_snes_ioctl()
H A Duhid.c559 struct usb_gen_descriptor32 *ugd32 = NULL; in uhid_ioctl() local
571 ugd32 = addr; in uhid_ioctl()
573 usb_gen_descriptor_from32(ugd, ugd32); in uhid_ioctl()
682 if (ugd32 != NULL) in uhid_ioctl()
683 update_usb_gen_descriptor32(ugd32, ugd); in uhid_ioctl()