|
PS2SDK
PS2 Homebrew Libraries
|
Include dependency graph for pvrdrv.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| struct | __attribute__ ((aligned(4))) drvdrv_exec_cmd_ack_ |
| int | DvrdrvResetSystem () |
| int | DvrdrvEnableIntr (u16 a1) |
| int | DvrdrvDisableIntr (s16 a1) |
| int | DvrdrvRegisterIntrHandler (int a1, void *arg, void(*a3)(int intrnr, void *arg)) |
| int | DvrdrvUnregisterIntrHandler (void(*a1)(int intrnr, void *arg)) |
| int | DvrdrvExecCmdAck (drvdrv_exec_cmd_ack *a1) |
| int | DvrdrvExecCmdAckComp (drvdrv_exec_cmd_ack *a1) |
| int | DvrdrvExecCmdAckDmaSendComp (drvdrv_exec_cmd_ack *a1) |
| int | DvrdrvExecCmdAckDmaRecvComp (drvdrv_exec_cmd_ack *a1) |
| int | DvrdrvExecCmdAckDma2Comp (drvdrv_exec_cmd_ack *a1) |
Variables | |
| drvdrv_exec_cmd_ack | |
Personal video recorder driver. Interface to the DVRP through the DEV9 interface.
Definition in file pvrdrv.h.