Linux Kernel
3.7.1
|
Data Fields | |
const char * | name |
int(* | event )(struct input_dev *dev, unsigned int type, unsigned int code, int value) |
spinlock_t | lock |
struct input_dev * | input_dev |
union { | |
struct grover_beep_info grover | |
struct bbc_beep_info bbc | |
} | u |
Definition at line 30 of file sparcspkr.c.
struct bbc_beep_info bbc |
Definition at line 37 of file sparcspkr.c.
Definition at line 32 of file sparcspkr.c.
struct grover_beep_info grover |
Definition at line 36 of file sparcspkr.c.
struct input_dev* input_dev |
Definition at line 34 of file sparcspkr.c.
spinlock_t lock |
Definition at line 33 of file sparcspkr.c.
Definition at line 31 of file sparcspkr.c.
union { ... } u |