Lines Matching defs:rc_dev
61 struct rc_dev *rc;
377 static int em28xx_ir_start(struct rc_dev *rc)
387 static void em28xx_ir_stop(struct rc_dev *rc)
394 static int em2860_ir_change_protocol(struct rc_dev *rc_dev, u64 *rc_proto)
396 struct em28xx_IR *ir = rc_dev->priv;
422 static int em2874_ir_change_protocol(struct rc_dev *rc_dev, u64 *rc_proto)
424 struct em28xx_IR *ir = rc_dev->priv;
458 static int em28xx_ir_change_protocol(struct rc_dev *rc_dev, u64 *rc_proto)
460 struct em28xx_IR *ir = rc_dev->priv;
467 return em2860_ir_change_protocol(rc_dev, rc_proto);
472 return em2874_ir_change_protocol(rc_dev, rc_proto);
701 struct rc_dev *rc;