Lines Matching refs:rc_dev
63 struct rc_dev *rc;
365 static int em28xx_ir_start(struct rc_dev *rc) in em28xx_ir_start()
375 static void em28xx_ir_stop(struct rc_dev *rc) in em28xx_ir_stop()
382 static int em2860_ir_change_protocol(struct rc_dev *rc_dev, u64 *rc_type) in em2860_ir_change_protocol() argument
384 struct em28xx_IR *ir = rc_dev->priv; in em2860_ir_change_protocol()
410 static int em2874_ir_change_protocol(struct rc_dev *rc_dev, u64 *rc_type) in em2874_ir_change_protocol() argument
412 struct em28xx_IR *ir = rc_dev->priv; in em2874_ir_change_protocol()
445 static int em28xx_ir_change_protocol(struct rc_dev *rc_dev, u64 *rc_type) in em28xx_ir_change_protocol() argument
447 struct em28xx_IR *ir = rc_dev->priv; in em28xx_ir_change_protocol()
454 return em2860_ir_change_protocol(rc_dev, rc_type); in em28xx_ir_change_protocol()
459 return em2874_ir_change_protocol(rc_dev, rc_type); in em28xx_ir_change_protocol()
679 struct rc_dev *rc; in em28xx_ir_init()