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

/linux-master/drivers/media/rc/
H A Drc-core-priv.h266 * @bit_space: duration of bit space (for logic 0 and 1) in ns
275 unsigned int bit_space[2]; member in struct:ir_raw_timings_pd
288 * @bit_space: duration of bit space in ns
295 unsigned int bit_space; member in struct:ir_raw_timings_pl
H A Dir-sharp-decoder.c173 .bit_space[0] = SHARP_BIT_0_SPACE,
174 .bit_space[1] = SHARP_BIT_1_SPACE,
H A Drc-ir-raw.c415 space = timings->bit_space[(data >> i) & 1];
424 space = timings->bit_space[data & 1];
475 timings->bit_space);
486 timings->bit_space);
H A Dir-sony-decoder.c168 .bit_space = SONY_BIT_SPACE,
H A Dir-sanyo-decoder.c170 .bit_space[0] = SANYO_BIT_0_SPACE,
171 .bit_space[1] = SANYO_BIT_1_SPACE,
H A Dir-nec-decoder.c213 .bit_space[0] = NEC_BIT_0_SPACE,
214 .bit_space[1] = NEC_BIT_1_SPACE,
H A Dir-jvc-decoder.c169 .bit_space[0] = JVC_BIT_0_SPACE,
170 .bit_space[1] = JVC_BIT_1_SPACE,

Completed in 213 milliseconds