Lines Matching refs:protocol
65 static int get_key_haup_common(struct IR_i2c *ir, enum rc_type *protocol, in get_key_haup_common() argument
101 *protocol = RC_TYPE_RC5; in get_key_haup_common()
107 static int get_key_haup(struct IR_i2c *ir, enum rc_type *protocol, in get_key_haup() argument
110 return get_key_haup_common (ir, protocol, scancode, toggle, 3, 0); in get_key_haup()
113 static int get_key_haup_xvr(struct IR_i2c *ir, enum rc_type *protocol, in get_key_haup_xvr() argument
129 return get_key_haup_common(ir, protocol, scancode, toggle, 6, 3); in get_key_haup_xvr()
132 static int get_key_pixelview(struct IR_i2c *ir, enum rc_type *protocol, in get_key_pixelview() argument
143 *protocol = RC_TYPE_OTHER; in get_key_pixelview()
149 static int get_key_fusionhdtv(struct IR_i2c *ir, enum rc_type *protocol, in get_key_fusionhdtv() argument
168 *protocol = RC_TYPE_UNKNOWN; in get_key_fusionhdtv()
174 static int get_key_knc1(struct IR_i2c *ir, enum rc_type *protocol, in get_key_knc1() argument
198 *protocol = RC_TYPE_UNKNOWN; in get_key_knc1()
204 static int get_key_avermedia_cardbus(struct IR_i2c *ir, enum rc_type *protocol, in get_key_avermedia_cardbus() argument
239 *protocol = RC_TYPE_UNKNOWN; in get_key_avermedia_cardbus()
251 enum rc_type protocol; in ir_key_poll() local
257 rc = ir->get_key(ir, &protocol, &scancode, &toggle); in ir_key_poll()
265 __func__, protocol, scancode); in ir_key_poll()
266 rc_keydown(ir->rc, protocol, scancode, toggle); in ir_key_poll()