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

/haiku/src/add-ons/kernel/bus_managers/usb/
H A Dusbspec_private.h44 uint8 RequestType; member in struct:usb_request_data
H A DPipe.cpp492 requestData->RequestType = requestType;
H A Dusb.cpp114 requestData.RequestType = USB_REQTYPE_STANDARD | USB_REQTYPE_ENDPOINT_OUT;
/haiku/headers/private/kernel/platform/efi/protocol/
H A Dusb-io.h31 uint8_t RequestType; member in struct:__anon44
/haiku/src/add-ons/kernel/busses/usb/
H A Duhci.cpp1082 bool directionIn = (requestData->RequestType & USB_REQTYPE_DEVICE_IN) > 0;
H A Dohci.cpp1461 bool directionIn = (requestData->RequestType & USB_REQTYPE_DEVICE_IN) != 0;
H A Dehci.cpp2437 bool directionIn = (requestData->RequestType & USB_REQTYPE_DEVICE_IN) > 0;
H A Dxhci.cpp861 bool directionIn = (requestData->RequestType & USB_REQTYPE_DEVICE_IN) != 0;

Completed in 121 milliseconds