Home
last modified time | relevance | path

Searched defs:gameport (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dgameport.h17 struct gameport { struct
19 void *port_data; /* Private pointer for gameport drivers */ argument
27 void (*trigger)(struct gameport *); argument
28 unsigned char (*read)(struct gameport *); argument
29 int (*cooked_read)(struct gameport *, int *, int *); argument
30 int (*calibrate)(struct gameport *, int *, int *); argument
31 int (*open)(struct gameport *, int); argument
32 void (*close)(struct gameport *); argument
38 void (*poll_handler)(struct gameport *); argument
40 struct gameport *parent, *child; argument
[all …]