Searched refs:H_WATCHDOG (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/watchdog/ |
H A D | pseries-wdt.c | 20 * 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 D | hvcall.h | 353 #define H_WATCHDOG 0x45C macro
|