Home
last modified time | relevance | path

Searched refs:bCDBLength (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/usb/emul/
H A Dsandbox_flash.c321 if (cbw->bCDBLength < 1 || cbw->bCDBLength >= 0x10) in sandbox_flash_bulk()
326 cbw->bCDBLength); in sandbox_flash_bulk()
/OK3568_Linux_fs/u-boot/include/
H A Dusb_defs.h341 __u8 bCDBLength; member
/OK3568_Linux_fs/u-boot/common/
H A Dusb_storage.c568 cbw->bCDBLength = srb->cmdlen; in usb_stor_BBB_comdat()