SSBM Decomp
Loading...
Searching...
No Matches
__dvd.h File Reference
#include <dolphin/dvd.h>

Go to the source code of this file.

Functions

static void stateTimeout (void)
static void cbForStateError (unsigned long intType)
static void cbForUnrecoveredError (unsigned long)
static void cbForUnrecoveredErrorRetry (unsigned long)
void __DVDAudioBufferConfig (struct DVDCommandBlock *block, unsigned long enable, unsigned long size, void(*callback)(long, struct DVDCommandBlock *))
void __DVDFSInit ()
void __DVDPrepareResetAsync (DVDCBCallback)
void __DVDInitWA (void)
void __DVDInterruptHandler (short unused, struct OSContext *context)
void __DVDClearWaitingQueue ()
int __DVDPushWaitingQueue (long prio, struct DVDCommandBlock *block)
struct DVDCommandBlock__DVDPopWaitingQueue ()
int __DVDCheckWaitingQueue ()
int __DVDDequeueWaitingQueue (struct DVDCommandBlock *block)
int __DVDIsBlockInWaitingQueue (struct DVDCommandBlock *block)
void __fstLoad ()

Function Documentation

◆ stateTimeout()

void stateTimeout ( void )
static

◆ cbForStateError()

void cbForStateError ( unsigned long intType)
static

◆ cbForUnrecoveredError()

void cbForUnrecoveredError ( unsigned long )
static

◆ cbForUnrecoveredErrorRetry()

void cbForUnrecoveredErrorRetry ( unsigned long )
static

◆ __DVDAudioBufferConfig()

void __DVDAudioBufferConfig ( struct DVDCommandBlock * block,
unsigned long enable,
unsigned long size,
void(* callback )(long, struct DVDCommandBlock *) )

◆ __DVDFSInit()

void __DVDFSInit ( )

◆ __DVDPrepareResetAsync()

void __DVDPrepareResetAsync ( DVDCBCallback callback)

◆ __DVDInitWA()

void __DVDInitWA ( void )

◆ __DVDInterruptHandler()

void __DVDInterruptHandler ( short unused,
struct OSContext * context )

◆ __DVDClearWaitingQueue()

void __DVDClearWaitingQueue ( )

◆ __DVDPushWaitingQueue()

int __DVDPushWaitingQueue ( long prio,
struct DVDCommandBlock * block )

◆ __DVDPopWaitingQueue()

struct DVDCommandBlock * __DVDPopWaitingQueue ( )

◆ __DVDCheckWaitingQueue()

int __DVDCheckWaitingQueue ( )

◆ __DVDDequeueWaitingQueue()

int __DVDDequeueWaitingQueue ( struct DVDCommandBlock * block)

◆ __DVDIsBlockInWaitingQueue()

int __DVDIsBlockInWaitingQueue ( struct DVDCommandBlock * block)

◆ __fstLoad()

void __fstLoad ( )