Searched defs:hub (Results 1 - 5 of 5) sorted by relevance

/barrelfish-master/usr/drivers/usb/usb_manager/controller/ohci/
H A Dusb_ohci_root_hub.c274 struct usb_hub_descriptor *hub = &(hc->root_hub_desc local
[all...]
/barrelfish-master/usr/drivers/usb/usb_manager/hub/
H A Dusb_hub_request.c31 usb_error_t usb_hub_clear_hub_feature(struct usb_device *hub, uint16_t feature) argument
44 usb_error_t usb_hub_clear_port_feature(struct usb_device *hub, uint16_t feature, argument
58 usb_error_t usb_hub_clear_tt_buffer(struct usb_device *hub, uint8_t dev_addr, argument
85 usb_error_t usb_hub_get_hub_status(struct usb_device *hub, argument
102 usb_hub_get_port_status(struct usb_device *hub, uint16_t port, struct usb_hub_port_status *ret_status) argument
119 usb_hub_reset_tt(struct usb_device *hub, uint16_t port) argument
144 usb_hub_set_hub_feature(struct usb_device *hub, uint16_t feature) argument
158 usb_hub_set_port_feature(struct usb_device *hub, uint16_t feature, uint8_t port) argument
173 usb_hub_get_tt_state(struct usb_device *hub, uint16_t flags, uint16_t port, uint16_t max_length, uint16_t ret_length, void *ret_state) argument
181 usb_hub_stop_tt(struct usb_device *hub, uint16_t port) argument
187 usb_hub_get_hub_descriptor(struct usb_device *hub, uint16_t nports, struct usb_hub_descriptor *ret_desc) argument
205 usb_hub_set_hub_descriptor(struct usb_device *hub, uint16_t desc_length, struct usb_hub_descriptor *desc) argument
211 usb_hub_re_enumerate(struct usb_device *hub) argument
216 usb_hub_reset_port(struct usb_device *hub, uint8_t port) argument
[all...]
H A Dusb_hub.c66 struct usb_device *usb_hub_get_device(struct usb_hub *hub, argument
113 static usb_error_t usb_hub_reattach_port(struct usb_hub *hub, uint8_t portno) argument
264 usb_hub_suspend_resume_port(struct usb_hub *hub, uint8_t portno) argument
368 struct usb_hub *hub = malloc( local
488 struct usb_hub *hub = hub_device->hub; local
641 struct usb_hub *hub = dev->parent_hs_hub->hub; local
775 usb_hub_query_info(struct usb_hub *hub, uint8_t *ret_nports, uint8_t *ret_tt) argument
[all...]
/barrelfish-master/usr/drivers/usb/usb_manager/include/
H A Dusb_device.h97 struct usb_hub *hub; /* only if this is a hub */ member in struct:usb_device
/barrelfish-master/usr/drivers/usb/usb_manager/
H A Dusb_device.c522 struct usb_device *hub = device->parent_hub; local
[all...]

Completed in 49 milliseconds