Home
last modified time | relevance | path

Searched refs:trials (Results 1 – 18 of 18) sorted by relevance

/Linux-v4.19/drivers/media/pci/mantis/
Dmantis_i2c.c40 u32 rxd, i, stat, trials; in mantis_i2c_read() local
58 for (trials = 0; trials < TRIALS; trials++) { in mantis_i2c_read()
64 dprintk(MANTIS_TMG, 0, "I2CDONE: trials=%d\n", trials); in mantis_i2c_read()
67 for (trials = 0; trials < TRIALS; trials++) { in mantis_i2c_read()
73 dprintk(MANTIS_TMG, 0, "I2CRACK: trials=%d\n", trials); in mantis_i2c_read()
87 u32 txd = 0, stat, trials; in mantis_i2c_write() local
106 for (trials = 0; trials < TRIALS; trials++) { in mantis_i2c_write()
112 dprintk(MANTIS_TMG, 0, "I2CDONE: trials=%d\n", trials); in mantis_i2c_write()
115 for (trials = 0; trials < TRIALS; trials++) { in mantis_i2c_write()
121 dprintk(MANTIS_TMG, 0, "I2CRACK: trials=%d\n", trials); in mantis_i2c_write()
[all …]
/Linux-v4.19/init/
Dcalibrate.c191 int trials = 0, band = 0, trial_in_band = 0; in calibrate_delay_converge() local
207 trials += band; in calibrate_delay_converge()
213 trials -= band; in calibrate_delay_converge()
215 lpj_base = lpj * trials; in calibrate_delay_converge()
/Linux-v4.19/drivers/media/dvb-frontends/
Dsp8870.c476 int trials = 0; in sp8870_set_frontend() local
481 for (trials = 1; trials <= MAXTRIALS; trials++) { in sp8870_set_frontend()
508 if (trials > 1) { in sp8870_set_frontend()
510 printk("%s: recovered after %i trial(s))\n", __func__, trials - 1); in sp8870_set_frontend()
Dstv090x.c2414 s32 inc, timeout_step, trials, steps_max; in stv090x_sw_algo() local
2460 trials = 0; in stv090x_sw_algo()
2464 trials++; in stv090x_sw_algo()
2467 if (lock || no_signal || (trials == 2)) { in stv090x_sw_algo()
2490 if (trials < 2) { in stv090x_sw_algo()
2502 } while ((!lock) && (trials < 2) && (!no_signal)); in stv090x_sw_algo()
/Linux-v4.19/sound/firewire/bebob/
Dbebob_stream.c67 unsigned int tx_rate, rx_rate, trials; in snd_bebob_stream_get_rate() local
70 trials = 0; in snd_bebob_stream_get_rate()
74 } while (err == -EAGAIN && ++trials < 3); in snd_bebob_stream_get_rate()
78 trials = 0; in snd_bebob_stream_get_rate()
82 } while (err == -EAGAIN && ++trials < 3); in snd_bebob_stream_get_rate()
Dbebob_maudio.c304 int err, trials; in special_get_rate() local
306 trials = 0; in special_get_rate()
310 } while (err == -EAGAIN && ++trials < 3); in special_get_rate()
/Linux-v4.19/drivers/s390/char/
Dhmcdrv_dev.c203 unsigned trials = HMCDRV_DEV_BUSY_RETRIES; in hmcdrv_dev_transfer() local
213 } while (--trials > 0); in hmcdrv_dev_transfer()
/Linux-v4.19/sound/firewire/tascam/
Dtascam-stream.c84 unsigned int trials = 0; in snd_tscm_stream_get_rate() local
87 while (data == 0x0 || trials++ < 5) { in snd_tscm_stream_get_rate()
/Linux-v4.19/drivers/net/ethernet/smsc/
Dsmc9194.c984 int trials; in smc_probe() local
986 trials = 3; in smc_probe()
987 while ( trials-- ) { in smc_probe()
Dsmc911x.c1915 int trials; in smc911x_probe() local
1917 trials = 3; in smc911x_probe()
1918 while (trials--) { in smc911x_probe()
Dsmc91x.c1958 int trials; in smc_probe() local
1960 trials = 3; in smc_probe()
1961 while (trials--) { in smc_probe()
/Linux-v4.19/drivers/dma/
Dat_hdmac.c315 u32 ctrla, dscr, trials; in atc_get_bytes_left() local
385 for (trials = 0; trials < ATC_MAX_DSCR_TRIALS; ++trials) { in atc_get_bytes_left()
411 if (unlikely(trials >= ATC_MAX_DSCR_TRIALS)) in atc_get_bytes_left()
/Linux-v4.19/tools/memory-model/
DREADME93 that during two million trials, the state specified in this litmus
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-fs-f2fs93 Controls the number of trials to find a victim segment.
/Linux-v4.19/drivers/ata/
Dlibata-eh.c3619 int *trials = void_arg; in ata_count_probe_trials_cb() local
3625 (*trials)++; in ata_count_probe_trials_cb()
3633 int trials = 0; in ata_eh_schedule_probe() local
3670 ata_ering_map(&dev->ering, ata_count_probe_trials_cb, &trials); in ata_eh_schedule_probe()
3672 if (trials > ATA_EH_PROBE_TRIALS) in ata_eh_schedule_probe()
/Linux-v4.19/drivers/staging/wilc1000/
Dwilc_wlan.c798 int trials = 10; in wilc_pllupdate_isr_ext() local
807 while (!(is_wilc1000(wilc_get_chipid(wilc, true)) && --trials)) in wilc_pllupdate_isr_ext()
/Linux-v4.19/Documentation/filesystems/
Df2fs.txt304 max_victim_search This parameter controls the number of trials to
/Linux-v4.19/Documentation/process/
Dhowto.rst561 teacher does not want to see the student's trials and errors