Searched refs:ec_timeout (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dolpc.c35 static int ec_timeout = EC_BASE_TIMEOUT; variable
39 if (get_option(&str, &ec_timeout) != 1) {
40 ec_timeout = EC_BASE_TIMEOUT;
45 ec_timeout);
70 for (timeo = ec_timeout; state != desired && timeo; timeo--) {
75 if ((state == desired) && (ec_timeout > EC_BASE_TIMEOUT) &&
76 timeo < (ec_timeout - EC_BASE_TIMEOUT)) {
78 line, ec_timeout - timeo);
90 for (timeo = ec_timeout; state != desired && timeo; timeo--) {
95 if ((state == desired) && (ec_timeout > EC_BASE_TIMEOU
[all...]

Completed in 56 milliseconds