Searched refs:bit_pulse (Results 1 - 7 of 7) sorted by last modified time

/linux-master/drivers/media/rc/
H A Drc-core-priv.h265 * @bit_pulse: duration of bit pulse in ns
274 unsigned int bit_pulse; member in struct:ir_raw_timings_pd
289 * @bit_pulse: duration of bit pulse (for logic 0 and 1) in ns
296 unsigned int bit_pulse[2]; member in struct:ir_raw_timings_pl
H A Dir-sharp-decoder.c172 .bit_pulse = SHARP_BIT_PULSE,
H A Drc-ir-raw.c417 timings->bit_pulse,
426 timings->bit_pulse,
478 pulse = timings->bit_pulse[(data >> i) & 1];
489 pulse = timings->bit_pulse[data & 1];
H A Dir-sony-decoder.c169 .bit_pulse[0] = SONY_BIT_0_PULSE,
170 .bit_pulse[1] = SONY_BIT_1_PULSE,
H A Dir-sanyo-decoder.c169 .bit_pulse = SANYO_BIT_PULSE,
H A Dir-nec-decoder.c212 .bit_pulse = NEC_BIT_PULSE,
H A Dir-jvc-decoder.c168 .bit_pulse = JVC_BIT_PULSE,

Completed in 163 milliseconds