Home
last modified time | relevance | path

Searched refs:ProtocolHandler (Results 1 – 2 of 2) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/storage/Class/
A Dusb_msc.c666 mscDev->ProtocolHandler = mscScsiCommand; in GetProtocol()
671 mscDev->ProtocolHandler = mscATAPICommand; in GetProtocol()
676 mscDev->ProtocolHandler = mscQIC157Command; in GetProtocol()
681 mscDev->ProtocolHandler = mscUFICommand; in GetProtocol()
686 mscDev->ProtocolHandler = mscQIC157Command; in GetProtocol()
691 mscDev->ProtocolHandler = mscScsiCommand; in GetProtocol()
1194 if (mscDev->ProtocolHandler) in mscMainThread()
1196 TransStatus = mscDev->ProtocolHandler(mscDev, ScsiCmnd); in mscMainThread()
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/storage/include/
A Dusb_msc_i.h122 msc_ProtocolHandler ProtocolHandler; /* msc传输 */ member

Completed in 10 milliseconds