Searched refs:usb_interface (Results 1 - 8 of 8) sorted by relevance

/barrelfish-master/usr/drivers/usb/usb_manager/include/
H A Dusb_interface.h29 struct usb_interface struct
H A Dusb_device.h28 struct usb_interface;
81 struct usb_interface *ifaces;
H A Dusb_xfer.h323 struct usb_interface *iface;
/barrelfish-master/include/usb/
H A Dusb_device.h31 struct usb_interface *iface; ///< the parent interface
59 struct usb_interface struct
79 struct usb_interface *ifaces; ///< the interfaces of the current config
104 struct usb_interface *usb_device_get_iface(uint8_t iface);
/barrelfish-master/lib/usb/
H A Dusb_device.c129 struct usb_interface *interface;
338 struct usb_interface *usb_device_get_iface(uint8_t iface)
340 struct usb_interface *interface, *ret = NULL;
/barrelfish-master/usr/drivers/usb/usb_manager/
H A Dusb_driver.c25 #include <usb_interface.h>
153 struct usb_interface *iface = device->ifaces;
H A Dusb_device.c24 #include <usb_interface.h>
129 struct usb_interface *interface;
/barrelfish-master/usr/drivers/usb/usb_keyboard/
H A Dusb_keyboard_driver.c941 struct usb_interface *iface = usb_device_get_iface(0);

Completed in 91 milliseconds