Home
last modified time | relevance | path

Searched refs:RemoveAble (Results 1 – 4 of 4) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/storage/Disk/
A DLunMgr.c198 mscLun->RemoveAble = InquiryData->Removable_Media; in mscLunAdd()
A DBlkDev.c1444 if ((BlkDev->Lun->DeviceType == SCSI_DEVICE_DIRECT_ACCESS) && (BlkDev->Lun->RemoveAble == 0)) in UsbBlkDevReg()
1448 else if ((BlkDev->Lun->DeviceType == SCSI_DEVICE_DIRECT_ACCESS) && BlkDev->Lun->RemoveAble) in UsbBlkDevReg()
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/storage/include/
A Dusb_msc_i.h164 unsigned int RemoveAble: 1; /* 是否是可移动设备 */ member
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/storage/Class/
A Dusb_msc.c833 mscLun->RemoveAble = 1; /* 默认为可移动设备 */ in mscDevAdd()
846 if (mscLun->RemoveAble == 0) in mscDevAdd()

Completed in 8 milliseconds