Lines Matching refs:pulse
28 * ir_sony_decode() - Decode one Sony pulse or space
30 * @ev: the struct ir_raw_event descriptor of the pulse/space
32 * This function returns -EINVAL if the pulse violates the state machine
51 data->state, ev.duration, TO_STR(ev.pulse));
56 if (!ev.pulse)
67 if (ev.pulse)
77 if (!ev.pulse)
91 if (ev.pulse)
108 if (ev.pulse)
157 data->state, ev.duration, TO_STR(ev.pulse));