Searched refs:ir_raw (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dir-kbd-i2c.c70 static int get_key_haup_common(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw, argument
121 *ir_raw = ircode;
125 static int get_key_haup(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) argument
127 return get_key_haup_common (ir, ir_key, ir_raw, 3, 0);
130 static int get_key_haup_xvr(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) argument
132 return get_key_haup_common (ir, ir_key, ir_raw, 6, 3);
135 static int get_key_pixelview(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) argument
145 *ir_raw = b;
149 static int get_key_pv951(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) argument
165 *ir_raw
169 get_key_fusionhdtv(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) argument
193 get_key_knc1(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) argument
221 get_key_avermedia_cardbus(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) argument
265 static u32 ir_key, ir_raw; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/em28xx/
H A Dem28xx-input.c88 int em28xx_get_key_terratec(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) argument
112 *ir_raw = b;
116 int em28xx_get_key_em_haup(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) argument
161 *ir_raw = code;
166 u32 *ir_raw)
182 *ir_raw = buf[2]&0x3f;
187 int em28xx_get_key_winfast_usbii_deluxe(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) argument
213 *ir_raw = key;
165 em28xx_get_key_pinnacle_usb_grey(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) argument
H A Dem28xx.h697 int em28xx_get_key_terratec(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw);
698 int em28xx_get_key_em_haup(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw);
700 u32 *ir_raw);
702 u32 *ir_raw);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/saa7134/
H A Dsaa7134-input.c134 static int get_key_flydvb_trio(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) argument
185 *ir_raw = b;
190 u32 *ir_raw)
232 *ir_raw = b;
236 static int get_key_purpletv(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) argument
255 *ir_raw = b;
259 static int get_key_hvr1110(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) argument
276 *ir_raw = code4;
281 static int get_key_beholdm6xx(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) argument
318 *ir_raw
189 get_key_msi_tvanywhere_plus(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) argument
326 get_key_pinnacle(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw, int parity_offset, int marker, int code_modulo) argument
370 get_key_pinnacle_grey(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) argument
381 get_key_pinnacle_color(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) argument
[all...]

Completed in 169 milliseconds