Home
last modified time | relevance | path

Searched refs:bit_pulse (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/drivers/media/rc/
Dir-sony-decoder.c169 .bit_pulse[0] = SONY_BIT_0_PULSE,
170 .bit_pulse[1] = SONY_BIT_1_PULSE,
Drc-ir-raw.c417 timings->bit_pulse, in ir_raw_gen_pd()
426 timings->bit_pulse, in ir_raw_gen_pd()
478 pulse = timings->bit_pulse[(data >> i) & 1]; in ir_raw_gen_pl()
489 pulse = timings->bit_pulse[data & 1]; in ir_raw_gen_pl()
Drc-core-priv.h274 unsigned int bit_pulse; member
296 unsigned int bit_pulse[2]; member
Dir-jvc-decoder.c168 .bit_pulse = JVC_BIT_PULSE,
Dir-sharp-decoder.c170 .bit_pulse = SHARP_BIT_PULSE,
Dir-sanyo-decoder.c169 .bit_pulse = SANYO_BIT_PULSE,
Dir-nec-decoder.c212 .bit_pulse = NEC_BIT_PULSE,