bit_space         169 drivers/media/rc/ir-jvc-decoder.c 	.bit_space[0]  = JVC_BIT_0_SPACE,
bit_space         170 drivers/media/rc/ir-jvc-decoder.c 	.bit_space[1]  = JVC_BIT_1_SPACE,
bit_space         213 drivers/media/rc/ir-nec-decoder.c 	.bit_space[0]	= NEC_BIT_0_SPACE,
bit_space         214 drivers/media/rc/ir-nec-decoder.c 	.bit_space[1]	= NEC_BIT_1_SPACE,
bit_space         170 drivers/media/rc/ir-sanyo-decoder.c 	.bit_space[0]  = SANYO_BIT_0_SPACE,
bit_space         171 drivers/media/rc/ir-sanyo-decoder.c 	.bit_space[1]  = SANYO_BIT_1_SPACE,
bit_space         171 drivers/media/rc/ir-sharp-decoder.c 	.bit_space[0]  = SHARP_BIT_0_PERIOD,
bit_space         172 drivers/media/rc/ir-sharp-decoder.c 	.bit_space[1]  = SHARP_BIT_1_PERIOD,
bit_space         168 drivers/media/rc/ir-sony-decoder.c 	.bit_space     = SONY_BIT_SPACE,
bit_space         254 drivers/media/rc/rc-core-priv.h 	unsigned int bit_space[2];
bit_space         274 drivers/media/rc/rc-core-priv.h 	unsigned int bit_space;
bit_space         417 drivers/media/rc/rc-ir-raw.c 			space = timings->bit_space[(data >> i) & 1];
bit_space         426 drivers/media/rc/rc-ir-raw.c 			space = timings->bit_space[data & 1];
bit_space         477 drivers/media/rc/rc-ir-raw.c 						   timings->bit_space);
bit_space         488 drivers/media/rc/rc-ir-raw.c 						   timings->bit_space);