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

/drivers/base/
H A Dfirmware_class.c82 static int loading_timeout = 60; /* In seconds */ variable
117 return sprintf(buf, "%d\n", loading_timeout);
137 loading_timeout = simple_strtol(buf, NULL, 10);
138 if (loading_timeout < 0)
139 loading_timeout = 0;
169 if (add_uevent_var(env, "TIMEOUT=%i", loading_timeout))
554 if (loading_timeout > 0)
557 loading_timeout * HZ));

Completed in 34 milliseconds