Home
last modified time | relevance | path

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

/include/linux/
Dgameport.h17 struct gameport { struct
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
49 #define to_gameport_port(d) container_of(d, struct gameport, dev) argument
[all …]