Lines Matching full:pulse
1 /* ir-jvc-decoder.c - handle JVC IR Pulse/Space protocol
40 * ir_jvc_decode() - Decode one JVC pulse or space
42 * @ev: the struct ir_raw_event descriptor of the pulse/space
44 * This function returns -EINVAL if the pulse violates the state machine
60 data->state, TO_US(ev.duration), TO_STR(ev.pulse)); in ir_jvc_decode()
66 if (!ev.pulse) in ir_jvc_decode()
79 if (ev.pulse) in ir_jvc_decode()
89 if (!ev.pulse) in ir_jvc_decode()
99 if (ev.pulse) in ir_jvc_decode()
119 if (!ev.pulse) in ir_jvc_decode()
129 if (ev.pulse) in ir_jvc_decode()
156 if (!ev.pulse) in ir_jvc_decode()
168 data->state, TO_US(ev.duration), TO_STR(ev.pulse)); in ir_jvc_decode()