Lines Matching defs:delay
51 #include <linux/delay.h>
202 u8 delay_time; /* 76 Power on delay time */
518 { /* reset delay */
554 MODULE_PARM_DESC(reset_delay, "Reset delay in seconds. Default 1 (0-180)");
604 * Mapping from the eeprom delay index value (index into this array)
605 * to the number of actual seconds that the delay should be for.
612 * eeprom_index_to_delay - Take the eeprom delay setting and convert it
615 * @eeprom: The eeprom structure in which we find the delay index to map.
624 * delay_to_eeprom_index - Take a delay in seconds and return the
625 * closest eeprom index which will delay for at least that amount of
628 * @delay: The delay, in seconds, to find the eeprom index for.
630 static int delay_to_eeprom_index(int delay)
633 while (idx < 7 && eeprom_index_to_delay_map[idx] < delay)
3455 /* delay half a second */