Searched refs:IR_i2c (Results 1 – 9 of 9) sorted by relevance
/linux-2.6.39/drivers/media/video/ |
D | ir-kbd-i2c.c | 65 static int get_key_haup_common(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw, in get_key_haup_common() 116 static int get_key_haup(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) in get_key_haup() 121 static int get_key_haup_xvr(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) in get_key_haup_xvr() 139 static int get_key_pixelview(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) in get_key_pixelview() 153 static int get_key_fusionhdtv(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) in get_key_fusionhdtv() 177 static int get_key_knc1(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) in get_key_knc1() 205 static int get_key_avermedia_cardbus(struct IR_i2c *ir, in get_key_avermedia_cardbus() 247 static void ir_key_poll(struct IR_i2c *ir) in ir_key_poll() 267 struct IR_i2c *ir = container_of(work, struct IR_i2c, work.work); in ir_work() 280 struct IR_i2c *ir; in ir_probe() [all …]
|
/linux-2.6.39/include/media/ |
D | ir-kbd-i2c.h | 8 struct IR_i2c; 10 struct IR_i2c { struct 23 int (*get_key)(struct IR_i2c*, u32*, u32*); argument 47 int (*get_key)(struct IR_i2c*, u32*, u32*);
|
/linux-2.6.39/drivers/media/video/saa7134/ |
D | saa7134-input.c | 111 static int get_key_flydvb_trio(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) in get_key_flydvb_trio() 166 static int get_key_msi_tvanywhere_plus(struct IR_i2c *ir, u32 *ir_key, in get_key_msi_tvanywhere_plus() 213 static int get_key_purpletv(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) in get_key_purpletv() 236 static int get_key_hvr1110(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) in get_key_hvr1110() 258 static int get_key_beholdm6xx(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) in get_key_beholdm6xx() 293 static int get_key_pinnacle(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw, in get_key_pinnacle() 346 static int get_key_pinnacle_grey(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) in get_key_pinnacle_grey() 357 static int get_key_pinnacle_color(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) in get_key_pinnacle_color()
|
/linux-2.6.39/drivers/media/video/em28xx/ |
D | em28xx-input.c | 83 int em28xx_get_key_terratec(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) in em28xx_get_key_terratec() 111 int em28xx_get_key_em_haup(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) in em28xx_get_key_em_haup() 160 int em28xx_get_key_pinnacle_usb_grey(struct IR_i2c *ir, u32 *ir_key, in em28xx_get_key_pinnacle_usb_grey() 182 int em28xx_get_key_winfast_usbii_deluxe(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) in em28xx_get_key_winfast_usbii_deluxe()
|
D | em28xx.h | 699 int em28xx_get_key_terratec(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw); 700 int em28xx_get_key_em_haup(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw); 701 int em28xx_get_key_pinnacle_usb_grey(struct IR_i2c *ir, u32 *ir_key, 703 int em28xx_get_key_winfast_usbii_deluxe(struct IR_i2c *ir, u32 *ir_key,
|
/linux-2.6.39/drivers/media/video/cx231xx/ |
D | cx231xx-input.c | 27 static int get_key_isdbt(struct IR_i2c *ir, u32 *ir_key, in get_key_isdbt()
|
/linux-2.6.39/drivers/media/video/bt8xx/ |
D | bttv-input.c | 337 static int get_key_pv951(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) in get_key_pv951()
|
/linux-2.6.39/drivers/media/video/cx88/ |
D | cx88-input.c | 534 static int get_key_pvr2000(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) in get_key_pvr2000()
|
/linux-2.6.39/drivers/media/video/ivtv/ |
D | ivtv-i2c.c | 151 static int get_key_adaptec(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw) in get_key_adaptec()
|