Searched refs:ir_key (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/media/
H A Dir-kbd-i2c.h23 int get_key_pinnacle_grey(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw);
24 int get_key_pinnacle_color(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw);
H A Dir-common.h51 u32 ir_key; /* ir key code */ member in struct:ir_input_state
94 u32 ir_key, u32 ir_raw);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/em28xx/
H A Dem28xx-input.c47 static int get_key_terratec(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) argument
70 *ir_key = b;
76 static int get_key_em_haup(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) argument
102 *ir_key = code;
107 static int get_key_pinnacle_usb_grey(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) argument
123 *ir_key = buf[2]&0x3f;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dir-kbd-i2c.c63 static int get_key_haup(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) argument
94 *ir_key = code;
99 static int get_key_pixelview(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) argument
108 *ir_key = b;
113 static int get_key_pv951(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) argument
128 *ir_key = b;
133 static int get_key_knc1(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) argument
156 *ir_key = b;
164 static int get_key_pinnacle(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw, argument
201 *ir_key
208 get_key_pinnacle_grey(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) argument
221 get_key_pinnacle_color(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) argument
238 static u32 ir_key, ir_raw; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/common/
H A Dir-functions.c50 dev->name,ir->ir_key,ir->ir_raw,ir->keypressed);
92 u32 ir_key, u32 ir_raw)
94 u32 keycode = IR_KEYCODE(ir->ir_codes, ir_key);
101 ir->ir_key = ir_key;
91 ir_input_keydown(struct input_dev *dev, struct ir_input_state *ir, u32 ir_key, u32 ir_raw) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/saa7134/
H A Dsaa7134-input.c99 static int get_key_purpletv(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) argument
117 *ir_key = b;
122 static int get_key_hvr1110(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) argument
138 *ir_key = code4;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/ttpci/
H A Dbudget-ci.c102 u32 ir_key; member in struct:budget_ci_ir
154 budget_ci->ir.ir_key = command & 0x3f;
168 raw = budget_ci->ir.ir_key | (command << 8);
172 budget_ci->ir.ir_key, raw);

Completed in 64 milliseconds