/Linux-v5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | commonring.c | 71 bool retry = true; in brcmf_commonring_write_available() local 87 if (retry) { in brcmf_commonring_write_available() 90 retry = false; in brcmf_commonring_write_available() 96 if (retry) { in brcmf_commonring_write_available() 99 retry = false; in brcmf_commonring_write_available() 112 bool retry = true; in brcmf_commonring_reserve_for_write() local 130 if (retry) { in brcmf_commonring_reserve_for_write() 133 retry = false; in brcmf_commonring_reserve_for_write() 148 bool retry = true; in brcmf_commonring_reserve_for_write_multiple() local 169 if (retry) { in brcmf_commonring_reserve_for_write_multiple() [all …]
|
/Linux-v5.10/Documentation/devicetree/bindings/ata/ |
D | ahci-ceva.txt | 32 - ceva,p0-retry-params: Retry interval timing value for port 0. 33 - ceva,p1-retry-params: Retry interval timing value for port 1. 35 ceva,pN-retry-params = /bits/ 16 <RIT RCT>; 36 RIT: Retry Interval Timer. 52 ceva,p0-retry-params = /bits/ 16 <0x0216 0x7F06>; 57 ceva,p1-retry-params = /bits/ 16 <0x0216 0x7F06>;
|
/Linux-v5.10/drivers/clk/ti/ |
D | clk.c | 234 * Adds a failed clock init to the retry list. The retry list is parsed 240 struct clk_init_item *retry; in ti_clk_retry_init() local 242 pr_debug("%pOFn: adding to retry list...\n", node); in ti_clk_retry_init() 243 retry = kzalloc(sizeof(*retry), GFP_KERNEL); in ti_clk_retry_init() 244 if (!retry) in ti_clk_retry_init() 247 retry->node = node; in ti_clk_retry_init() 248 retry->func = func; in ti_clk_retry_init() 249 retry->user = user; in ti_clk_retry_init() 250 list_add(&retry->link, &retry_list); in ti_clk_retry_init() 372 * ti_dt_clk_init_retry_clks - init clocks from the retry list [all …]
|
/Linux-v5.10/drivers/gpu/drm/i915/display/ |
D | intel_lspcon.c | 204 int retry; in lspcon_probe() local 213 for (retry = 0; retry < 6; retry++) { in lspcon_probe() 214 if (retry) in lspcon_probe() 271 u8 retry; in lspcon_parade_fw_ready() local 275 for (retry = 0; retry < 5; retry++) { in lspcon_parade_fw_ready() 276 if (retry) in lspcon_parade_fw_ready() 378 u32 retry; in _lspcon_write_avi_infoframe_mca() local 384 /* DPCD write for AVI IF can fail on a slow FW day, so retry */ in _lspcon_write_avi_infoframe_mca() 385 for (retry = 0; retry < 5; retry++) { in _lspcon_write_avi_infoframe_mca() 389 } else if (retry < 4) { in _lspcon_write_avi_infoframe_mca()
|
/Linux-v5.10/drivers/net/wireless/mediatek/mt76/ |
D | mt76x02_trace.h | 56 __field(u8, retry) 67 __entry->retry = stat->retry; 73 " rate:%04x retry:%d", 76 __entry->rate, __entry->retry
|
/Linux-v5.10/Documentation/devicetree/bindings/power/supply/ |
D | sbs,sbs-battery.yaml | 31 sbs,i2c-retry-count: 33 The number of times to retry I2C transactions on I2C IO failure. 37 sbs,poll-retry-count: 76 sbs,i2c-retry-count = <2>; 77 sbs,poll-retry-count = <10>;
|
/Linux-v5.10/include/uapi/linux/ |
D | atmmpc.h | 47 __u16 mpc_p4; /* MPC Initial Retry Time */ 48 __u16 mpc_p5; /* MPC Retry Time Maximum */ 88 #define MPC_P4 5 /* MPC Initial Retry Time */ 89 #define MPC_P5 40 /* MPC Retry Time Maximum */ 95 #define MPC_C1 2 /* Retry Time Multiplier */ 102 #define SND_MPOA_RES_RTRY 203 /* Different type in a retry due to req id */
|
/Linux-v5.10/drivers/irqchip/ |
D | irq-csky-apb-intc.c | 151 retry: in gx_irq_handler() 155 goto retry; in gx_irq_handler() 160 goto retry; in gx_irq_handler() 205 retry: in ck_irq_handler() 209 goto retry; in ck_irq_handler() 213 goto retry; in ck_irq_handler() 222 goto retry; in ck_irq_handler() 227 goto retry; in ck_irq_handler()
|
/Linux-v5.10/sound/soc/au1x/ |
D | ac97c.c | 57 /* how often to retry failed codec register reads/writes */ 87 unsigned int tmo, retry; in au1xac97c_ac97_read() local 91 retry = AC97_RW_RETRIES; in au1xac97c_ac97_read() 118 } while (--retry && !tmo); in au1xac97c_ac97_read() 120 pr_debug("AC97RD %04x %04lx %d\n", r, data, retry); in au1xac97c_ac97_read() 122 return retry ? data & 0xffff : 0xffff; in au1xac97c_ac97_read() 129 unsigned int tmo, retry; in au1xac97c_ac97_write() local 131 retry = AC97_RW_RETRIES; in au1xac97c_ac97_write() 150 } while (--retry && !tmo); in au1xac97c_ac97_write() 152 pr_debug("AC97WR %04x %04x %d\n", r, v, retry); in au1xac97c_ac97_write()
|
/Linux-v5.10/drivers/mfd/ |
D | gateworks-gsc.c | 35 int retry, ret; in gsc_write() local 37 for (retry = 0; retry < I2C_RETRIES; retry++) { in gsc_write() 54 int retry, ret; in gsc_read() local 56 for (retry = 0; retry < I2C_RETRIES; retry++) { in gsc_read()
|
/Linux-v5.10/drivers/staging/rtl8192u/ |
D | r8192U_wx.c | 287 /* range->retry_capa; */ /* What retry options are supported */ in rtl8180_wx_get_range() 288 /* range->retry_flags; */ /* How to decode max/min retry limit */ in rtl8180_wx_get_range() 289 /* range->r_time_flags; */ /* How to decode max/min retry life */ in rtl8180_wx_get_range() 292 /* range->min_r_time; */ /* Minimal retry lifetime */ in rtl8180_wx_get_range() 293 /* range->max_r_time; */ /* Maximal retry lifetime */ in rtl8180_wx_get_range() 604 if (wrqu->retry.flags & IW_RETRY_LIFETIME || in r8192_wx_set_retry() 605 wrqu->retry.disabled){ in r8192_wx_set_retry() 609 if (!(wrqu->retry.flags & IW_RETRY_LIMIT)) { in r8192_wx_set_retry() 614 if (wrqu->retry.value > R8180_MAX_RETRY) { in r8192_wx_set_retry() 618 if (wrqu->retry.flags & IW_RETRY_MAX) { in r8192_wx_set_retry() [all …]
|
/Linux-v5.10/drivers/gpu/drm/ |
D | drm_dp_dual_mode_helper.c | 355 int retry; in drm_dp_dual_mode_set_tmds_output() local 364 for (retry = 0; retry < 3; retry++) { in drm_dp_dual_mode_set_tmds_output() 372 retry + 1); in drm_dp_dual_mode_set_tmds_output() 381 retry + 1); in drm_dp_dual_mode_set_tmds_output() 440 int retry; in drm_lspcon_get_mode() local 448 for (retry = 0; retry < 6; retry++) { in drm_lspcon_get_mode() 449 if (retry) in drm_lspcon_get_mode() 503 * so wait and retry until time out or done. in drm_lspcon_set_mode()
|
/Linux-v5.10/drivers/net/ethernet/stmicro/stmmac/ |
D | dwmac-qcom-ethqos.c | 187 int retry = 1000; in ethqos_dll_configure() local 218 retry--; in ethqos_dll_configure() 219 } while (retry > 0); in ethqos_dll_configure() 220 if (!retry) in ethqos_dll_configure() 228 retry = 1000; in ethqos_dll_configure() 235 retry--; in ethqos_dll_configure() 236 } while (retry > 0); in ethqos_dll_configure() 237 if (!retry) in ethqos_dll_configure() 381 unsigned int i, retry = 1000; in ethqos_configure() local 426 retry--; in ethqos_configure() [all …]
|
/Linux-v5.10/drivers/gpu/drm/ast/ |
D | ast_dp501.c | 50 u32 retry = 0; in wait_ack() local 55 } while ((!waitack) && (retry++ < 1000)); in wait_ack() 57 if (retry < 1000) in wait_ack() 66 u32 retry = 0; in wait_nack() local 71 } while ((waitack) && (retry++ < 1000)); in wait_nack() 73 if (retry < 1000) in wait_nack() 93 u32 retry = 0; 98 } while ((!waitready) && (retry++ < 1000)); 100 if (retry < 1000) 110 int retry = 0; in ast_write_cmd() local [all …]
|
/Linux-v5.10/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() 299 /* Set the retry count */ in hdmi_cec_adap_transmit()
|
/Linux-v5.10/include/scsi/ |
D | scsi.h | 147 #define DID_SOFT_ERROR 0x0b /* The low level driver just wish a retry */ 148 #define DID_IMM_RETRY 0x0c /* Retry without decrementing retry count */ 149 #define DID_REQUEUE 0x0d /* Requeue command (no immediate retry) also 150 * without decrementing the retry count */ 154 * retry or fail IO */ 156 #define DID_TARGET_FAILURE 0x10 /* Permanent target failure, do not retry on 158 #define DID_NEXUS_FAILURE 0x11 /* Permanent nexus failure, retry on other
|
/Linux-v5.10/drivers/mailbox/ |
D | hi3660-mailbox.c | 116 unsigned int val, retry = 3; in hi3660_mbox_unlock() local 126 } while (retry--); in hi3660_mbox_unlock() 140 unsigned int val, retry; in hi3660_mbox_acquire_channel() local 142 for (retry = 10; retry; retry--) { in hi3660_mbox_acquire_channel() 154 if (!retry) in hi3660_mbox_acquire_channel() 157 return retry ? 0 : -ETIMEDOUT; in hi3660_mbox_acquire_channel()
|
/Linux-v5.10/mm/ |
D | shuffle.c | 93 int migratetype, retry; in __shuffle_zone() local 106 for (retry = 0; retry < SHUFFLE_RETRY; retry++) { in __shuffle_zone() 109 * a swap target. If the selected pfn is a hole, retry in __shuffle_zone() 120 if (retry >= SHUFFLE_RETRY) { in __shuffle_zone()
|
/Linux-v5.10/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-v5.10/drivers/firmware/ |
D | stratix10-rsu.c | 52 * @retry_counter: the current image's retry counter 53 * @max_retry: the preset max retry value 142 * the current image's retry counter from the firmware 146 * Callback from Intel service layer for retry counter, which is used by 159 dev_warn(client->dev, "FW doesn't support retry\n"); in rsu_retry_callback() 161 dev_err(client->dev, "Failed to get retry counter %lu\n", in rsu_retry_callback() 169 * the max retry value from the firmware 173 * Callback from Intel service layer for max retry. 184 dev_warn(client->dev, "FW doesn't support max retry\n"); in rsu_max_retry_callback() 186 dev_err(client->dev, "Failed to get max retry %lu\n", in rsu_max_retry_callback() [all …]
|
/Linux-v5.10/arch/x86/include/asm/ |
D | archrandom.h | 23 unsigned int retry = RDRAND_RETRY_LOOPS; in rdrand_long() local 30 } while (--retry); in rdrand_long() 37 unsigned int retry = RDRAND_RETRY_LOOPS; in rdrand_int() local 44 } while (--retry); in rdrand_int()
|
/Linux-v5.10/drivers/misc/ibmasm/ |
D | lowlevel.h | 87 int retry; in get_mfa_outbound() local 90 for (retry=0; retry<=10; retry++) { in get_mfa_outbound()
|
/Linux-v5.10/tools/perf/pmu-events/arch/arm64/hisilicon/hip08/ |
D | uncore-l3c.json | 75 "BriefDescription": "Count of the number of retry that L3C suppresses the CPU operations", 76 "PublicDescription": "Count of the number of retry that L3C suppresses the CPU operations", 82 "BriefDescription": "Count of the number of retry that L3C suppresses the ring operations", 83 "PublicDescription": "Count of the number of retry that L3C suppresses the ring operations",
|
/Linux-v5.10/drivers/dma-buf/ |
D | dma-resv.c | 357 retry: in dma_resv_copy_fences() 371 goto retry; in dma_resv_copy_fences() 386 goto retry; in dma_resv_copy_fences() 541 retry: in dma_resv_wait_timeout_rcu() 591 goto retry; in dma_resv_wait_timeout_rcu() 597 goto retry; in dma_resv_wait_timeout_rcu() 603 goto retry; in dma_resv_wait_timeout_rcu() 640 retry: in dma_resv_test_signaled_rcu() 658 goto retry; in dma_resv_test_signaled_rcu() 664 goto retry; in dma_resv_test_signaled_rcu() [all …]
|
/Linux-v5.10/drivers/mtd/chips/ |
D | cfi_cmdset_0020.c | 266 retry: in do_read_onechip() 343 /* Latency issues. Drop the lock, wait a while and retry */ in do_read_onechip() 346 goto retry; in do_read_onechip() 358 goto retry; in do_read_onechip() 441 retry: in do_write_buffer() 477 /* Latency issues. Drop the lock, wait a while and retry */ in do_write_buffer() 480 goto retry; in do_write_buffer() 491 goto retry; in do_write_buffer() 569 /* Latency issues. Drop the lock, wait a while and retry */ in do_write_buffer() 747 retry: in do_erase_oneblock() [all …]
|