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

/linux-4.1.27/drivers/base/
H A Dfirmware_class.c93 static int loading_timeout = 60; /* In seconds */ variable
97 return loading_timeout > 0 ? loading_timeout * HZ : MAX_JIFFY_OFFSET; firmware_loading_timeout()
509 return sprintf(buf, "%d\n", loading_timeout); timeout_show()
528 loading_timeout = simple_strtol(buf, NULL, 10); timeout_store()
529 if (loading_timeout < 0) timeout_store()
530 loading_timeout = 0; timeout_store()
551 if (add_uevent_var(env, "TIMEOUT=%i", loading_timeout)) do_firmware_uevent()
1562 old_timeout = loading_timeout; device_cache_fw_images()
1563 loading_timeout = 10; device_cache_fw_images()
1573 loading_timeout = old_timeout; device_cache_fw_images()

Completed in 102 milliseconds