Linux Kernel
3.7.1
|
#include <gameport.h>
Data Fields | |
const char * | description |
int(* | connect )(struct gameport *, struct gameport_driver *drv) |
int(* | reconnect )(struct gameport *) |
void(* | disconnect )(struct gameport *) |
struct device_driver | driver |
bool | ignore |
Definition at line 54 of file gameport.h.
int(* connect)(struct gameport *, struct gameport_driver *drv) |
Definition at line 57 of file gameport.h.
Definition at line 55 of file gameport.h.
Definition at line 59 of file gameport.h.
struct device_driver driver |
Definition at line 61 of file gameport.h.
bool ignore |
Definition at line 63 of file gameport.h.
Definition at line 58 of file gameport.h.