Searched refs:loading_timeout (Results 1 – 1 of 1) sorted by relevance
93 static int loading_timeout = 60; /* In seconds */ variable97 return loading_timeout > 0 ? loading_timeout * HZ : MAX_JIFFY_OFFSET; in firmware_loading_timeout()509 return sprintf(buf, "%d\n", loading_timeout); in timeout_show()528 loading_timeout = simple_strtol(buf, NULL, 10); in timeout_store()529 if (loading_timeout < 0) in timeout_store()530 loading_timeout = 0; in timeout_store()551 if (add_uevent_var(env, "TIMEOUT=%i", loading_timeout)) in do_firmware_uevent()1562 old_timeout = loading_timeout; in device_cache_fw_images()1563 loading_timeout = 10; in device_cache_fw_images()1573 loading_timeout = old_timeout; in device_cache_fw_images()