Lines Matching refs:protocol

115 static int get_key_flydvb_trio(struct IR_i2c *ir, enum rc_type *protocol,  in get_key_flydvb_trio()  argument
162 *protocol = RC_TYPE_UNKNOWN; in get_key_flydvb_trio()
168 static int get_key_msi_tvanywhere_plus(struct IR_i2c *ir, enum rc_type *protocol, in get_key_msi_tvanywhere_plus() argument
210 *protocol = RC_TYPE_UNKNOWN; in get_key_msi_tvanywhere_plus()
217 static int get_key_kworld_pc150u(struct IR_i2c *ir, enum rc_type *protocol, in get_key_kworld_pc150u() argument
259 *protocol = RC_TYPE_UNKNOWN; in get_key_kworld_pc150u()
265 static int get_key_purpletv(struct IR_i2c *ir, enum rc_type *protocol, in get_key_purpletv() argument
284 *protocol = RC_TYPE_UNKNOWN; in get_key_purpletv()
290 static int get_key_hvr1110(struct IR_i2c *ir, enum rc_type *protocol, in get_key_hvr1110() argument
314 *protocol = RC_TYPE_RC5; in get_key_hvr1110()
321 static int get_key_beholdm6xx(struct IR_i2c *ir, enum rc_type *protocol, in get_key_beholdm6xx() argument
348 *protocol = RC_TYPE_NEC; in get_key_beholdm6xx()
357 static int get_key_pinnacle(struct IR_i2c *ir, enum rc_type *protocol, in get_key_pinnacle() argument
394 *protocol = RC_TYPE_UNKNOWN; in get_key_pinnacle()
411 static int get_key_pinnacle_grey(struct IR_i2c *ir, enum rc_type *protocol, in get_key_pinnacle_grey() argument
415 return get_key_pinnacle(ir, protocol, scancode, toggle, 1, 0xfe, 0xff); in get_key_pinnacle_grey()
423 static int get_key_pinnacle_color(struct IR_i2c *ir, enum rc_type *protocol, in get_key_pinnacle_color() argument
432 return get_key_pinnacle(ir, protocol, scancode, toggle, 2, 0x80, 0x88); in get_key_pinnacle_color()