Lines Matching full:pulse
2 /* ir-jvc-decoder.c - handle JVC IR Pulse/Space protocol
32 * ir_jvc_decode() - Decode one JVC pulse or space
34 * @ev: the struct ir_raw_event descriptor of the pulse/space
36 * This function returns -EINVAL if the pulse violates the state machine
52 data->state, ev.duration, TO_STR(ev.pulse)); in ir_jvc_decode()
58 if (!ev.pulse) in ir_jvc_decode()
71 if (ev.pulse) in ir_jvc_decode()
81 if (!ev.pulse) in ir_jvc_decode()
91 if (ev.pulse) in ir_jvc_decode()
111 if (!ev.pulse) in ir_jvc_decode()
121 if (ev.pulse) in ir_jvc_decode()
148 if (!ev.pulse) in ir_jvc_decode()
160 data->state, ev.duration, TO_STR(ev.pulse)); in ir_jvc_decode()