Home
last modified time | relevance | path

Searched refs:bRequest (Results 1 – 6 of 6) sorted by relevance

/device/google/accessory/arduino/USB_Host_Shield/
DUsb.cpp86 byte USB::ctrlReq( byte addr, byte ep, byte bmReqType, byte bRequest, byte wValLo, byte wValHi, uns… in ctrlReq() argument
98 setup_pkt.bRequest = bRequest; in ctrlReq()
DUsb.h84 byte bRequest; // 1 Request member
133 …byte ctrlReq( byte addr, byte ep, byte bmReqType, byte bRequest, byte wValLo, byte wValHi, unsigne…
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
DXhciSched.h246 UINT32 bRequest:8; member
DXhciSched.c266 TrbStart->TrbCtrSetup.bRequest = Urb->Request->Request; in XhcPeiCreateTransferTrb()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
DXhciSched.h250 UINT32 bRequest:8; member
DXhciSched.c294 TrbStart->TrbCtrSetup.bRequest = Urb->Request->Request; in XhcCreateTransferTrb()