Lines Matching refs:protocol

111 static int get_key_flydvb_trio(struct IR_i2c *ir, enum rc_type *protocol,  in get_key_flydvb_trio()  argument
158 *protocol = RC_TYPE_UNKNOWN; in get_key_flydvb_trio()
164 static int get_key_msi_tvanywhere_plus(struct IR_i2c *ir, enum rc_type *protocol, in get_key_msi_tvanywhere_plus() argument
206 *protocol = RC_TYPE_UNKNOWN; in get_key_msi_tvanywhere_plus()
213 static int get_key_kworld_pc150u(struct IR_i2c *ir, enum rc_type *protocol, in get_key_kworld_pc150u() argument
255 *protocol = RC_TYPE_UNKNOWN; in get_key_kworld_pc150u()
261 static int get_key_purpletv(struct IR_i2c *ir, enum rc_type *protocol, in get_key_purpletv() argument
280 *protocol = RC_TYPE_UNKNOWN; in get_key_purpletv()
286 static int get_key_hvr1110(struct IR_i2c *ir, enum rc_type *protocol, in get_key_hvr1110() argument
310 *protocol = RC_TYPE_RC5; in get_key_hvr1110()
317 static int get_key_beholdm6xx(struct IR_i2c *ir, enum rc_type *protocol, in get_key_beholdm6xx() argument
344 *protocol = RC_TYPE_NEC; in get_key_beholdm6xx()
353 static int get_key_pinnacle(struct IR_i2c *ir, enum rc_type *protocol, in get_key_pinnacle() argument
390 *protocol = RC_TYPE_UNKNOWN; in get_key_pinnacle()
407 static int get_key_pinnacle_grey(struct IR_i2c *ir, enum rc_type *protocol, in get_key_pinnacle_grey() argument
411 return get_key_pinnacle(ir, protocol, scancode, toggle, 1, 0xfe, 0xff); in get_key_pinnacle_grey()
419 static int get_key_pinnacle_color(struct IR_i2c *ir, enum rc_type *protocol, in get_key_pinnacle_color() argument
428 return get_key_pinnacle(ir, protocol, scancode, toggle, 2, 0x80, 0x88); in get_key_pinnacle_color()