Home
last modified time | relevance | path

Searched refs:attempt (Results 1 – 23 of 23) sorted by relevance

/drivers/char/tpm/
A Dtpm_tis_spi_cr50.c101 unsigned int attempt = ++phy->irq_confirmation_attempt; in cr50_ensure_access_delay() local
107 attempt); in cr50_ensure_access_delay()
108 } else if (attempt > MAX_IRQ_CONFIRMATION_ATTEMPTS) { in cr50_ensure_access_delay()
/drivers/input/serio/
A Dlibps2.c47 int attempt = 0; in ps2_do_sendbyte() local
68 } while (ps2dev->nak == PS2_RET_NAK && ++attempt < max_attempts); in ps2_do_sendbyte()
88 if (error || attempt > 1) in ps2_do_sendbyte()
91 byte, error, ps2dev->nak, attempt); in ps2_do_sendbyte()
/drivers/of/unittest-data/
A Doverlay_bad_add_dup_node.dtso10 * result in an attempt to add the same node twice.
A Doverlay_bad_add_dup_prop.dtso10 * result in an attempt to update the same property twice.
/drivers/net/wireless/realtek/rtw89/
A Dusb.c21 int attempt, ret; in rtw89_usb_vendorreq() local
29 for (attempt = 0; attempt < 10; attempt++) { in rtw89_usb_vendorreq()
61 attempt); in rtw89_usb_vendorreq()
/drivers/net/ethernet/intel/ice/
A Dice_ddp.c1264 int attempt, err; in ice_ddp_send_hunk() local
1273 for (attempt = 0; attempt < 5; attempt++) { in ice_ddp_send_hunk()
1274 if (attempt) in ice_ddp_send_hunk()
1290 } else if (attempt) { in ice_ddp_send_hunk()
1292 "ice_aq_download_pkg number of retries: %d\n", attempt); in ice_ddp_send_hunk()
/drivers/media/pci/saa7134/
A Dsaa7134-input.c109 int attempt = 0; in get_key_flydvb_trio() local
134 if ((attempt++) < 10) { in get_key_flydvb_trio()
143 attempt); in get_key_flydvb_trio()
/drivers/gpu/drm/ci/
A Dgitlab-ci.yml147 …- if: &is-merge-attempt $GITLAB_USER_LOGIN == "marge-bot" && $CI_PIPELINE_SOURCE == "merge_request…
181 - if: *is-merge-attempt
209 - if: *is-merge-attempt
/drivers/iommu/arm/arm-smmu/
A Darm-smmu-qcom-debug.c272 int attempt = 0; in qcom_iova_to_phys() local
331 } while (!phys && attempt++ < 2); in qcom_iova_to_phys()
/drivers/firmware/qcom/
A DKconfig56 selected, the interface will also attempt to detect and register client
/drivers/target/sbp/
A Dsbp_target.c1059 int attempt, ret, delay; in sbp_run_transaction() local
1061 for (attempt = 1; attempt <= 5; attempt++) { in sbp_run_transaction()
1073 delay = 5 * attempt * attempt; in sbp_run_transaction()
/drivers/net/ethernet/
A Djme.c361 dpi->attempt = PCC_P1; in jme_start_irq()
1118 if (dpi->attempt == atmp) { in jme_attempt_pcc()
1121 dpi->attempt = atmp; in jme_attempt_pcc()
1140 if (unlikely(dpi->attempt != dpi->cur && dpi->cnt > 5)) { in jme_dynamic_pcc()
1141 if (dpi->attempt < dpi->cur) in jme_dynamic_pcc()
1143 jme_set_rx_pcc(jme, dpi->attempt); in jme_dynamic_pcc()
1144 dpi->cur = dpi->attempt; in jme_dynamic_pcc()
2442 dpi->attempt = PCC_P1; in jme_set_coalesce()
A Djme.h147 unsigned char attempt; member
/drivers/net/wireless/intel/iwlegacy/
A Dcommands.h1400 __le32 attempt;
1500 __le32 attempt;
/drivers/net/wireless/microchip/wilc1000/
A Dspi.c871 static void wilc_spi_reset_cmd_sequence(struct wilc *wl, u8 attempt, u32 addr) in wilc_spi_reset_cmd_sequence() argument
877 dev_err(&spi->dev, "Reset and retry %d %x\n", attempt, addr); in wilc_spi_reset_cmd_sequence()
/drivers/staging/greybus/Documentation/
A Dsysfs-bus-greybus112 attempt to boot and possibly enumerate it will be made. Note
/drivers/comedi/drivers/ni_routing/
A DREADME20 for various registers. There was some attempt in prior use of comedi to
/drivers/net/wireless/intel/iwlwifi/dvm/
A Dcommands.h1233 __le32 attempt;
/drivers/i2c/busses/
A DKconfig230 controllers. This driver will attempt to use both controllers
465 255 bytes in length. Any attempt to to a larger transfer will return
/drivers/scsi/aic7xxx/
A Daic7xxx.seq1619 * and then attempt to complete the command again. We should use a
1703 * should take us to message out phase and then attempt to
A Daic79xx.seq1182 * and then attempt to complete the command again. We should use a
1291 * should take us to message out phase and then attempt to
A Daic79xx.reg193 * This happens when an attempt
/drivers/scsi/qla2xxx/
A Dqla_init.c3494 attempt: in qla25xx_manipulate_risc_semaphore()
3530 goto attempt; in qla25xx_manipulate_risc_semaphore()

Completed in 84 milliseconds