Symbol: usb_gen_descriptor
lib/libusb/libusb20_ugen20.c
470
struct usb_gen_descriptor gen_desc;
lib/libusb/libusb20_ugen20.c
954
struct usb_gen_descriptor ugd;
lib/libusbhid/data.c
123
struct usb_gen_descriptor ugd;
lib/libusbhid/data.c
135
struct usb_gen_descriptor ugd;
lib/libusbhid/descr.c
98
struct usb_gen_descriptor ugd;
sys/dev/hid/u2f.c
392
update_ugd32(const struct usb_gen_descriptor *ugd,
sys/dev/hid/u2f.c
415
struct usb_gen_descriptor local_ugd;
sys/dev/hid/u2f.c
419
struct usb_gen_descriptor *ugd = (struct usb_gen_descriptor *)addr;
sys/dev/hid/u2f.c
430
cmd = _IOC_NEWTYPE(cmd, struct usb_gen_descriptor);
sys/dev/usb/input/uhid.c
553
struct usb_gen_descriptor *ugd;
sys/dev/usb/input/uhid.c
555
struct usb_gen_descriptor local_ugd;
sys/dev/usb/input/uhid.c
571
cmd = _IOC_NEWTYPE(cmd, struct usb_gen_descriptor);
sys/dev/usb/input/uhid_snes.c
280
struct usb_gen_descriptor *ugd;
sys/dev/usb/input/uhid_snes.c
282
struct usb_gen_descriptor local_ugd;
sys/dev/usb/input/uhid_snes.c
298
cmd = _IOC_NEWTYPE(cmd, struct usb_gen_descriptor);
sys/dev/usb/usb_generic.c
111
static int ugen_get_cdesc(struct usb_fifo *, struct usb_gen_descriptor *);
sys/dev/usb/usb_generic.c
112
static int ugen_get_sdesc(struct usb_fifo *, struct usb_gen_descriptor *);
sys/dev/usb/usb_generic.c
113
static int ugen_get_iface_driver(struct usb_fifo *f, struct usb_gen_descriptor *ugd);
sys/dev/usb/usb_generic.c
2470
usb_gen_descriptor_from32(struct usb_gen_descriptor *ugd,
sys/dev/usb/usb_generic.c
2489
struct usb_gen_descriptor *ugd)
sys/dev/usb/usb_generic.c
2508
struct usb_gen_descriptor ugd;
sys/dev/usb/usb_generic.c
675
ugen_get_cdesc(struct usb_fifo *f, struct usb_gen_descriptor *ugd)
sys/dev/usb/usb_generic.c
727
ugen_get_sdesc(struct usb_fifo *f, struct usb_gen_descriptor *ugd)
sys/dev/usb/usb_generic.c
771
ugen_get_iface_driver(struct usb_fifo *f, struct usb_gen_descriptor *ugd)
sys/dev/usb/usb_ioctl.h
243
#define USB_GET_REPORT_DESC _IOWR('U', 21, struct usb_gen_descriptor)
sys/dev/usb/usb_ioctl.h
245
#define USB_GET_REPORT _IOWR('U', 23, struct usb_gen_descriptor)
sys/dev/usb/usb_ioctl.h
246
#define USB_SET_REPORT _IOW ('U', 24, struct usb_gen_descriptor)
sys/dev/usb/usb_ioctl.h
258
#define USB_GET_FULL_DESC _IOWR('U', 109, struct usb_gen_descriptor)
sys/dev/usb/usb_ioctl.h
259
#define USB_GET_STRING_DESC _IOWR('U', 110, struct usb_gen_descriptor)
sys/dev/usb/usb_ioctl.h
269
#define USB_GET_IFACE_DRIVER _IOWR('U', 121, struct usb_gen_descriptor)
sys/dev/usb/usb_ioctl.h
367
void usb_gen_descriptor_from32(struct usb_gen_descriptor *ugd,
sys/dev/usb/usb_ioctl.h
370
struct usb_gen_descriptor *ugd);