Searched refs:usb_descriptor (Results 1 - 14 of 14) sorted by relevance

/barrelfish-master/include/usb/
H A Dusb_parse.h18 struct usb_descriptor *desc;
24 struct usb_descriptor *usb_parse_next_descriptor(
25 struct usb_config_descriptor *cd, struct usb_descriptor *_desc);
H A Dusb_descriptor.h47 struct usb_descriptor { struct
54 typedef struct usb_descriptor usb_descriptor_t;
H A Dusb_request.h24 #include <usb/usb_descriptor.h>
153 uint8_t language, struct usb_descriptor *descriptor);
H A Dusb.h18 #include <usb/usb_descriptor.h>
/barrelfish-master/lib/usb/
H A Dusb_parse.c27 struct usb_descriptor *usb_parse_next_descriptor(
28 struct usb_config_descriptor *cd, struct usb_descriptor *_desc)
65 return ((struct usb_descriptor *) desc);
98 (struct usb_descriptor *) id);
127 ps->desc = (struct usb_descriptor *) id;
146 struct usb_descriptor *desc;
148 desc = ((struct usb_descriptor *) ped);
H A Dusb_request.c422 uint8_t language, struct usb_descriptor *descriptor)
/barrelfish-master/usr/drivers/usb/usb_manager/
H A Dusb_pipe.c15 #include <usb/usb_descriptor.h>
H A Dusb_xfer.c20 #include <usb/usb_descriptor.h>
/barrelfish-master/usr/drivers/usb/usb_manager/controller/ohci/
H A Dusb_ohci.h25 #include <usb/usb_descriptor.h>
H A Dusb_ohci_root_hub.c18 #include <usb/usb_descriptor.h>
/barrelfish-master/include/usb/class/
H A Dusb_hid.h17 #include <usb/usb_descriptor.h>
/barrelfish-master/usr/drivers/usb/usb_manager/controller/ehci/
H A Dusb_ehci_root_hub.c21 #include <usb/usb_descriptor.h>
/barrelfish-master/lib/usb/class/
H A Dusb_hid.c782 struct usb_descriptor *desc = (void *) id;
/barrelfish-master/usr/drivers/usb/usb_manager/hub/
H A Dusb_hub.c24 #include <usb/usb_descriptor.h>

Completed in 104 milliseconds