Searched refs:this_ev (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/IR/
H A Dir-raw-event.c167 if (!raw->this_ev.duration) {
168 raw->this_ev = *ev;
169 } else if (ev->pulse == raw->this_ev.pulse) {
170 raw->this_ev.duration += ev->duration;
172 ir_raw_event_store(input_dev, &raw->this_ev);
173 raw->this_ev = *ev;
178 raw->this_ev.duration >= ir->props->timeout)
206 WARN_ON(raw->this_ev.pulse);
208 raw->this_ev.duration =
209 min(raw->this_ev
[all...]
H A Dir-core-priv.h44 struct ir_raw_event this_ev; member in struct:ir_raw_event_ctrl

Completed in 112 milliseconds