Lines Matching defs:space
2 // rc-ir-raw.c - handle IR pulse/space events
65 * ir_raw_event_store() - pass a pulse/space duration to the raw ir decoders
67 * @ev: the struct ir_raw_event descriptor of the pulse/space
70 * pulse/space duration for the raw ir decoding state machines. Pulses are
92 * ir_raw_event_store_edge() - notify raw ir decoders of the start of a pulse/space
94 * @pulse: true for pulse, false for space
97 * store the beginning of an ir pulse or space (or the start/end of ir
119 * ir_raw_event_store_with_timeout() - pass a pulse/space duration to the raw
123 * @ev: the struct ir_raw_event descriptor of the pulse/space
126 * pulse/space duration for the raw ir decoding state machines, schedules
158 * ir_raw_event_store_with_filter() - pass next pulse/space to decoders with some processing
314 * -ENOBUFS if there isn't enough space in the array to fit the
396 * -ENOBUFS if there isn't enough space in the array to fit the
406 unsigned int space;
417 space = timings->bit_space[(data >> i) & 1];
420 space);
426 space = timings->bit_space[data & 1];
429 space);
450 * Encodes the @n least significant bits of @data using space-distance
455 * -ENOBUFS if there isn't enough space in the array to fit the
516 * -ENOBUFS if there isn't enough space in the array to fit the