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()528 return sprintf(buf, "%d\n", loading_timeout); in timeout_show()547 loading_timeout = simple_strtol(buf, NULL, 10); in timeout_store()548 if (loading_timeout < 0) in timeout_store()549 loading_timeout = 0; in timeout_store()570 if (add_uevent_var(env, "TIMEOUT=%i", loading_timeout)) in do_firmware_uevent()1593 old_timeout = loading_timeout; in device_cache_fw_images()1594 loading_timeout = 10; in device_cache_fw_images()1604 loading_timeout = old_timeout; in device_cache_fw_images()