Lines Matching full:ir
2 // cx231xx IR glue driver
6 // Polaris (cx231xx) has its support for IR's with a design close to MCE.
7 // however, a few designs are using an external I2C chip for IR, instead
17 static int get_key_isdbt(struct IR_i2c *ir, enum rc_proto *protocol, in get_key_isdbt() argument
23 dev_dbg(&ir->rc->dev, "%s\n", __func__); in get_key_isdbt()
25 /* poll IR chip */ in get_key_isdbt()
26 rc = i2c_master_recv(ir->c, &cmd, 1); in get_key_isdbt()
41 dev_dbg(&ir->rc->dev, "cmd %02x, scan = %02x\n", cmd, scancode); in get_key_isdbt()
60 request_module("ir-kbd-i2c"); in cx231xx_ir_init()
87 /* Load and bind ir-kbd-i2c */ in cx231xx_ir_init()
89 dev_dbg(dev->dev, "Trying to bind ir at bus %d, addr 0x%02x\n", in cx231xx_ir_init()