Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/watchdog/
Dhpwdt.c34 #define PRETIMEOUT_SEC 9 macro
144 val = PRETIMEOUT_SEC; in hpwdt_set_pretimeout()
229 .pretimeout = PRETIMEOUT_SEC,
342 if (pretimeout && hpwdt_dev.timeout <= PRETIMEOUT_SEC) { in hpwdt_init_one()
346 hpwdt_dev.pretimeout = pretimeout ? PRETIMEOUT_SEC : 0; in hpwdt_init_one()