Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/acpi/
Dacpi_watchdog.c88 bool acpi_has_watchdog(void) in acpi_has_watchdog() function
92 EXPORT_SYMBOL_GPL(acpi_has_watchdog);
/Linux-v4.19/include/linux/
Dacpi.h1256 extern bool acpi_has_watchdog(void);
1258 static inline bool acpi_has_watchdog(void) { return false; } in acpi_has_watchdog() function
/Linux-v4.19/drivers/platform/x86/
Dintel_pmc_ipc.c767 if (!acpi_has_watchdog()) { in ipc_create_pmc_devices()
/Linux-v4.19/drivers/mfd/
Dlpc_ich.c1025 if (acpi_has_watchdog()) in lpc_ich_init_wdt()
/Linux-v4.19/drivers/i2c/busses/
Di2c-i801.c1542 if (!acpi_has_watchdog()) in i801_probe()