#include "hdaps.h"Include dependency graph for hdaps.cc:

Go to the source code of this file.
Functions | |
| static int | hdaps_position (int *x, int *y) |
| Driver * | HDAPS_Init (ConfigFile *cf, int section) |
| void | HDAPS_Register (DriverTable *table) |
| int | player_driver_init (DriverTable *table) |
| Driver* HDAPS_Init | ( | ConfigFile * | cf, | |
| int | section | |||
| ) |
| static int hdaps_position | ( | int * | x, | |
| int * | y | |||
| ) | [static] |
Definition at line 174 of file hdaps.cc.
References SYSFS_HDAPS_POSITION.
Referenced by HDAPS::Main(), and HDAPS::Setup().
| void HDAPS_Register | ( | DriverTable * | table | ) |
Definition at line 216 of file hdaps.cc.
References HDAPS_Init().
Referenced by player_driver_init().
Here is the call graph for this function:

| int player_driver_init | ( | DriverTable * | table | ) |
Definition at line 224 of file hdaps.cc.
References HDAPS_Register().
Here is the call graph for this function:

1.5.1