|
| static u32 registerBuf[8] | ATTRIBUTE_ALIGN (32) |
| |
| static void * | ddrAllocAligned32 (const int size) |
| |
| static BOOL | allocateStructures (void) |
| |
| static void | initDvdContexts (void) |
| |
| IOSError | doTransactionCallback (IOSError ret, void *context) |
| |
| IOSError | doCoverCallback (IOSError err, void *context) |
| |
| IOSError | doPrepareCoverRegisterCallback (IOSError err, void *context) |
| |
| static void | nextCommandBuf (int *bufNum) |
| |
| static dvdContext_t * | newContext (const DVDLowCallback callback, const callbackType_t type) |
| |
| BOOL | DVDLowFinalize (void) |
| |
| BOOL | DVDLowInit (void) |
| |
| BOOL | DVDLowReadDiskID (DVDDiskID *diskID, DVDLowCallback callback) |
| |
| BOOL | DVDLowOpenPartition (const u32 partitionWordOffset, const ESTicket *const eTicket, const u32 numCertBytes, const u8 *const certificates, ESTitleMeta *tmd, DVDLowCallback callback) |
| |
| BOOL | DVDLowOpenPartitionWithTmdAndTicket () |
| |
| BOOL | DVDLowOpenPartitionWithTmdAndTicketView (const u32 partitionWordOffset, const ESTicketView *const eTicketView, const u32 numTmdBytes, const ESTitleMeta *const tmd, const u32 numCertBytes, const u8 *const certificates, 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 | DVDLowNoDiscOpenPartition () |
| |
| BOOL | DVDLowClosePartition (DVDLowCallback callback) |
| |
| BOOL | DVDLowUnencryptedRead (void *destAddr, u32 length, u32 wordOffset, DVDLowCallback callback) |
| |
| BOOL | DVDLowStopMotor (u8 eject, u8 saving, DVDLowCallback callback) |
| |
| BOOL | DVDLowWaitForCoverClose () |
| |
| BOOL | DVDLowInquiry (DVDDriveInfo *info, DVDLowCallback callback) |
| |
| BOOL | DVDLowRequestError (DVDLowCallback callback) |
| |
| BOOL | DVDLowSetSpinupFlag (u32 spinUp) |
| |
| BOOL | DVDLowNotifyReset () |
| |
| BOOL | DVDLowReset (DVDLowCallback callback) |
| |
| BOOL | DVDLowAudioBufferConfig (u8 enable, u32 size, DVDLowCallback callback) |
| |
| u32 | DVDLowGetCoverStatus () |
| |
| u32 | DVDLowReadDVD () |
| |
| BOOL | DVDLowReadDVDConfig () |
| |
| BOOL | DVDLowReadDvdCopyright () |
| |
| BOOL | DVDLowReadDvdPhysical () |
| |
| BOOL | DVDLowReadDvdDiscKey () |
| |
| BOOL | DVDLowReportKey (DVDVideoReportKey *reportKey, u32 format, u32 lsn, DVDLowCallback callback) |
| |
| BOOL | DVDLowOffset () |
| |
| BOOL | DVDLowStopLaser () |
| |
| BOOL | DVDLowReadDiskBca () |
| |
| BOOL | DVDLowSerMeasControl () |
| |
| BOOL | DVDLowRequestDiscStatus () |
| |
| BOOL | DVDLowRequestRetryNumber () |
| |
| BOOL | DVDLowSetMaximumRotation (u32 subcmd, DVDLowCallback callback) |
| |
| BOOL | DVDLowRead (void *destAddr, u32 length, u32 wordOffset, DVDLowCallback callback) |
| |
| BOOL | DVDLowSeek (u32 wordOffset, DVDLowCallback callback) |
| |
| BOOL | DVDLowGetCoverReg () |
| |
| u32 | DVDLowGetCoverRegister (void) |
| |
| u32 | DVDLowGetStatusRegister (void) |
| |
| u32 | DVDLowGetControlRegister (void) |
| |
| BOOL | DVDLowPrepareCoverRegister (DVDLowCallback callback) |
| |
| BOOL | DVDLowPrepareStatusRegister (DVDLowCallback callback) |
| |
| BOOL | DVDLowPrepareControlRegister (DVDLowCallback callback) |
| |
| u32 | DVDLowGetImmBufferReg (void) |
| |
| BOOL | DVDLowUnmaskStatusInterrupts (void) |
| |
| BOOL | DVDLowMaskCoverInterrupt (void) |
| |
| BOOL | DVDLowClearCoverInterrupt (DVDLowCallback callback) |
| |
| BOOL | __DVDLowTestAlarm (const OSAlarm *) |
| |
| BOOL | DVDLowEnableDvdVideo () |
| |