Searched refs:repeat (Results 1 - 25 of 210) sorted by path

123456789

/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.
/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/x86/boot/
H A Dprintf.c136 repeat:
141 goto repeat;
144 goto repeat;
147 goto repeat;
150 goto repeat;
153 goto repeat;
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Dinit.h17 u32 repeat; member in struct:nvbios_init
/linux-master/drivers/media/rc/img-ir/
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.
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-sanyo.c26 /* a repeat code has no data */
109 /* repeat codes */
110 .repeat = 108, /* 108 ms */
118 .minlen = 0, /* repeat code has no data */
/linux-master/include/linux/mfd/
H A Dadp5520.h173 unsigned repeat:1; /* Enable key repeat */ member in struct:adp5520_keys_platform_data
/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/arch/alpha/boot/
H A Dstdio.c136 repeat:
139 case '-': flags |= LEFT; goto repeat;
140 case '+': flags |= PLUS; goto repeat;
141 case ' ': flags |= SPACE; goto repeat;
142 case '#': flags |= SPECIAL; goto repeat;
143 case '0': flags |= ZEROPAD; goto repeat;
/linux-master/arch/alpha/lib/
H A Dev6-clear_user.S140 subq $1, 16, $4 # .. .. E .. : Forward calculation - repeat the loop?
/linux-master/arch/m68k/atari/
H A Datakeyb.c131 * because then the keyboard repeat strikes...
140 repeat:
166 goto repeat;
308 goto repeat;
/linux-master/arch/mips/kernel/
H A Dmips-r2-to-r6-emul.c916 repeat:
2218 goto repeat;
/linux-master/arch/powerpc/mm/book3s64/
H A Dhash_4k.c84 repeat:
108 goto repeat;
H A Dhash_64k.c158 repeat:
204 goto repeat;
294 repeat:
319 goto repeat;
H A Dhash_hugepage.c133 repeat:
154 goto repeat;
H A Dhash_utils.c409 repeat:
426 goto repeat;
2031 repeat:
2050 goto repeat;
/linux-master/arch/sparc/include/asm/
H A Dvvar.h45 repeat:
49 goto repeat;
/linux-master/arch/x86/mm/
H A Dinit_32.c288 repeat:
383 goto repeat;
/linux-master/arch/x86/mm/pat/
H A Dset_memory.c1599 repeat:
1662 goto repeat;
/linux-master/drivers/acpi/apei/
H A Dapei-base.c300 repeat:
313 goto repeat;
/linux-master/drivers/acpi/
H A Dec.c760 int repeat = 5; /* number of command restarts */ local
762 while (repeat--) {

Completed in 237 milliseconds

123456789