Home
last modified time | relevance | path

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

/linux/drivers/acpi/
H A Dacpi_watchdog.c88 bool acpi_has_watchdog(void) in acpi_has_watchdog() function
92 EXPORT_SYMBOL_GPL(acpi_has_watchdog);
/linux/drivers/mfd/
H A Dintel_pmc_bxt.c282 if (acpi_has_watchdog()) in intel_pmc_get_tco_resources()
396 if (!acpi_has_watchdog()) { in intel_pmc_create_devices()
/linux/include/linux/
H A Dacpi.h1492 extern bool acpi_has_watchdog(void);
1494 static inline bool acpi_has_watchdog(void) { return false; } in acpi_has_watchdog() function
/linux/drivers/i2c/busses/
H A Di2c-i801.c1422 if (acpi_has_watchdog()) in i801_add_tco()