Home
last modified time | relevance | path

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

/linux/drivers/watchdog/
H A Dpseries-wdt.c20 * H_WATCHDOG Input
38 * H_WATCHDOG Output
60 * H_FUNCTION The H_WATCHDOG hypercall is not supported by this
109 rc = plpar_hcall_norets(H_WATCHDOG, flags, pw->num, msecs); in pseries_wdt_start()
111 dev_crit(dev, "H_WATCHDOG: %ld: failed to start timer %lu", in pseries_wdt_start()
124 rc = plpar_hcall_norets(H_WATCHDOG, PSERIES_WDTF_OP_STOP, pw->num); in pseries_wdt_stop()
126 dev_crit(dev, "H_WATCHDOG: %ld: failed to stop timer %lu", in pseries_wdt_stop()
153 rc = plpar_hcall(H_WATCHDOG, ret, PSERIES_WDTF_OP_QUERY); in pseries_wdt_probe()
/linux/arch/powerpc/include/asm/
H A Dhvcall.h353 #define H_WATCHDOG 0x45C macro