Searched defs:repeat (Results 1 - 13 of 13) sorted by relevance

/drivers/staging/line6/
H A Dmidibuf.c139 int repeat = 0; local
169 repeat = 1;
220 memcpy(data + repeat, this->buf + this->pos_read, length);
225 memcpy(data + repeat, this->buf + this->pos_read, length1);
226 memcpy(data + repeat + length1, this->buf, length2);
230 if (repeat)
234 return length + repeat;
/drivers/staging/media/solo6x10/
H A Dp2m.c67 u32 ext_addr, u32 size, int repeat, u32 ext_size)
77 if (repeat) {
80 SOLO_P2M_REPEAT(repeat));
66 solo_p2m_push_desc(struct p2m_desc *desc, int wr, dma_addr_t dma_addr, u32 ext_addr, u32 size, int repeat, u32 ext_size) argument
H A Dv4l2.c227 u32 ext_addr, int size, int repeat, int ext_size)
236 size, repeat, ext_size);
226 disp_push_desc(struct solo_filehandle *fh, dma_addr_t dma_addr, u32 ext_addr, int size, int repeat, int ext_size) argument
/drivers/xen/
H A Dswiotlb-xen.c154 unsigned int repeat = 3; local
194 if (repeat--) {
/drivers/macintosh/
H A Dadbhid.c284 adbhid_input_keycode(int id, int scancode, int repeat) argument
722 /* Stop the repeat timer. Autopoll is already off at this point */
/drivers/net/wan/
H A Dsbni.c509 int repeat; local
516 repeat = 0;
519 repeat = 1; local
523 repeat = 1;
524 } while( repeat );
/drivers/acpi/
H A Dec.c214 int repeat = 2; /* number of command restarts */ local
215 while (repeat--) {
/drivers/net/ethernet/amd/
H A Damd8111e.c129 unsigned int repeat= REPEAT_CNT; local
140 } while (--repeat && (reg_val & PHY_CMD_ACTIVE));
157 unsigned int repeat = REPEAT_CNT; local
171 } while (--repeat && (reg_val & PHY_CMD_ACTIVE));
885 unsigned int repeat = REPEAT_CNT; local
892 while (--repeat && (status & MIB_CMD_ACTIVE));
/drivers/mmc/card/
H A Dmmc_test.c393 struct scatterlist *sglist, int repeat,
428 } while (sz && repeat);
392 mmc_test_map_sg(struct mmc_test_mem *mem, unsigned long size, struct scatterlist *sglist, int repeat, unsigned int max_segs, unsigned int max_seg_sz, unsigned int *sg_len, int min_sg_len) argument
/drivers/scsi/
H A Dosst.c432 static int repeat = 0;
498 ++repeat < 3))) {
431 static int repeat = 0; local
/drivers/staging/panel/
H A Dpanel.c73 /* a key starts to repeat after this times INPUT_POLL_TIME */
577 /* signals, press, repeat, release */
590 /* signals, press, repeat, release */
1981 * strings <press>, <repeat>, <release> for these respective events.
1985 char *repeat, char *release)
2010 strncpy(key->u.kbd.repeat_str, repeat, sizeof(key->u.kbd.repeat_str));
1984 panel_bind_key(char *name, char *press, char *repeat, char *release) argument
/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.c46 bool repeat; member in struct:init_exec
899 iexec->repeat = true;
911 iexec->repeat = false;
999 * Marks the end of the block for INIT_REPEAT to repeat
1005 * iexec->repeat flag necessary to go past INIT_END_REPEAT opcode when
1006 * we're not in repeat mode
1008 if (iexec->repeat)
2841 * table, and 1 byte for the number of times to repeat the macro.
/drivers/gpu/drm/vmwgfx/
H A Dsvga3d_reg.h482 uint16 repeat; member in struct:__anon685::__anon686

Completed in 738 milliseconds