SSBM Decomp
Loading...
Searching...
No Matches
dvdlow.h File Reference

Go to the source code of this file.

Functions

void __DVDInitWA (void)
 
void __DVDInterruptHandler (__OSInterrupt, OSContext *)
 
bool DVDLowRead (void *, u32, u32, DVDLowCallback)
 
bool DVDLowStopMotor (DVDLowCallback callback)
 
bool DVDLowRequestError (DVDLowCallback callback)
 
bool DVDLowSeek (u32 offset, DVDLowCallback callback)
 
bool DVDLowAudioBufferConfig (bool enable, u32 size, DVDLowCallback callback)
 
bool DVDLowReadDiskID (DVDDiskID *diskID, DVDLowCallback callback)
 
bool DVDLowRequestAudioStatus (u32 subcmd, DVDLowCallback callback)
 
bool DVDLowAudioStream (u32 subcmd, u32 length, u32 offset, DVDLowCallback callback)
 
bool DVDLowInquiry (DVDDriveInfo *info, DVDLowCallback callback)
 
bool DVDLowWaitCoverClose (DVDLowCallback callback)
 
void DVDLowReset (void)
 
bool DVDLowBreak (void)
 

Function Documentation

◆ __DVDInitWA()

void __DVDInitWA ( void  )

◆ __DVDInterruptHandler()

void __DVDInterruptHandler ( __OSInterrupt  interrupt,
OSContext context 
)

◆ DVDLowRead()

bool DVDLowRead ( void *  addr,
u32  length,
u32  offset,
DVDLowCallback  callback 
)

◆ DVDLowStopMotor()

bool DVDLowStopMotor ( DVDLowCallback  callback)

◆ DVDLowRequestError()

bool DVDLowRequestError ( DVDLowCallback  callback)

◆ DVDLowSeek()

bool DVDLowSeek ( u32  offset,
DVDLowCallback  callback 
)

◆ DVDLowAudioBufferConfig()

bool DVDLowAudioBufferConfig ( bool  enable,
u32  size,
DVDLowCallback  callback 
)

◆ DVDLowReadDiskID()

bool DVDLowReadDiskID ( DVDDiskID diskID,
DVDLowCallback  callback 
)

◆ DVDLowRequestAudioStatus()

bool DVDLowRequestAudioStatus ( u32  subcmd,
DVDLowCallback  callback 
)

◆ DVDLowAudioStream()

bool DVDLowAudioStream ( u32  subcmd,
u32  length,
u32  offset,
DVDLowCallback  callback 
)

◆ DVDLowInquiry()

bool DVDLowInquiry ( DVDDriveInfo info,
DVDLowCallback  callback 
)

◆ DVDLowWaitCoverClose()

bool DVDLowWaitCoverClose ( DVDLowCallback  callback)

◆ DVDLowReset()

void DVDLowReset ( void  )

◆ DVDLowBreak()

bool DVDLowBreak ( void  )