Searched refs:repeat (Results 201 - 210 of 210) sorted by last modified time

123456789

/linux-master/include/linux/platform_data/
H A Dlm8323.h26 bool repeat; member in struct:lm8323_platform_data
/linux-master/lib/842/
H A D842_compress.c309 /* repeat param is 0-based */
529 /* repeat count bits are 0-based, so we stop at +1 */
531 goto repeat;
536 if (next == last) /* reached max repeat bits */
537 goto repeat;
548 repeat:
/linux-master/include/linux/mfd/
H A Dadp5520.h173 unsigned repeat:1; /* Enable key repeat */ member in struct:adp5520_keys_platform_data
/linux-master/drivers/media/rc/img-ir/
H A Dimg-ir-sanyo.c26 /* a repeat code has no data */
109 /* repeat codes */
110 .repeat = 108, /* 108 ms */
118 .minlen = 0, /* repeat code has no data */
H A Dimg-ir-nec.c17 /* a repeat code has no data */
157 /* repeat codes */
158 .repeat = 108, /* 108 ms */
166 .minlen = 0, /* repeat code has no data */
H A Dimg-ir-hw.h129 #define IMG_IR_REPEATCODE 1 /* repeat the previous code */
152 * @repeat: Maximum repeat interval (always in milliseconds).
158 * Returns IMG_IR_REPEATCODE to repeat previous code.
171 unsigned int repeat; member in struct:img_ir_decoder
193 * @rtimings: Processed repeat timings.
218 * @end_timer: Timer until repeat timeout.
/linux-master/arch/powerpc/boot/
H A Dstdio.c172 repeat:
175 case '-': flags |= LEFT; goto repeat;
176 case '+': flags |= PLUS; goto repeat;
177 case ' ': flags |= SPACE; goto repeat;
178 case '#': flags |= SPECIAL; goto repeat;
179 case '0': flags |= ZEROPAD; goto repeat;
/linux-master/arch/sparc/lib/
H A DM7memcpy.S254 bgu,pt %xcc, .Lmedl64 ! repeat if at least 64 bytes left
343 bgu,pt %xcc, .Lmedw32 ! repeat if at least 32 bytes left
888 EX_ST(STORE(stb, %o3, %o0), memcpy_retl_o2_plus_7)! write byte & repeat
/linux-master/arch/m68k/fpsp040/
H A Dbindec.S87 | or less than LEN -1 digits, adjust ILOG and repeat from
608 | or less than LEN -1 digits, adjust ILOG and repeat from
H A Dbinstr.S43 | A7. Decrement d6 (LEN counter) and repeat the loop until zero.

Completed in 165 milliseconds

123456789