Lines Matching refs:rc_dev
51 struct rc_dev *rc;
367 static int em28xx_ir_start(struct rc_dev *rc)
377 static void em28xx_ir_stop(struct rc_dev *rc)
384 static int em2860_ir_change_protocol(struct rc_dev *rc_dev, u64 *rc_proto)
386 struct em28xx_IR *ir = rc_dev->priv;
412 static int em2874_ir_change_protocol(struct rc_dev *rc_dev, u64 *rc_proto)
414 struct em28xx_IR *ir = rc_dev->priv;
448 static int em28xx_ir_change_protocol(struct rc_dev *rc_dev, u64 *rc_proto)
450 struct em28xx_IR *ir = rc_dev->priv;
457 return em2860_ir_change_protocol(rc_dev, rc_proto);
462 return em2874_ir_change_protocol(rc_dev, rc_proto);
691 struct rc_dev *rc;