Searched refs:gameport (Results 1 – 1 of 1) sorted by relevance
17 struct gameport { struct27 void (*trigger)(struct gameport *); argument28 unsigned char (*read)(struct gameport *); argument29 int (*cooked_read)(struct gameport *, int *, int *); argument30 int (*calibrate)(struct gameport *, int *, int *); argument31 int (*open)(struct gameport *, int); argument32 void (*close)(struct gameport *); argument38 void (*poll_handler)(struct gameport *); argument40 struct gameport *parent, *child; argument49 #define to_gameport_port(d) container_of(d, struct gameport, dev) argument[all …]