Lines Matching refs:pulse
33 * ir_nec_decode() - Decode one NEC pulse or space
35 * @ev: the struct ir_raw_event descriptor of the pulse/space
37 * This function returns -EINVAL if the pulse violates the state machine
53 data->state, ev.duration, TO_STR(ev.pulse));
58 if (!ev.pulse)
74 if (ev.pulse)
88 if (!ev.pulse)
98 if (ev.pulse)
125 if (!ev.pulse)
135 if (ev.pulse)
166 data->count, data->state, ev.duration, TO_STR(ev.pulse));
242 /* Modulate the raw data using a pulse distance modulation */