Lines Matching +full:0 +full:x82003d06
24 SMCWD_INIT = 0,
42 arm_smccc_smc((u32)(uintptr_t)watchdog_get_drvdata(wdd), call, arg, 0, in smcwd_call()
43 0, 0, 0, 0, res); in smcwd_call()
51 return 0; in smcwd_call()
56 return smcwd_call(wdd, SMCWD_PET, 0, NULL); in smcwd_ping()
63 smcwd_call(wdd, SMCWD_GET_TIMELEFT, 0, &res); in smcwd_get_timeleft()
65 return 0; in smcwd_get_timeleft()
81 return smcwd_call(wdd, SMCWD_ENABLE, 0, NULL); in smcwd_stop()
125 smc_func_id = 0x82003D06; in smcwd_probe()
128 err = smcwd_call(wdd, SMCWD_INIT, 0, &res); in smcwd_probe()
129 if (err < 0) in smcwd_probe()
134 if (smcwd_call(wdd, SMCWD_GET_TIMELEFT, 0, NULL)) in smcwd_probe()
159 return 0; in smcwd_probe()
178 module_param(timeout, uint, 0);
181 module_param(nowayout, bool, 0);