|
| void | DVDInit (void) |
| |
| int | DVDReadAbsAsyncPrio (DVDCommandBlock *block, void *addr, s32 length, s32 offset, DVDCBCallback callback, s32 prio) |
| |
| int | DVDSeekAbsAsyncPrio (DVDCommandBlock *block, s32 offset, DVDCBCallback callback, s32 prio) |
| |
| int | DVDReadAbsAsyncForBS (DVDCommandBlock *block, void *addr, s32 length, s32 offset, DVDCBCallback callback) |
| |
| int | DVDReadDiskID (DVDCommandBlock *block, DVDDiskID *diskID, DVDCBCallback callback) |
| |
| int | DVDChangeDiskAsyncForBS (DVDCommandBlock *block, DVDCBCallback callback) |
| |
| int | DVDChangeDiskAsync (DVDCommandBlock *block, DVDDiskID *id, DVDCBCallback callback) |
| |
| s32 | DVDChangeDisk (DVDCommandBlock *block, DVDDiskID *id) |
| |
| int | DVDStopMotorAsync (DVDCommandBlock *block, DVDCBCallback callback) |
| |
| s32 | DVDStopMotor (DVDCommandBlock *block) |
| |
| int | DVDInquiryAsync (DVDCommandBlock *block, DVDDriveInfo *info, DVDCBCallback callback) |
| |
| s32 | DVDInquiry (DVDCommandBlock *block, DVDDriveInfo *info) |
| |
| void | DVDReset (void) |
| |
| int | DVDResetRequired (void) |
| |
| s32 | DVDGetCommandBlockStatus (const DVDCommandBlock *block) |
| |
| s32 | DVDGetDriveStatus (void) |
| |
| BOOL | DVDSetAutoInvalidation (BOOL autoInval) |
| |
| void | DVDPause (void) |
| |
| void | DVDResume (void) |
| |
| int | DVDCancelAsync (DVDCommandBlock *block, DVDCBCallback callback) |
| |
| s32 | DVDCancel (DVDCommandBlock *block) |
| |
| int | DVDCancelAllAsync (DVDCBCallback callback) |
| |
| s32 | DVDCancelAll (void) |
| |
| DVDDiskID * | DVDGetCurrentDiskID (void) |
| |
| BOOL | DVDCheckDisk (void) |
| |
| int | DVDSetAutoFatalMessaging (BOOL enable) |
| |
| BOOL | __DVDGetAutoFatalMessaging (void) |
| |
| s32 | DVDConvertPathToEntrynum (const char *pathPtr) |
| |
| BOOL | DVDFastOpen (s32 entrynum, DVDFileInfo *fileInfo) |
| |
| BOOL | DVDOpen (const char *fileName, DVDFileInfo *fileInfo) |
| |
| BOOL | DVDClose (DVDFileInfo *fileInfo) |
| |
| BOOL | DVDGetCurrentDir (char *path, u32 maxlen) |
| |
| BOOL | DVDChangeDir (const char *dirName) |
| |
| BOOL | DVDReadAsyncPrio (DVDFileInfo *fileInfo, void *addr, s32 length, s32 offset, DVDCallback callback, s32 prio) |
| |
| s32 | DVDReadPrio (DVDFileInfo *fileInfo, void *addr, s32 length, s32 offset, s32 prio) |
| |
| int | DVDSeekAsyncPrio (DVDFileInfo *fileInfo, s32 offset, void(*callback)(s32, DVDFileInfo *), s32 prio) |
| |
| s32 | DVDSeekPrio (DVDFileInfo *fileInfo, s32 offset, s32 prio) |
| |
| s32 | DVDGetFileInfoStatus (const DVDFileInfo *fileInfo) |
| |
| BOOL | DVDFastOpenDir (s32 entrynum, DVDDir *dir) |
| |
| int | DVDOpenDir (const char *dirName, DVDDir *dir) |
| |
| int | DVDReadDir (DVDDir *dir, DVDDirEntry *dirent) |
| |
| int | DVDCloseDir (DVDDir *dir) |
| |
| void | DVDRewindDir (DVDDir *dir) |
| |
| s32 | DVDGetTransferredSize (DVDFileInfo *fileinfo) |
| |
| int | DVDCompareDiskID (const DVDDiskID *id1, const DVDDiskID *id2) |
| |
| DVDDiskID * | DVDGenerateDiskID (DVDDiskID *id, const char *game, const char *company, u8 diskNum, u8 version) |
| |
| BOOL | DVDLowRead (void *addr, u32 length, u32 offset, DVDLowCallback callback) |
| |
| BOOL | DVDLowSeek (u32 offset, DVDLowCallback callback) |
| |
| BOOL | DVDLowReadDiskID (DVDDiskID *diskID, DVDLowCallback callback) |
| |
| BOOL | DVDLowRequestError (DVDLowCallback callback) |
| |
| BOOL | DVDLowInquiry (DVDDriveInfo *info, DVDLowCallback callback) |
| |
| BOOL | DVDLowAudioBufferConfig (u8 enable, u32 size, DVDLowCallback callback) |
| |
| BOOL | DVDLowReset (DVDLowCallback callback) |
| |
| BOOL | DVDLowBreak (void) |
| |
| DVDLowCallback | DVDLowClearCallback (void) |
| |
| u32 | DVDLowGetCoverStatus (void) |
| |
| void | DVDDumpWaitingQueue (void) |
| |
| BOOL | DVDLowFinalize (void) |
| |
| BOOL | DVDLowInit (void) |
| |
| BOOL | DVDLowUnmaskStatusInterrupts (void) |
| |
| BOOL | DVDLowMaskCoverInterrupt (void) |
| |
| BOOL | DVDLowClearCoverInterrupt (DVDLowCallback callback) |
| |
| BOOL | DVDLowSetSpinupFlag (u32 spinUp) |
| |
| u32 | DVDLowGetImmBufferReg (void) |
| |
| BOOL | DVDLowSetMaximumRotation (u32 subcmd, DVDLowCallback callback) |
| |
| u32 | DVDLowGetCoverRegister (void) |
| |
| BOOL | DVDLowPrepareCoverRegister (DVDLowCallback callback) |
| |
| BOOL | DVDLowGetNoDiscBufferSizes (const u32 partitionWordOffset, u32 *numTmdBytes, u32 *numCertBytes, DVDLowCallback callback) |
| |
| BOOL | DVDLowGetNoDiscOpenPartitionParams (const u32 partitionWordOffset, ESTicket *eTicket, u32 *numTmdBytes, ESTitleMeta *tmd, u32 *numCertBytes, u8 *certificates, u32 *dataWordOffset, u8 *h3HashPtr, DVDLowCallback callback) |
| |
| BOOL | DVDLowReportKey (DVDVideoReportKey *reportKey, u32 format, u32 lsn, DVDLowCallback callback) |
| |
| u32 | DVDLowGetControlRegister (void) |
| |
| u32 | DVDLowGetStatusRegister (void) |
| |
| BOOL | DVDLowPrepareControlRegister (DVDLowCallback callback) |
| |
| BOOL | DVDLowPrepareStatusRegister (DVDLowCallback callback) |
| |
| BOOL | DVDLowUnencryptedRead (void *, u32, u32, DVDLowCallback) |
| |
| BOOL | DVDLowClosePartition (DVDLowCallback) |
| |
| BOOL | DVDLowOpenPartitionWithTmdAndTicketView (const u32, const ESTicketView *const, const u32, const ESTitleMeta *const, const u32, const u8 *const, DVDLowCallback) |
| |
| BOOL | DVDLowOpenPartition (const u32, const ESTicket *const, const u32, const u8 *const, ESTitleMeta *, DVDLowCallback) |
| |