Home
last modified time | relevance | path

Searched refs:RETRIES (Results 1 – 10 of 10) sorted by relevance

/linux-6.1.9/drivers/media/pci/bt8xx/
Ddst_ca.h12 #define RETRIES 5 macro
Ddst_ca.c110 while (dst_ca_comm_err < RETRIES) { in dst_put_ci()
120 if(dst_ca_comm_err == RETRIES) in dst_put_ci()
/linux-6.1.9/drivers/mtd/tests/
Dtorturetest.c26 #define RETRIES 3 macro
123 if (retries++ < RETRIES) { in check_eraseblock()
131 "give-up\n", RETRIES); in check_eraseblock()
/linux-6.1.9/drivers/net/dsa/sja1105/
Dsja1105_spi.c313 #define RETRIES 10 macro
322 int rc, retries = RETRIES; in sja1105_static_config_upload()
402 } else if (retries != RETRIES) { in sja1105_static_config_upload()
403 dev_info(dev, "Succeeded after %d tried\n", RETRIES - retries); in sja1105_static_config_upload()
/linux-6.1.9/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dbcdc.c84 #define RETRIES 2 /* # of retries to retrieve matching dcmd response */ macro
186 if ((id < bcdc->reqid) && (++retries < RETRIES)) in brcmf_proto_bcdc_query_dcmd()
/linux-6.1.9/drivers/gpu/drm/vmwgfx/
Dvmwgfx_msg.c49 #define RETRIES 3 macro
276 while (retries < RETRIES) { in vmw_send_msg()
334 while (retries < RETRIES) { in vmw_recv_msg()
/linux-6.1.9/include/linux/
Dscmi_protocol.h426 RETRIES = 0x48, enumerator
/linux-6.1.9/drivers/comedi/drivers/
Dusbduxsigma.c113 #define RETRIES 10 macro
574 for (i = 0; i < RETRIES; i++) { in usbduxsigma_receive_cmd()
Dusbdux.c149 #define RETRIES 10 macro
615 for (i = 0; i < RETRIES; i++) { in receive_dux_commands()
/linux-6.1.9/Documentation/userspace-api/media/cec/
Dcec-ioc-receive.rst249 exclusive with :ref:`CEC_TX_STATUS_MAX_RETRIES <CEC-TX-STATUS-MAX-RETRIES>`.
283 * .. _`CEC-TX-STATUS-MAX-RETRIES`: