Searched refs:ugd32 (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/usb/ |
H A D | usb_generic.c | 115 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 D | usb_ioctl.h | 368 const struct usb_gen_descriptor32 *ugd32); 369 void update_usb_gen_descriptor32(struct usb_gen_descriptor32 *ugd32,
|
/freebsd/sys/dev/usb/input/ |
H A D | uhid_snes.c | 283 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 D | uhid.c | 559 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()
|