Searched refs:MediaPresent (Results 1 – 6 of 6) sorted by relevance
174 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 …]
81 if (mscLun->MediaPresent) in DiskMediaChange()186 if (!mscLun->MediaPresent) in DiskProbe()
316 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()
718 mscLun->MediaPresent = 0; in ScsiGetSenseData()754 mscLun->MediaPresent = 0; in ScsiGetSenseData()
138 mscLun->MediaPresent = 0; in mscTransportGetSenseData()159 mscLun->MediaPresent = 0; in mscTransportGetSenseData()
166 unsigned int MediaPresent: 1; /* 设备介质是否存在 */ member
Completed in 15 milliseconds