Searched refs:wStatus (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/include/usb/
H A Dusb.h105 uint16_t wStatus; member in struct:usb_status
/barrelfish-master/usr/drivers/usb/usb_manager/controller/ohci/
H A Dusb_ohci_root_hub.c392 hc->root_hub_desc.status.wStatus = USB_STATUS_SELF_POWERED;
395 hc->root_hub_desc.status.wStatus = 0;
/barrelfish-master/usr/drivers/usb/usb_manager/controller/ehci/
H A Dusb_ehci_root_hub.c270 hc->rh_desc.status.wStatus = USB_STATUS_SELF_POWERED;
282 hc->rh_desc.status.wStatus = 0;
/barrelfish-master/lib/usb/
H A Dusb_request.c324 ret_status->wStatus = *((uint16_t *) ret_data);

Completed in 134 milliseconds