Searched refs:retry (Results 126 - 150 of 324) sorted by relevance

1234567891011>>

/drivers/gpu/drm/qxl/
H A Dqxl_cmd.c591 retry:
594 goto retry;
/drivers/gpu/drm/radeon/
H A Dradeon_acpi.c592 u32 retry = 3; local
615 while (retry--) {
H A Dradeon_gem.c68 retry:
75 goto retry;
H A Dradeon_object.c526 retry:
540 goto retry;
/drivers/gpu/drm/ttm/
H A Dttm_bo_util.c132 retry:
137 goto retry;
/drivers/i2c/busses/
H A Di2c-sh7760.c318 retry:
346 goto retry;
/drivers/input/touchscreen/
H A Dcyttsp4_core.c1553 int retry = CY_CORE_STARTUP_RETRY_COUNT; local
1559 if (retry != CY_CORE_STARTUP_RETRY_COUNT)
1561 CY_CORE_STARTUP_RETRY_COUNT - retry);
1567 if (retry--)
1583 if (retry--)
1607 if (retry--)
1622 if (retry--)
1631 if (retry--)
/drivers/md/
H A Ddm-log-userspace-base.c99 retry:
122 goto retry;
/drivers/misc/ti-st/
H A Dst_kim.c460 long retry = POR_RETRY_COUNT; local
503 } else { /* on success don't retry */
507 } while (retry--);
/drivers/mmc/host/
H A Dsdhci-msm.c368 retry:
431 goto retry;
/drivers/mtd/chips/
H A Dcfi_cmdset_0001.c897 retry:
936 goto retry;
943 goto retry;
952 * in FL_SYNCING state. Put contender and retry. */
956 goto retry;
972 goto retry;
983 goto retry;
1291 /* OK Still waiting. Drop the lock, wait a while and retry. */
1910 retry:
1972 goto retry;
[all...]
/drivers/mtd/ubi/
H A Dvtbl.c313 retry:
354 goto retry;
/drivers/net/wimax/i2400m/
H A Ddriver.c277 * arrive. We also want to destroy it if we retry, to make sure it is
293 retry:
364 goto retry;
/drivers/scsi/bfa/
H A Dbfa_fcs_fcpim.c531 itnim->seq_rec = sparams->retry;
775 attr->retry = itnim->seq_rec;
/drivers/staging/lustre/lustre/llite/
H A Dllite_capa.c539 * client might be doing recovery, retry in 2 min. */
544 "retry in 2 mins");
546 goto retry;
573 retry:
/drivers/staging/rtl8723au/include/
H A Drtw_mlme_ext.h298 u32 retry; member in struct:FW_Sta_Info
437 u32 retry; /* retry for issue probereq */ member in struct:mlme_ext_priv
/drivers/usb/serial/
H A Dgeneric.c142 retry:
177 goto retry; /* try sending off another urb */
/drivers/xen/
H A Dswiotlb-xen.c228 retry:
288 goto retry;
/drivers/char/
H A Drandom.c606 retry:
655 goto retry;
1025 retry:
1052 goto retry;
1361 /* Pool is (near) empty. Maybe wait and retry. */
/drivers/gpu/drm/nouveau/core/subdev/i2c/
H A Danx9805.c65 anx9805_aux(struct nouveau_i2c_port *port, bool retry, argument
/drivers/infiniband/hw/amso1100/
H A Dc2.c329 int retry; local
337 retry = 0;
343 retry = 1;
364 } while (retry);
/drivers/media/i2c/
H A Dad9389b.c525 * is essential that this register is correct, so retry it
838 /* We must retry reading the EDID several times, it is possible
959 int retry = 0; local
968 if (++retry > 5) {
969 v4l2_err(sd, "retried %d times, give up\n", retry);
972 v4l2_dbg(1, debug, sd, "%s: reset and re-check status (%d)\n", __func__, retry);
/drivers/media/radio/wl128x/
H A Dfmdrv_common.c560 fmirq->retry++;
562 if (fmirq->retry > FM_IRQ_TIMEOUT_RETRY_MAX) {
564 * reset stage index & retry count values */
566 fmirq->retry = 0;
568 "irq processing, max retry reached\n");
1579 fmdev->irq_info.retry = 0;
/drivers/net/caif/
H A Dcaif_hsi.c903 int retry = CFHSI_WAKE_TOUT; local
939 while (retry) {
948 retry--;
951 if (!retry)
/drivers/net/wireless/mwifiex/
H A Dioctl.h129 u32 retry; member in struct:mwifiex_ds_get_stats

Completed in 519 milliseconds

1234567891011>>