Lines Matching defs:shutdown_timeout
61 static unsigned char shutdown_timeout = 5;
62 module_param(shutdown_timeout, byte, 0644);
63 MODULE_PARM_DESC(shutdown_timeout, "timeout in seconds for controller shutdown");
2735 ctrl->shutdown_timeout, "shutdown");
3676 ctrl->shutdown_timeout = clamp_t(unsigned int, transition_time,
3677 shutdown_timeout, 60);
3679 if (ctrl->shutdown_timeout != shutdown_timeout)
3682 ctrl->shutdown_timeout);
3684 ctrl->shutdown_timeout = shutdown_timeout;