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

/barrelfish-master/usr/drivers/usb/usb_manager/controller/ohci/
H A Dusb_ohci_root_hub.c161 uint16_t req_value = req->wValue; local
188 switch (req_value) {
221 switch (req_value) {
263 if ((req_value & 0xFF) != 0) {
296 switch (req_value >> 8) {
298 if ((req_value & 0xFF) != 0) {
307 if ((req_value & 0xFF) != 0) {
316 switch (req_value & 0xFF) {
407 if (req_value > USB_OHCI_MAX_DEVICES) {
412 hc->root_hub_address = req_value;
[all...]

Completed in 29 milliseconds