Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/hvc/
H A Dhvc_console.c610 * and during console activity we will use a default MIN_TIMEOUT of 10. When
616 #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()
/kernel/linux/linux-6.6/drivers/tty/hvc/
H A Dhvc_console.c610 * and during console activity we will use a default MIN_TIMEOUT of 10. When
616 #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()
/kernel/linux/linux-5.10/drivers/hwmon/
H A Dnct7904.c111 #define MIN_TIMEOUT (1 * 60) macro
1150 data->wdt.min_timeout = MIN_TIMEOUT; in nct7904_probe()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dnct7904.c111 #define MIN_TIMEOUT (1 * 60) macro
1150 data->wdt.min_timeout = MIN_TIMEOUT; in nct7904_probe()

Completed in 6 milliseconds