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

/linux-master/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);
111 dev_crit(dev, "H_WATCHDOG: %ld: failed to start timer %lu",
124 rc = plpar_hcall_norets(H_WATCHDOG, PSERIES_WDTF_OP_STOP, pw->num);
126 dev_crit(dev, "H_WATCHDOG: %ld: failed to stop timer %lu",
153 rc = plpar_hcall(H_WATCHDOG, ret, PSERIES_WDTF_OP_QUERY);
/linux-master/arch/powerpc/include/asm/
H A Dhvcall.h351 #define H_WATCHDOG 0x45C macro

Completed in 134 milliseconds