Home
last modified time | relevance | path

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

/drivers/input/serio/
Dlibps2.c29 int attempt = 0; in ps2_do_sendbyte() local
50 } while (ps2dev->nak == PS2_RET_NAK && ++attempt < max_attempts); in ps2_do_sendbyte()
70 if (error || attempt > 1) in ps2_do_sendbyte()
73 byte, error, ps2dev->nak, attempt); in ps2_do_sendbyte()
/drivers/char/tpm/
Dtpm_tis_spi_cr50.c98 unsigned int attempt = ++phy->irq_confirmation_attempt; in cr50_ensure_access_delay() local
104 attempt); in cr50_ensure_access_delay()
105 } else if (attempt > MAX_IRQ_CONFIRMATION_ATTEMPTS) { in cr50_ensure_access_delay()
/drivers/of/unittest-data/
Doverlay_bad_add_dup_node.dts10 * result in an attempt to add the same node twice.
Doverlay_bad_add_dup_prop.dts10 * result in an attempt to update the same property twice.
/drivers/media/pci/saa7134/
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/target/sbp/
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/
Djme.c360 dpi->attempt = PCC_P1; in jme_start_irq()
1125 if (dpi->attempt == atmp) { in jme_attempt_pcc()
1128 dpi->attempt = atmp; in jme_attempt_pcc()
1147 if (unlikely(dpi->attempt != dpi->cur && dpi->cnt > 5)) { in jme_dynamic_pcc()
1148 if (dpi->attempt < dpi->cur) in jme_dynamic_pcc()
1150 jme_set_rx_pcc(jme, dpi->attempt); in jme_dynamic_pcc()
1151 dpi->cur = dpi->attempt; in jme_dynamic_pcc()
2455 dpi->attempt = PCC_P1; in jme_set_coalesce()
Djme.h147 unsigned char attempt; member
/drivers/net/wireless/intel/iwlegacy/
Dcommands.h1391 __le32 attempt; member
1487 __le32 attempt; member
/drivers/staging/greybus/Documentation/
Dsysfs-bus-greybus112 attempt to boot and possibly enumerate it will be made. Note
/drivers/staging/comedi/drivers/ni_routing/
DREADME20 for various registers. There was some attempt in prior use of comedi to
/drivers/net/wireless/intel/iwlwifi/dvm/
Dcommands.h1281 __le32 attempt; member
/drivers/i2c/busses/
DKconfig204 controllers. This driver will attempt to use both controllers
441 255 bytes in length. Any attempt to to a larger transfer will return
/drivers/scsi/aic7xxx/
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
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
Daic79xx.reg193 * This happens when an attempt
/drivers/scsi/qla2xxx/
Dqla_init.c3006 attempt: in qla25xx_manipulate_risc_semaphore()
3042 goto attempt; in qla25xx_manipulate_risc_semaphore()