Lines Matching defs:space
2 // rc-ir-raw.c - handle IR pulse/space events
63 * ir_raw_event_store() - pass a pulse/space duration to the raw ir decoders
65 * @ev: the struct ir_raw_event descriptor of the pulse/space
68 * pulse/space duration for the raw ir decoding state machines. Pulses are
90 * ir_raw_event_store_edge() - notify raw ir decoders of the start of a pulse/space
92 * @pulse: true for pulse, false for space
95 * store the beginning of an ir pulse or space (or the start/end of ir
117 * ir_raw_event_store_with_timeout() - pass a pulse/space duration to the raw
121 * @ev: the struct ir_raw_event descriptor of the pulse/space
124 * pulse/space duration for the raw ir decoding state machines, schedules
156 * ir_raw_event_store_with_filter() - pass next pulse/space to decoders with some processing
312 * -ENOBUFS if there isn't enough space in the array to fit the
394 * -ENOBUFS if there isn't enough space in the array to fit the
404 unsigned int space;
415 space = timings->bit_space[(data >> i) & 1];
418 space);
424 space = timings->bit_space[data & 1];
427 space);
448 * Encodes the @n least significant bits of @data using space-distance
453 * -ENOBUFS if there isn't enough space in the array to fit the
514 * -ENOBUFS if there isn't enough space in the array to fit the