Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/watchdog/
Dhpwdt.c32 #define PRETIMEOUT_SEC 9 macro
143 val = PRETIMEOUT_SEC; in hpwdt_set_pretimeout()
231 .pretimeout = PRETIMEOUT_SEC,
344 if (pretimeout && hpwdt_dev.timeout <= PRETIMEOUT_SEC) { in hpwdt_init_one()
348 hpwdt_dev.pretimeout = pretimeout ? PRETIMEOUT_SEC : 0; in hpwdt_init_one()