|
Linux Kernel
3.7.1
|
#include <ir-kbd-i2c.h>
Data Fields | |
| char * | ir_codes |
| struct i2c_client * | c |
| struct rc_dev * | rc |
| unsigned char | old |
| u32 | polling_interval |
| struct delayed_work | work |
| char | name [32] |
| char | phys [32] |
| int(* | get_key )(struct IR_i2c *, u32 *, u32 *) |
Definition at line 10 of file ir-kbd-i2c.h.
| struct i2c_client* c |
Definition at line 12 of file ir-kbd-i2c.h.
| char* ir_codes |
Definition at line 11 of file ir-kbd-i2c.h.
| char name[32] |
Definition at line 21 of file ir-kbd-i2c.h.
| unsigned char old |
Definition at line 16 of file ir-kbd-i2c.h.
| char phys[32] |
Definition at line 22 of file ir-kbd-i2c.h.
| u32 polling_interval |
Definition at line 18 of file ir-kbd-i2c.h.
Definition at line 13 of file ir-kbd-i2c.h.
| struct delayed_work work |
Definition at line 20 of file ir-kbd-i2c.h.
1.8.2