Home
last modified time | relevance | path

Searched refs:MIN_TIMEOUT (Results 1 – 2 of 2) sorted by relevance

/drivers/tty/hvc/
Dhvc_console.c616 #define MIN_TIMEOUT (10) macro
618 static u32 timeout = MIN_TIMEOUT;
651 timeout = (written_total) ? 0 : MIN_TIMEOUT; in __hvc_poll()
753 timeout = MIN_TIMEOUT; in __hvc_poll()
/drivers/hwmon/
Dnct7904.c111 #define MIN_TIMEOUT (1 * 60) macro
1150 data->wdt.min_timeout = MIN_TIMEOUT; in nct7904_probe()