Searched refs:retry (Results 1 - 25 of 268) sorted by relevance

1234567891011

/drivers/misc/ibmasm/
H A Dlowlevel.h101 int retry; local
104 for (retry=0; retry<=10; retry++) {
/drivers/rtc/
H A Drtc-sun4v.c20 retry:
27 goto retry;
47 retry:
54 goto retry;
/drivers/acpi/acpica/
H A Devxfevnt.c67 int retry; local
96 for (retry = 0; retry < 30000; ++retry) {
98 if (retry != 0)
100 "Platform took > %d00 usec to enter ACPI mode", retry));
/drivers/cpufreq/
H A Dspeedstep-smi.c184 unsigned int retry = 0; local
199 if (retry) {
200 pr_debug("retry %u, previous result %u, waiting...\n",
201 retry, result);
202 mdelay(retry * 50);
204 retry++;
215 } while ((new_state != state) && (retry <= SMI_TRIES));
224 retry, result);
/drivers/staging/keucr/
H A Dsmilmain.c858 DWORD err, retry; local
876 for(retry=0; retry<2; retry++)
902 DWORD retry;
911 for(retry=1; retry<2; retry++)
938 DWORD retry;
940 for(retry
1329 DWORD err, retry; local
1393 DWORD retry; local
[all...]
/drivers/s390/cio/
H A Dcio.c347 int ccode, retry, ret = 0; local
352 for (retry = 0; retry < 5; retry++) {
407 int retry; local
422 for (retry = 0; retry < 3; retry++) {
448 int retry; local
461 for (retry
858 int retry, cc; local
877 int retry; local
[all...]
/drivers/net/wimax/i2400m/
H A Dusb-tx.c46 * we can do at this point. We could also retry, but the USB stack has
82 * it succeeds or fails (we have no real way to retry or complain).
106 retry:
126 * works, the retry works; if it fails, this switch
138 goto retry;
158 goto retry;
H A Dusb-rx.c66 * just double the size and retry (being careful to append, as
177 * skb, ready to process. On a zero-length packet, we retry.
179 * On soft USB errors, we retry (until they become too frequent and
210 retry:
223 goto retry; /* ZLP, just resubmit */
234 * works, the retry works; if it fails, this switch
245 goto retry;
281 goto retry;
296 goto retry;
H A Dusb-fw.c105 retry:
125 * works, the retry works; if it fails, this switch
137 goto retry;
159 goto retry;
337 continue; /* retry */
/drivers/staging/rtl8192u/
H A Dr8192U_wx.c447 // range->retry_capa; /* What retry options are supported */
448 // range->retry_flags; /* How to decode max/min retry limit */
449 // range->r_time_flags; /* How to decode max/min retry life */
452 // range->min_r_time; /* Minimal retry lifetime */
453 // range->max_r_time; /* Maximal retry lifetime */
780 if (wrqu->retry.flags & IW_RETRY_LIFETIME ||
781 wrqu->retry.disabled){
785 if (!(wrqu->retry.flags & IW_RETRY_LIMIT)){
790 if(wrqu->retry.value > R8180_MAX_RETRY){
794 if (wrqu->retry
[all...]
/drivers/mtd/chips/
H A Dcfi_cmdset_0020.c268 retry:
345 /* Latency issues. Drop the lock, wait a while and retry */
348 goto retry;
360 goto retry;
445 retry:
481 /* Latency issues. Drop the lock, wait a while and retry */
484 goto retry;
495 goto retry;
573 /* Latency issues. Drop the lock, wait a while and retry */
755 retry
[all...]
/drivers/net/wireless/brcm80211/brcmfmac/
H A Dbcmsdh.c86 s32 retry = 0; local
90 if (retry) /* wait for 1 ms till bus get settled down */
95 && (retry++ < SDIOH_API_ACCESS_RETRY_LIMIT));
110 s32 retry = 0; local
113 if (retry) /* wait for 1 ms till bus get settled down */
118 && (retry++ < SDIOH_API_ACCESS_RETRY_LIMIT));
/drivers/acpi/apei/
H A Derst-dbg.c116 retry:
139 goto retry;
/drivers/base/
H A Dmap.c102 retry:
130 goto retry;
/drivers/gpu/drm/radeon/
H A Dradeon_semaphore.c53 dev_err(rdev->dev, "failed to get a bo after 5 retry\n");
111 retry:
132 goto retry;
H A Datombios_dp.c118 unsigned retry; local
129 for (retry = 0; retry < 4; retry++) {
155 unsigned retry; local
162 for (retry = 0; retry < 4; retry++) {
206 unsigned retry; local
240 for (retry
[all...]
/drivers/media/video/ivtv/
H A Divtv-i2c.c558 int retry, ret = -EREMOTEIO; local
561 for (retry = 0; ret != 0 && retry < 8; ++retry) {
581 int retry, ret = -EREMOTEIO; local
584 for (retry = 0; ret != 0 && retry < 8; ++retry) {
/drivers/net/usb/
H A Dmcs7830.c381 int retry; local
383 for (retry = 0; retry < 2; retry++) {
564 int retry; local
568 for (retry = 0; retry < 5 && ret; retry++)
/drivers/parport/
H A Dieee1284_ops.c412 int retry;
438 for (retry = 0; retry < 100; retry++) {
647 int retry;
674 for (retry = 0; retry < 100; retry++) {
/drivers/staging/rtl8187se/
H A Dr8180_wx.c294 /* range->retry_capa; */ /* What retry options are supported */
295 /* range->retry_flags; */ /* How to decode max/min retry limit */
296 /* range->r_time_flags;*/ /* How to decode max/min retry life */
299 /* range->min_r_time; */ /* Minimal retry lifetime */
300 /* range->max_r_time; */ /* Maximal retry lifetime */
634 if (wrqu->retry.flags & IW_RETRY_LIFETIME ||
635 wrqu->retry.disabled) {
639 if (!(wrqu->retry.flags & IW_RETRY_LIMIT)) {
644 if (wrqu->retry.value > R8180_MAX_RETRY) {
648 if (wrqu->retry
[all...]
/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_wx.c875 if (wrqu->retry.flags & IW_RETRY_LIFETIME ||
876 wrqu->retry.disabled) {
880 if (!(wrqu->retry.flags & IW_RETRY_LIMIT)) {
885 if (wrqu->retry.value > R8192_MAX_RETRY) {
889 if (wrqu->retry.flags & IW_RETRY_MAX) {
890 priv->retry_rts = wrqu->retry.value;
891 DMESG("Setting retry for RTS/CTS data to %d",
892 wrqu->retry.value);
895 priv->retry_data = wrqu->retry.value;
896 DMESG("Setting retry fo
[all...]
/drivers/gpu/drm/ttm/
H A Dttm_execbuf_util.c148 retry:
175 goto retry;
191 goto retry;
/drivers/misc/
H A Dapds9802als.c64 int retry = 10; local
69 } while (!(ret & 0x80) && retry--);
71 if (!retry) {
/drivers/i2c/busses/
H A Di2c-nuc900.c482 int retry; local
487 for (retry = 0; retry < adap->retries; retry++) {
494 dev_dbg(i2c->dev, "Retrying transmission (%d)\n", retry);
/drivers/media/dvb/dvb-usb/
H A Dfriio-fe.c125 int retry; local
189 for (retry = 0; retry < RETRY_COUNT; retry++) {
201 if (retry >= RETRY_COUNT) {

Completed in 524 milliseconds

1234567891011