Searched refs:repeat (Results 26 - 50 of 210) sorted by path

123456789

/linux-master/drivers/ata/
H A Dlibata-eh.c689 repeat:
751 goto repeat;
H A Dlibata-scsi.c4422 repeat:
4465 * any progress, sleep briefly and repeat.
4470 goto repeat;
4478 goto repeat;
/linux-master/drivers/auxdisplay/
H A Dpanel.c67 /* a key starts to repeat after this times INPUT_POLL_TIME */
550 /* signals, press, repeat, release */
563 /* signals, press, repeat, release */
1428 * strings <press>, <repeat>, <release> for these respective events.
1432 const char *repeat,
1453 strtomem_pad(key->u.kbd.repeat_str, repeat, '\0');
1431 panel_bind_key(const char *name, const char *press, const char *repeat, const char *release) argument
/linux-master/drivers/base/power/
H A Druntime.c569 repeat:
633 goto repeat;
650 goto repeat;
739 goto repeat;
772 repeat:
821 goto repeat;
839 goto repeat;
902 goto repeat;
/linux-master/drivers/block/
H A Dataflop.c839 repeat:
846 goto repeat;
/linux-master/drivers/block/drbd/
H A Ddrbd_nl.c2650 repeat:
2672 goto repeat;
H A Ddrbd_receiver.c2425 repeat:
2441 goto repeat;
2462 repeat:
2478 goto repeat;
2536 goto repeat;
/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dppatomctrl.c702 fInt fLkg_FT, repeat; local
1001 repeat = fSubtract(fVDDC_base,
1005 fGetSquare(repeat)),
1006 fAdd(fMultiply(fMargin_RO_b, repeat),
1012 fMultiply(fSM_A2, repeat))));
1013 fDC_SCLK = fDivide(fDC_SCLK, fAdd(fMultiply(fSM_A0, repeat), fSM_A1));
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c1403 repeat:
1418 goto repeat;
1789 repeat:
1857 goto repeat;
1883 goto repeat;
/linux-master/drivers/gpu/drm/meson/
H A Dmeson_overlay.c201 int *repeat, bool interlace)
225 *repeat = skip_tab[repeat_skip];
200 meson_overlay_get_vertical_phase(unsigned int ratio_y, int *phase, int *repeat, bool interlace) argument
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.c48 bool repeat; member in struct:init_exec
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dinit.c662 u16 repeat = init->repeat; local
667 init->repeat = init->offset;
670 init->offset = init->repeat;
676 init->repeat = repeat;
729 if (init->repeat) {
/linux-master/drivers/gpu/drm/tegra/
H A Ddp.c622 unsigned int repeat; local
628 for (repeat = 1; repeat < 5; repeat++) {
678 unsigned int repeat; local
687 for (repeat = 1; repeat < 5; repeat++) {
/linux-master/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga3d_types.h764 uint16 repeat; member in struct:__anon645::__anon646
/linux-master/drivers/hwmon/
H A Dnct6683.c410 int repeat)
420 if (repeat <= 0)
434 attrs = devm_kcalloc(dev, repeat * count + 1, sizeof(*attrs),
439 su = devm_kzalloc(dev, array3_size(repeat, count, sizeof(*su)),
447 for (i = 0; i < repeat; i++) {
408 nct6683_create_attr_group(struct device *dev, const struct sensor_template_group *tg, int repeat) argument
H A Dnct6775-core.c1078 const struct sensor_template_group *tg, int repeat)
1088 if (repeat <= 0)
1102 attrs = devm_kcalloc(dev, repeat * count + 1, sizeof(*attrs),
1107 su = devm_kzalloc(dev, array3_size(repeat, count, sizeof(*su)),
1115 for (i = 0; i < repeat; i++) {
1077 nct6775_add_template_attr_group(struct device *dev, struct nct6775_data *data, const struct sensor_template_group *tg, int repeat) argument
/linux-master/drivers/i2c/busses/
H A Di2c-uniphier-f.c248 bool repeat)
262 if (!repeat)
314 struct i2c_msg *msg, bool repeat,
340 uniphier_fi2c_tx_init(priv, msg->addr, repeat);
347 if (!repeat)
411 bool repeat = false; local
422 ret = uniphier_fi2c_master_xfer_one(adap, msg, repeat, stop);
426 repeat = !stop;
247 uniphier_fi2c_tx_init(struct uniphier_fi2c_priv *priv, u16 addr, bool repeat) argument
313 uniphier_fi2c_master_xfer_one(struct i2c_adapter *adap, struct i2c_msg *msg, bool repeat, bool stop) argument
/linux-master/drivers/iio/imu/bno055/
H A Dbno055.c446 .repeat = IIO_MOD_##_axis == IIO_MOD_QUATERNION ? 4 : 0, \
/linux-master/drivers/iio/
H A Dindustrialio-buffer.c377 if (this_attr->c->scan_type.repeat > 1)
383 this_attr->c->scan_type.repeat,
710 if (ch->scan_type.repeat > 1)
711 bytes *= ch->scan_type.repeat;
/linux-master/drivers/iio/orientation/
H A Dhid-sensor-rotation.c62 chan->scan_type.repeat = 4;
/linux-master/drivers/input/keyboard/
H A Dadp5520-keys.c124 if (pdata->repeat)
H A Dadp5589-keys.c906 if (pdata->repeat)
H A Dlm8323.c722 if (pdata->repeat)
H A Dpmic8xxx-keypad.c504 bool repeat; local
520 repeat = !of_property_read_bool(np, "linux,input-no-autorepeat");
573 if (repeat)
/linux-master/drivers/input/mouse/
H A Delan_i2c_core.c190 int repeat = ETP_RETRY_COUNT; local
199 } while (--repeat > 0);
208 int repeat = ETP_RETRY_COUNT; local
217 } while (--repeat > 0);
317 int repeat = ETP_RETRY_COUNT; local
327 } while (--repeat > 0);

Completed in 407 milliseconds

123456789