Searched refs:supports_temp (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/watchdog/
H A Dpcwd_pci.c118 int supports_temp; member in struct:__anon192
213 pcipcwd_private.supports_temp = 1;
242 (pcipcwd_private.supports_temp ? "with" : "without"));
393 if (!pcipcwd_private.supports_temp)
616 if (!pcipcwd_private.supports_temp)
752 if (pcipcwd_private.supports_temp) {
774 if (pcipcwd_private.supports_temp)
793 if (pcipcwd_private.supports_temp)
H A Dpcwd.c180 int supports_temp; /* Whether or not the card has member in struct:__anon1186
296 pcwd_private.supports_temp = 1;
356 if (pcwd_private.supports_temp)
564 if (!pcwd_private.supports_temp)
735 if (!pcwd_private.supports_temp)
888 pcwd_private.supports_temp = 0;
921 if (pcwd_private.supports_temp) {
943 if (pcwd_private.supports_temp)
965 if (pcwd_private.supports_temp)

Completed in 163 milliseconds