|
SSBM Decomp
|
#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 () |
|
static |
|
static |
|
static |
|
static |
| void __DVDAudioBufferConfig | ( | struct DVDCommandBlock * | block, |
| unsigned long | enable, | ||
| unsigned long | size, | ||
| void(* | callback )(long, struct DVDCommandBlock *) ) |
| void __DVDFSInit | ( | ) |
| void __DVDPrepareResetAsync | ( | DVDCBCallback | callback | ) |
| 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 | ( | ) |