Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/watchdog/
Dhpwdt.c34 #define PRETIMEOUT_SEC 9 macro
145 val = PRETIMEOUT_SEC; in hpwdt_set_pretimeout()
233 .pretimeout = PRETIMEOUT_SEC,
346 if (pretimeout && hpwdt_dev.timeout <= PRETIMEOUT_SEC) { in hpwdt_init_one()
350 hpwdt_dev.pretimeout = pretimeout ? PRETIMEOUT_SEC : 0; in hpwdt_init_one()