Lines Matching refs:pulse
34 * ir_sharp_decode() - Decode one Sharp pulse or space
36 * @ev: the struct ir_raw_event descriptor of the pulse/space
38 * This function returns -EINVAL if the pulse violates the state machine
52 data->state, ev.duration, TO_STR(ev.pulse));
57 if (!ev.pulse)
70 if (!ev.pulse)
82 if (ev.pulse)
103 if (!ev.pulse)
123 if (ev.pulse)
135 if (ev.pulse)
164 data->count, data->state, ev.duration, TO_STR(ev.pulse));