/Linux-v4.19/drivers/clk/ti/ |
D | clk.c | 224 struct clk_init_item *retry; in ti_clk_retry_init() local 227 retry = kzalloc(sizeof(*retry), GFP_KERNEL); in ti_clk_retry_init() 228 if (!retry) in ti_clk_retry_init() 231 retry->node = node; in ti_clk_retry_init() 232 retry->func = func; in ti_clk_retry_init() 233 retry->user = user; in ti_clk_retry_init() 234 list_add(&retry->link, &retry_list); in ti_clk_retry_init() 362 struct clk_init_item *retry; in ti_dt_clk_init_retry_clks() local 367 list_for_each_entry_safe(retry, tmp, &retry_list, link) { in ti_dt_clk_init_retry_clks() 368 pr_debug("retry-init: %s\n", retry->node->name); in ti_dt_clk_init_retry_clks() [all …]
|
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_dp_dual_mode_helper.c | 353 int retry; in drm_dp_dual_mode_set_tmds_output() local 362 for (retry = 0; retry < 3; retry++) { in drm_dp_dual_mode_set_tmds_output() 370 retry + 1); in drm_dp_dual_mode_set_tmds_output() 379 retry + 1); in drm_dp_dual_mode_set_tmds_output() 438 int retry; in drm_lspcon_get_mode() local 446 for (retry = 0; retry < 6; retry++) { in drm_lspcon_get_mode() 447 if (retry) in drm_lspcon_get_mode()
|
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | commonring.c | 81 bool retry = true; in brcmf_commonring_write_available() local 97 if (retry) { in brcmf_commonring_write_available() 100 retry = false; in brcmf_commonring_write_available() 106 if (retry) { in brcmf_commonring_write_available() 109 retry = false; in brcmf_commonring_write_available() 122 bool retry = true; in brcmf_commonring_reserve_for_write() local 140 if (retry) { in brcmf_commonring_reserve_for_write() 143 retry = false; in brcmf_commonring_reserve_for_write() 158 bool retry = true; in brcmf_commonring_reserve_for_write_multiple() local 179 if (retry) { in brcmf_commonring_reserve_for_write_multiple() [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/power/supply/ |
D | sbs_sbs-battery.txt | 12 - sbs,i2c-retry-count : The number of times to retry i2c transactions on i2c 14 - sbs,poll-retry-count : The number of times to try looking for new status 24 sbs,i2c-retry-count = <2>; 25 sbs,poll-retry-count = <10>;
|
/Linux-v4.19/drivers/gpu/drm/ast/ |
D | ast_dp501.c | 34 u32 retry = 0; in wait_ack() local 39 } while ((!waitack) && (retry++ < 1000)); in wait_ack() 41 if (retry < 1000) in wait_ack() 50 u32 retry = 0; in wait_nack() local 55 } while ((waitack) && (retry++ < 1000)); in wait_nack() 57 if (retry < 1000) in wait_nack() 77 u32 retry = 0; 82 } while ((!waitready) && (retry++ < 1000)); 84 if (retry < 1000) 94 int retry = 0; in ast_write_cmd() local [all …]
|
/Linux-v4.19/arch/x86/include/asm/ |
D | archrandom.h | 46 unsigned int retry = RDRAND_RETRY_LOOPS; in rdrand_long() local 53 } while (--retry); in rdrand_long() 60 unsigned int retry = RDRAND_RETRY_LOOPS; in rdrand_int() local 67 } while (--retry); in rdrand_int()
|
/Linux-v4.19/drivers/cpufreq/ |
D | speedstep-smi.c | 155 unsigned int retry = 0; in speedstep_set_state() local 171 if (retry) { in speedstep_set_state() 181 retry, result); in speedstep_set_state() 183 mdelay(retry * 50); in speedstep_set_state() 186 retry++; in speedstep_set_state() 197 } while ((new_state != state) && (retry <= SMI_TRIES)); in speedstep_set_state() 207 retry, result); in speedstep_set_state()
|
/Linux-v4.19/sound/soc/au1x/ |
D | ac97c.c | 86 unsigned int tmo, retry; in au1xac97c_ac97_read() local 90 retry = AC97_RW_RETRIES; in au1xac97c_ac97_read() 117 } while (--retry && !tmo); in au1xac97c_ac97_read() 119 pr_debug("AC97RD %04x %04lx %d\n", r, data, retry); in au1xac97c_ac97_read() 121 return retry ? data & 0xffff : 0xffff; in au1xac97c_ac97_read() 128 unsigned int tmo, retry; in au1xac97c_ac97_write() local 130 retry = AC97_RW_RETRIES; in au1xac97c_ac97_write() 149 } while (--retry && !tmo); in au1xac97c_ac97_write() 151 pr_debug("AC97WR %04x %04x %d\n", r, v, retry); in au1xac97c_ac97_write()
|
D | psc-ac97.c | 79 unsigned short retry, tmo; in au1xpsc_ac97_read() local 85 retry = AC97_RW_RETRIES; in au1xpsc_ac97_read() 110 } while (--retry && !tmo); in au1xpsc_ac97_read() 112 return retry ? data & 0xffff : 0xffff; in au1xpsc_ac97_read() 120 unsigned int tmo, retry; in au1xpsc_ac97_write() local 125 retry = AC97_RW_RETRIES; in au1xpsc_ac97_write() 144 } while (--retry && !tmo); in au1xpsc_ac97_write()
|
/Linux-v4.19/drivers/rtc/ |
D | rtc-sun4v.c | 24 retry: in hypervisor_get_time() 31 goto retry; in hypervisor_get_time() 51 retry: in hypervisor_set_time() 58 goto retry; in hypervisor_set_time()
|
/Linux-v4.19/drivers/mailbox/ |
D | hi3660-mailbox.c | 115 unsigned int val, retry = 3; in hi3660_mbox_unlock() local 125 } while (retry--); in hi3660_mbox_unlock() 139 unsigned int val, retry; in hi3660_mbox_acquire_channel() local 141 for (retry = 10; retry; retry--) { in hi3660_mbox_acquire_channel() 153 if (!retry) in hi3660_mbox_acquire_channel() 156 return retry ? 0 : -ETIMEDOUT; in hi3660_mbox_acquire_channel()
|
/Linux-v4.19/drivers/dma-buf/ |
D | reservation.c | 298 retry: in reservation_object_copy_fences() 313 goto retry; in reservation_object_copy_fences() 329 goto retry; in reservation_object_copy_fences() 491 retry: in reservation_object_wait_timeout_rcu() 542 goto retry; in reservation_object_wait_timeout_rcu() 548 goto retry; in reservation_object_wait_timeout_rcu() 554 goto retry; in reservation_object_wait_timeout_rcu() 593 retry: in reservation_object_test_signaled_rcu() 612 goto retry; in reservation_object_test_signaled_rcu() 618 goto retry; in reservation_object_test_signaled_rcu() [all …]
|
/Linux-v4.19/drivers/acpi/acpica/ |
D | evxfevnt.c | 34 int retry; in acpi_enable() local 69 for (retry = 0; retry < 30000; ++retry) { in acpi_enable() 71 if (retry != 0) in acpi_enable() 73 "Platform took > %d00 usec to enter ACPI mode", retry)); in acpi_enable()
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/ |
D | hdmi4_cec.c | 137 int retry = HDMI_CORE_CEC_RETRY; in hdmi_cec_clear_tx_fifo() local 141 while (retry) { in hdmi_cec_clear_tx_fifo() 145 retry--; in hdmi_cec_clear_tx_fifo() 147 return retry != 0; in hdmi_cec_clear_tx_fifo() 153 int retry = HDMI_CORE_CEC_RETRY; in hdmi_cec_clear_rx_fifo() local 157 retry = HDMI_CORE_CEC_RETRY; in hdmi_cec_clear_rx_fifo() 158 while (retry) { in hdmi_cec_clear_rx_fifo() 162 retry--; in hdmi_cec_clear_rx_fifo() 164 return retry != 0; in hdmi_cec_clear_rx_fifo()
|
/Linux-v4.19/arch/mips/lantiq/xway/ |
D | sysctrl.c | 160 int retry = 1000000; in ltq_pmu_enable() local 164 do {} while (--retry && (pmu_r32(PMU_PWDSR) & module)); in ltq_pmu_enable() 167 if (!retry) in ltq_pmu_enable() 175 int retry = 1000000; in ltq_pmu_disable() local 179 do {} while (--retry && (!(pmu_r32(PMU_PWDSR) & module))); in ltq_pmu_disable() 182 if (!retry) in ltq_pmu_disable() 203 int retry = 1000000; in pmu_enable() local 208 do {} while (--retry && in pmu_enable() 215 do {} while (--retry && in pmu_enable() 220 if (!retry) in pmu_enable() [all …]
|
/Linux-v4.19/drivers/misc/ibmasm/ |
D | lowlevel.h | 101 int retry; in get_mfa_outbound() local 104 for (retry=0; retry<=10; retry++) { in get_mfa_outbound()
|
/Linux-v4.19/arch/parisc/include/asm/ |
D | spinlock.h | 96 retry: in arch_read_trylock() 114 goto retry; in arch_read_trylock() 122 retry: in arch_write_lock() 133 goto retry; in arch_write_lock()
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_lspcon.c | 135 int retry; in lspcon_probe() local 144 for (retry = 0; retry < 6; retry++) { in lspcon_probe() 145 if (retry) in lspcon_probe()
|
/Linux-v4.19/drivers/staging/vt6656/ |
D | int.c | 77 u8 retry = tx_retry; in vnt_int_report_rate() local 82 if (retry > 4) in vnt_int_report_rate() 83 retry = 4; in vnt_int_report_rate() 86 tx_rate = fallback_rate0[tx_rate][retry]; in vnt_int_report_rate() 88 tx_rate = fallback_rate1[tx_rate][retry]; in vnt_int_report_rate()
|
/Linux-v4.19/drivers/lightnvm/ |
D | pblk-cache.c | 37 retry: in pblk_write_to_cache() 42 goto retry; in pblk_write_to_cache() 99 retry: in pblk_write_gc_to_cache() 102 goto retry; in pblk_write_gc_to_cache()
|
/Linux-v4.19/drivers/staging/rtl8192u/ |
D | r8192U_wx.c | 624 if (wrqu->retry.flags & IW_RETRY_LIFETIME || in r8192_wx_set_retry() 625 wrqu->retry.disabled){ in r8192_wx_set_retry() 629 if (!(wrqu->retry.flags & IW_RETRY_LIMIT)) { in r8192_wx_set_retry() 634 if (wrqu->retry.value > R8180_MAX_RETRY) { in r8192_wx_set_retry() 638 if (wrqu->retry.flags & IW_RETRY_MAX) { in r8192_wx_set_retry() 639 priv->retry_rts = wrqu->retry.value; in r8192_wx_set_retry() 640 DMESG("Setting retry for RTS/CTS data to %d", wrqu->retry.value); in r8192_wx_set_retry() 643 priv->retry_data = wrqu->retry.value; in r8192_wx_set_retry() 644 DMESG("Setting retry for non RTS/CTS data to %d", wrqu->retry.value); in r8192_wx_set_retry() 667 wrqu->retry.disabled = 0; /* can't be disabled */ in r8192_wx_get_retry() [all …]
|
/Linux-v4.19/drivers/net/wireless/mediatek/mt76/ |
D | mt76x2_trace.h | 89 __field(u8, retry) 100 __entry->retry = stat->retry; 109 __entry->rate, __entry->retry
|
/Linux-v4.19/drivers/net/wireless/st/cw1200/ |
D | hwio.c | 123 int ret, retry = 1; in cw1200_data_read() local 128 while (retry <= MAX_RETRY) { in cw1200_data_read() 137 retry++; in cw1200_data_read() 150 int ret, retry = 1; in cw1200_data_write() local 155 while (retry <= MAX_RETRY) { in cw1200_data_write() 164 retry++; in cw1200_data_write()
|
/Linux-v4.19/arch/powerpc/platforms/pasemi/ |
D | dma_lib.c | 131 retry: in pasemi_alloc_tx_chan() 136 goto retry; in pasemi_alloc_tx_chan() 150 retry: in pasemi_alloc_rx_chan() 155 goto retry; in pasemi_alloc_rx_chan() 391 retry: in pasemi_dma_alloc_flag() 396 goto retry; in pasemi_dma_alloc_flag() 456 retry: in pasemi_dma_alloc_fun() 461 goto retry; in pasemi_dma_alloc_fun()
|
/Linux-v4.19/fs/jffs2/ |
D | xattr.c | 210 int i, ret, retry = 0; in do_load_xattr_datum() local 214 retry: in do_load_xattr_datum() 250 if (!retry) { in do_load_xattr_datum() 251 retry = 1; in do_load_xattr_datum() 254 goto retry; in do_load_xattr_datum() 646 retry: in check_xattr_ref_inode() 654 goto retry; in check_xattr_ref_inode() 666 goto retry; in check_xattr_ref_inode() 679 goto retry; in check_xattr_ref_inode() 972 int retry = 0; in jffs2_listxattr() local [all …]
|