Lines Matching refs:rc_dev
40 /* ignore if rc_dev is NULL or status is shunned */
42 if (!data->rc_dev || (data->status & PICOLCD_CIR_SHUN)) {
66 ir_raw_event_store(data->rc_dev, &rawir);
68 ir_raw_event_handle(data->rc_dev);
73 static int picolcd_cir_open(struct rc_dev *dev)
84 static void picolcd_cir_close(struct rc_dev *dev)
97 struct rc_dev *rdev;
123 data->rc_dev = rdev;
133 struct rc_dev *rdev = data->rc_dev;
135 data->rc_dev = NULL;