this_ev            61 drivers/media/rc/rc-core-priv.h 	struct ir_raw_event this_ev;
this_ev           180 drivers/media/rc/rc-ir-raw.c 	if (!dev->raw->this_ev.duration)
this_ev           181 drivers/media/rc/rc-ir-raw.c 		dev->raw->this_ev = *ev;
this_ev           182 drivers/media/rc/rc-ir-raw.c 	else if (ev->pulse == dev->raw->this_ev.pulse)
this_ev           183 drivers/media/rc/rc-ir-raw.c 		dev->raw->this_ev.duration += ev->duration;
this_ev           185 drivers/media/rc/rc-ir-raw.c 		ir_raw_event_store(dev, &dev->raw->this_ev);
this_ev           186 drivers/media/rc/rc-ir-raw.c 		dev->raw->this_ev = *ev;
this_ev           191 drivers/media/rc/rc-ir-raw.c 	    dev->raw->this_ev.duration >= dev->timeout)
this_ev           211 drivers/media/rc/rc-ir-raw.c 		dev->raw->this_ev.timeout = true;
this_ev           212 drivers/media/rc/rc-ir-raw.c 		ir_raw_event_store(dev, &dev->raw->this_ev);
this_ev           213 drivers/media/rc/rc-ir-raw.c 		dev->raw->this_ev = (struct ir_raw_event) {};