Searched refs:read_retries (Results 1 - 6 of 6) sorted by last modified time

/linux-master/drivers/mtd/nand/raw/
H A Dnand_hynix.c340 chip->read_retries = nmodes;
H A Dnand_base.c3537 if (retry_mode >= chip->read_retries)
3676 if (retry_mode + 1 < chip->read_retries) {
5195 if (chip->read_retries)
H A Dnand_macronix.c142 chip->read_retries = MACRONIX_NUM_READ_RETRY_MODES;
H A Dnand_micron.c86 chip->read_retries = micron->read_retry_options;
/linux-master/drivers/media/i2c/
H A Dadv7511-v4l2.c77 unsigned read_retries; member in struct:adv7511_state_edid
1477 if (state->edid.read_retries) {
1478 state->edid.read_retries--;
1573 state->edid.read_retries = EDID_MAX_RETRIES;
1578 state->edid.read_retries = EDID_MAX_RETRIES;
1635 __func__, EDID_MAX_RETRIES - state->edid.read_retries);
1677 state->edid.read_retries = EDID_MAX_RETRIES;
/linux-master/include/linux/mtd/
H A Drawnand.h1275 * @read_retries: The number of read retry modes supported
1332 int read_retries; member in struct:nand_chip

Completed in 291 milliseconds