Home
last modified time | relevance | path

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

/linux/drivers/watchdog/
H A Dpcwd.c182 int command_mode; /* Whether or not the card is in member
271 pcwd_private.command_mode = found; in set_command_mode()
274 pr_debug("command_mode=%d\n", pcwd_private.command_mode); in set_command_mode()
287 pcwd_private.command_mode = 0; in unset_command_mode()
290 pr_debug("command_mode=%d\n", pcwd_private.command_mode); in unset_command_mode()
560 if (pcwd_private.command_mode) in pcwd_get_temperature()