Public Attributes | |
void * | libraryHandle |
LP_DRIVER_INSTANCE | moduleContext |
char * | pszPort |
pthread_mutex_t | mtxModule |
struct { | |
pfnKeyEventListener KeyEvent | |
pfnTempReportListener TempReport | |
pfnFanReportListener FanSpeedReport | |
} | pfn |
LP_DRIVER_FN_ARRAY | pFnArray |
LP_DRIVER_FN_ARRAY | pPrivateFnArray |
struct { | |
void * FanSpeedReport | |
void * KeyEvent | |
void * TempReport | |
} | context |
Definition at line 75 of file display.c.
|
Platform-specific handle to the dynamic module |
|
Context data to supply to the module when we call it |
|
An array of functions which the module uses to indicate capabilities |
|
A private array of functions that are really the implementation ptrs |
|
Port which this device is connected to |