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

/drivers/media/video/
H A Dir-kbd-i2c.c65 static int get_key_haup_common(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw, argument
111 *ir_key = (dev << 8) | code;
116 static int get_key_haup(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) argument
118 return get_key_haup_common (ir, ir_key, ir_raw, 3, 0);
121 static int get_key_haup_xvr(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) argument
136 return get_key_haup_common (ir, ir_key, ir_raw, 6, 3);
139 static int get_key_pixelview(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) argument
148 *ir_key = b;
153 static int get_key_fusionhdtv(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) argument
171 *ir_key
177 get_key_knc1(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) argument
205 get_key_avermedia_cardbus(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) argument
249 static u32 ir_key, ir_raw; local
[all...]
/drivers/media/video/saa7134/
H A Dsaa7134-input.c111 static int get_key_flydvb_trio(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) argument
161 *ir_key = b;
166 static int get_key_msi_tvanywhere_plus(struct IR_i2c *ir, u32 *ir_key, argument
208 *ir_key = b;
214 static int get_key_kworld_pc150u(struct IR_i2c *ir, u32 *ir_key, argument
256 *ir_key = b;
261 static int get_key_purpletv(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) argument
279 *ir_key = b;
284 static int get_key_hvr1110(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) argument
303 *ir_key
309 get_key_beholdm6xx(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) argument
344 get_key_pinnacle(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw, int parity_offset, int marker, int code_modulo) argument
397 get_key_pinnacle_grey(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) argument
408 get_key_pinnacle_color(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) argument
[all...]
/drivers/media/video/cx231xx/
H A Dcx231xx-input.c27 static int get_key_isdbt(struct IR_i2c *ir, u32 *ir_key, argument
62 *ir_key = scancode;
/drivers/media/video/em28xx/
H A Dem28xx-input.c83 int em28xx_get_key_terratec(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) argument
106 *ir_key = b;
111 int em28xx_get_key_em_haup(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) argument
155 *ir_key = code;
160 int em28xx_get_key_pinnacle_usb_grey(struct IR_i2c *ir, u32 *ir_key, argument
176 *ir_key = buf[2]&0x3f;
182 int em28xx_get_key_winfast_usbii_deluxe(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) argument
207 *ir_key = key;
H A Dem28xx.h726 int em28xx_get_key_terratec(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw);
727 int em28xx_get_key_em_haup(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw);
728 int em28xx_get_key_pinnacle_usb_grey(struct IR_i2c *ir, u32 *ir_key,
730 int em28xx_get_key_winfast_usbii_deluxe(struct IR_i2c *ir, u32 *ir_key,
/drivers/media/video/ivtv/
H A Divtv-i2c.c151 static int get_key_adaptec(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) argument
170 *ir_key = keybuf[3] | keybuf[2] << 8 | keybuf[1] << 16 |keybuf[0] << 24;
171 *ir_raw = *ir_key;
/drivers/media/video/bt8xx/
H A Dbttv-input.c338 static int get_key_pv951(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) argument
365 *ir_key = b;
/drivers/media/video/cx88/
H A Dcx88-input.c542 static int get_key_pvr2000(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) argument
566 *ir_key = code & 0xff;
/drivers/media/dvb/ttpci/
H A Dbudget-ci.c104 u32 ir_key; member in struct:budget_ci_ir
150 budget_ci->ir.ir_key = command & 0x3f;
165 budget_ci->ir.rc5_device <<8 | budget_ci->ir.ir_key,
171 rc_keydown(dev, budget_ci->ir.ir_key, (command & 0x20) ? 1 : 0);

Completed in 154 milliseconds