bit_pulse         168 drivers/media/rc/ir-jvc-decoder.c 	.bit_pulse     = JVC_BIT_PULSE,
bit_pulse         212 drivers/media/rc/ir-nec-decoder.c 	.bit_pulse	= NEC_BIT_PULSE,
bit_pulse         169 drivers/media/rc/ir-sanyo-decoder.c 	.bit_pulse     = SANYO_BIT_PULSE,
bit_pulse         170 drivers/media/rc/ir-sharp-decoder.c 	.bit_pulse     = SHARP_BIT_PULSE,
bit_pulse         169 drivers/media/rc/ir-sony-decoder.c 	.bit_pulse[0]  = SONY_BIT_0_PULSE,
bit_pulse         170 drivers/media/rc/ir-sony-decoder.c 	.bit_pulse[1]  = SONY_BIT_1_PULSE,
bit_pulse         253 drivers/media/rc/rc-core-priv.h 	unsigned int bit_pulse;
bit_pulse         275 drivers/media/rc/rc-core-priv.h 	unsigned int bit_pulse[2];
bit_pulse         419 drivers/media/rc/rc-ir-raw.c 						     timings->bit_pulse,
bit_pulse         428 drivers/media/rc/rc-ir-raw.c 						     timings->bit_pulse,
bit_pulse         480 drivers/media/rc/rc-ir-raw.c 			pulse = timings->bit_pulse[(data >> i) & 1];
bit_pulse         491 drivers/media/rc/rc-ir-raw.c 			pulse = timings->bit_pulse[data & 1];