Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/storage/Disk/
A DBlkDev.c174 if (!mscLun->MediaPresent) in __DiskRead()
295 if (!mscLun->MediaPresent) in __DiskWrite()
873 hal_log_info("MediaPresent = %d", mscLun->MediaPresent); in Pr__s32DiskInfo()
953 mscLun->MediaPresent = 0; in WaitForDeviceReady()
955 else if ((ret == USB_STATUS_SUCCESS && !(mscLun->MediaPresent))) in WaitForDeviceReady()
959 mscLun->MediaPresent = 1; in WaitForDeviceReady()
968 } while (Repeat && !(mscLun->MediaPresent)); in WaitForDeviceReady()
1012 if (mscLun->MediaPresent) in ReadCapacity()
1317 mscLun->MediaPresent = 1; in GetDiskInfo()
1326 if (!mscLun->MediaPresent) in GetDiskInfo()
[all …]
A DDisk.c81 if (mscLun->MediaPresent) in DiskMediaChange()
186 if (!mscLun->MediaPresent) in DiskProbe()
A DCD.c316 if (!mscLun->MediaPresent)
1206 if (mscLun->MediaPresent && CD->DiscType != USBH_MEDIUM_CD_AUDIO_ONLY) in __CDMediaChange()
1211 else if (mscLun->MediaPresent && CD->DiscType == USBH_MEDIUM_CD_AUDIO_ONLY) in __CDMediaChange()
1366 if (mscLun->MediaPresent && CD->DiscType != USBH_MEDIUM_CD_AUDIO_ONLY) in CDProbe()
1370 else if (mscLun->MediaPresent && CD->DiscType == USBH_MEDIUM_CD_AUDIO_ONLY) in CDProbe()
A DScsi2.c718 mscLun->MediaPresent = 0; in ScsiGetSenseData()
754 mscLun->MediaPresent = 0; in ScsiGetSenseData()
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/storage/Class/
A DmscTransport_i.c138 mscLun->MediaPresent = 0; in mscTransportGetSenseData()
159 mscLun->MediaPresent = 0; in mscTransportGetSenseData()
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/storage/include/
A Dusb_msc_i.h166 unsigned int MediaPresent: 1; /* 设备介质是否存在 */ member

Completed in 15 milliseconds