Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/acpi/
Dacpi_watchdog.c85 bool acpi_has_watchdog(void) in acpi_has_watchdog() function
89 EXPORT_SYMBOL_GPL(acpi_has_watchdog);
/Linux-v5.4/include/linux/
Dacpi.h1229 extern bool acpi_has_watchdog(void);
1231 static inline bool acpi_has_watchdog(void) { return false; } in acpi_has_watchdog() function
/Linux-v5.4/drivers/platform/x86/
Dintel_pmc_ipc.c763 if (!acpi_has_watchdog()) { in ipc_create_pmc_devices()
/Linux-v5.4/drivers/mfd/
Dlpc_ich.c1017 if (acpi_has_watchdog()) in lpc_ich_init_wdt()
/Linux-v5.4/drivers/i2c/busses/
Di2c-i801.c1583 if (acpi_has_watchdog()) in i801_add_tco()