|
Linux Kernel
3.7.1
|
Data Fields | |
| struct em28xx * | dev |
| struct rc_dev * | rc |
| char | name [32] |
| char | phys [32] |
| int | polling |
| struct delayed_work | work |
| unsigned int | full_code:1 |
| unsigned int | last_readcount |
| int(* | get_key )(struct em28xx_IR *, struct em28xx_ir_poll_result *) |
Definition at line 64 of file em28xx-input.c.
Definition at line 65 of file em28xx-input.c.
| unsigned int full_code |
Definition at line 73 of file em28xx-input.c.
| int(* get_key)(struct em28xx_IR *, struct em28xx_ir_poll_result *) |
Definition at line 76 of file em28xx-input.c.
| unsigned int last_readcount |
Definition at line 74 of file em28xx-input.c.
| char name[32] |
Definition at line 67 of file em28xx-input.c.
| char phys[32] |
Definition at line 68 of file em28xx-input.c.
| int polling |
Definition at line 71 of file em28xx-input.c.
Definition at line 66 of file em28xx-input.c.
| struct delayed_work work |
Definition at line 72 of file em28xx-input.c.
1.8.2