Home
last modified time | relevance | path

Searched defs:wdd (Results 1 – 25 of 80) sorted by relevance

1234

/linux/drivers/watchdog/
H A Dwatchdog_dev.c76 static inline bool watchdog_need_worker(struct watchdog_device *wdd) in watchdog_need_worker() argument
99 static ktime_t watchdog_next_keepalive(struct watchdog_device *wdd) in watchdog_next_keepalive() argument
129 watchdog_update_worker(struct watchdog_device * wdd) watchdog_update_worker() argument
144 __watchdog_ping(struct watchdog_device * wdd) __watchdog_ping() argument
191 watchdog_ping(struct watchdog_device * wdd) watchdog_ping() argument
206 struct watchdog_device *wdd = wd_data->wdd; watchdog_worker_should_ping() local
248 watchdog_start(struct watchdog_device * wdd) watchdog_start() argument
292 watchdog_stop(struct watchdog_device * wdd) watchdog_stop() argument
331 watchdog_get_status(struct watchdog_device * wdd) watchdog_get_status() argument
368 watchdog_set_timeout(struct watchdog_device * wdd,unsigned int timeout) watchdog_set_timeout() argument
401 watchdog_set_pretimeout(struct watchdog_device * wdd,unsigned int timeout) watchdog_set_pretimeout() argument
430 watchdog_get_timeleft(struct watchdog_device * wdd,unsigned int * timeleft) watchdog_get_timeleft() argument
447 struct watchdog_device *wdd = dev_get_drvdata(dev); nowayout_show() local
456 struct watchdog_device *wdd = dev_get_drvdata(dev); nowayout_store() local
476 struct watchdog_device *wdd = dev_get_drvdata(dev); status_show() local
491 struct watchdog_device *wdd = dev_get_drvdata(dev); bootstatus_show() local
500 struct watchdog_device *wdd = dev_get_drvdata(dev); timeleft_show() local
518 struct watchdog_device *wdd = dev_get_drvdata(dev); timeout_show() local
527 struct watchdog_device *wdd = dev_get_drvdata(dev); min_timeout_show() local
536 struct watchdog_device *wdd = dev_get_drvdata(dev); max_timeout_show() local
545 struct watchdog_device *wdd = dev_get_drvdata(dev); pretimeout_show() local
554 struct watchdog_device *wdd = dev_get_drvdata(dev); options_show() local
563 struct watchdog_device *wdd = dev_get_drvdata(dev); fw_version_show() local
572 struct watchdog_device *wdd = dev_get_drvdata(dev); identity_show() local
581 struct watchdog_device *wdd = dev_get_drvdata(dev); state_show() local
601 struct watchdog_device *wdd = dev_get_drvdata(dev); pretimeout_governor_show() local
610 struct watchdog_device *wdd = dev_get_drvdata(dev); pretimeout_governor_store() local
624 struct watchdog_device *wdd = dev_get_drvdata(dev); wdt_is_visible() local
675 watchdog_ioctl_op(struct watchdog_device * wdd,unsigned int cmd,unsigned long arg) watchdog_ioctl_op() argument
701 struct watchdog_device *wdd; watchdog_write() local
755 struct watchdog_device *wdd; watchdog_ioctl() local
867 struct watchdog_device *wdd; watchdog_open() local
945 struct watchdog_device *wdd; watchdog_release() local
1022 watchdog_cdev_register(struct watchdog_device * wdd) watchdog_cdev_register() argument
1120 watchdog_cdev_unregister(struct watchdog_device * wdd) watchdog_cdev_unregister() argument
1158 watchdog_dev_register(struct watchdog_device * wdd) watchdog_dev_register() argument
1180 watchdog_dev_unregister(struct watchdog_device * wdd) watchdog_dev_unregister() argument
1199 watchdog_set_last_hw_keepalive(struct watchdog_device * wdd,unsigned int last_ping_ms) watchdog_set_last_hw_keepalive() argument
1272 watchdog_dev_suspend(struct watchdog_device * wdd) watchdog_dev_suspend() argument
1299 watchdog_dev_resume(struct watchdog_device * wdd) watchdog_dev_resume() argument
[all...]
H A Dwatchdog_core.c68 static void watchdog_deferred_registration_add(struct watchdog_device *wdd) in watchdog_deferred_registration_add() argument
74 static void watchdog_deferred_registration_del(struct watchdog_device *wdd) in watchdog_deferred_registration_del() argument
89 static void watchdog_check_min_max_timeout(struct watchdog_device *wdd) in watchdog_check_min_max_timeout() argument
119 watchdog_init_timeout(struct watchdog_device * wdd,unsigned int timeout_parm,struct device * dev) watchdog_init_timeout() argument
161 struct watchdog_device *wdd; watchdog_reboot_notifier() local
181 struct watchdog_device *wdd = container_of(nb, struct watchdog_device, watchdog_restart_notifier() local
196 struct watchdog_device *wdd; watchdog_pm_notifier() local
234 watchdog_set_restart_priority(struct watchdog_device * wdd,int priority) watchdog_set_restart_priority() argument
240 ___watchdog_register_device(struct watchdog_device * wdd) ___watchdog_register_device() argument
340 __watchdog_register_device(struct watchdog_device * wdd) __watchdog_register_device() argument
367 watchdog_register_device(struct watchdog_device * wdd) watchdog_register_device() argument
382 __watchdog_unregister_device(struct watchdog_device * wdd) __watchdog_unregister_device() argument
405 watchdog_unregister_device(struct watchdog_device * wdd) watchdog_unregister_device() argument
432 devm_watchdog_register_device(struct device * dev,struct watchdog_device * wdd) devm_watchdog_register_device() argument
459 struct watchdog_device *wdd; watchdog_deferred_registration() local
[all...]
H A Drave-sp-wdt.c54 struct watchdog_device wdd; member
60 static struct rave_sp_wdt *to_rave_sp_wdt(struct watchdog_device *wdd) in to_rave_sp_wdt() argument
65 static int rave_sp_wdt_exec(struct watchdog_device *wdd, void *data, in rave_sp_wdt_exec() argument
72 static int rave_sp_wdt_legacy_configure(struct watchdog_device *wdd, bool on) in rave_sp_wdt_legacy_configure() argument
85 rave_sp_wdt_rdu_configure(struct watchdog_device * wdd,bool on) rave_sp_wdt_rdu_configure() argument
112 rave_sp_wdt_configure(struct watchdog_device * wdd,bool on) rave_sp_wdt_configure() argument
117 rave_sp_wdt_legacy_restart(struct watchdog_device * wdd) rave_sp_wdt_legacy_restart() argument
128 rave_sp_wdt_rdu_restart(struct watchdog_device * wdd) rave_sp_wdt_rdu_restart() argument
165 rave_sp_wdt_restart(struct watchdog_device * wdd,unsigned long action,void * data) rave_sp_wdt_restart() argument
179 rave_sp_wdt_start(struct watchdog_device * wdd) rave_sp_wdt_start() argument
190 rave_sp_wdt_stop(struct watchdog_device * wdd) rave_sp_wdt_stop() argument
195 rave_sp_wdt_set_timeout(struct watchdog_device * wdd,unsigned int timeout) rave_sp_wdt_set_timeout() argument
203 rave_sp_wdt_ping(struct watchdog_device * wdd) rave_sp_wdt_ping() argument
256 struct watchdog_device *wdd; rave_sp_wdt_probe() local
[all...]
H A Dbcm47xx_wdt.c43 static inline struct bcm47xx_wdt *bcm47xx_wdt_get(struct watchdog_device *wdd) in bcm47xx_wdt_get() argument
48 static int bcm47xx_wdt_hard_keepalive(struct watchdog_device *wdd) in bcm47xx_wdt_hard_keepalive() argument
57 static int bcm47xx_wdt_hard_start(struct watchdog_device *wdd) in bcm47xx_wdt_hard_start() argument
62 static int bcm47xx_wdt_hard_stop(struct watchdog_device *wdd) in bcm47xx_wdt_hard_stop() argument
71 static int bcm47xx_wdt_hard_set_timeout(struct watchdog_device *wdd, in bcm47xx_wdt_hard_set_timeout() argument
87 bcm47xx_wdt_restart(struct watchdog_device * wdd,unsigned long action,void * data) bcm47xx_wdt_restart() argument
119 bcm47xx_wdt_soft_keepalive(struct watchdog_device * wdd) bcm47xx_wdt_soft_keepalive() argument
128 bcm47xx_wdt_soft_start(struct watchdog_device * wdd) bcm47xx_wdt_soft_start() argument
138 bcm47xx_wdt_soft_stop(struct watchdog_device * wdd) bcm47xx_wdt_soft_stop() argument
148 bcm47xx_wdt_soft_set_timeout(struct watchdog_device * wdd,unsigned int new_time) bcm47xx_wdt_soft_set_timeout() argument
[all...]
H A Darm_smc_wdt.c34 static int smcwd_call(struct watchdog_device *wdd, enum smcwd_call call, in smcwd_call() argument
56 static int smcwd_ping(struct watchdog_device *wdd) in smcwd_ping() argument
61 static unsigned int smcwd_get_timeleft(struct watchdog_device *wdd) in smcwd_get_timeleft() argument
71 static int smcwd_set_timeout(struct watchdog_device *wdd, unsigned int timeout) in smcwd_set_timeout() argument
81 static int smcwd_stop(struct watchdog_device *wdd) in smcwd_stop() argument
86 smcwd_start(struct watchdog_device * wdd) smcwd_start() argument
115 struct watchdog_device *wdd; smcwd_probe() local
[all...]
H A Dnpcm_wdt.c45 struct watchdog_device wdd; member
50 static inline struct npcm_wdt *to_npcm_wdt(struct watchdog_device *wdd) in to_npcm_wdt() argument
55 static int npcm_wdt_ping(struct watchdog_device *wdd) in npcm_wdt_ping() argument
66 static int npcm_wdt_start(struct watchdog_device *wdd) in npcm_wdt_start() argument
101 npcm_wdt_stop(struct watchdog_device * wdd) npcm_wdt_stop() argument
112 npcm_wdt_set_timeout(struct watchdog_device * wdd,unsigned int timeout) npcm_wdt_set_timeout() argument
151 npcm_wdt_restart(struct watchdog_device * wdd,unsigned long action,void * data) npcm_wdt_restart() argument
165 npcm_is_running(struct watchdog_device * wdd) npcm_is_running() argument
[all...]
H A Dqcom-wdt.c48 struct watchdog_device wdd; member
60 struct qcom_wdt *to_qcom_wdt(struct watchdog_device *wdd) in to_qcom_wdt() argument
67 struct watchdog_device *wdd = arg; in qcom_wdt_isr() local
74 static int qcom_wdt_start(struct watchdog_device *wdd) in qcom_wdt_start() argument
87 qcom_wdt_stop(struct watchdog_device * wdd) qcom_wdt_stop() argument
95 qcom_wdt_ping(struct watchdog_device * wdd) qcom_wdt_ping() argument
103 qcom_wdt_set_timeout(struct watchdog_device * wdd,unsigned int timeout) qcom_wdt_set_timeout() argument
110 qcom_wdt_set_pretimeout(struct watchdog_device * wdd,unsigned int timeout) qcom_wdt_set_pretimeout() argument
117 qcom_wdt_restart(struct watchdog_device * wdd,unsigned long action,void * data) qcom_wdt_restart() argument
144 qcom_wdt_is_running(struct watchdog_device * wdd) qcom_wdt_is_running() argument
[all...]
H A Dda9063_wdt.c96 static int da9063_wdt_start(struct watchdog_device *wdd) in da9063_wdt_start() argument
109 static int da9063_wdt_stop(struct watchdog_device *wdd) in da9063_wdt_stop() argument
122 static int da9063_wdt_ping(struct watchdog_device *wdd) in da9063_wdt_ping() argument
143 static int da9063_wdt_set_timeout(struct watchdog_device *wdd, in da9063_wdt_set_timeout() argument
171 da9063_wdt_restart(struct watchdog_device * wdd,unsigned long action,void * data) da9063_wdt_restart() argument
218 struct watchdog_device *wdd; da9063_wdt_probe() local
268 struct watchdog_device *wdd = dev_get_drvdata(dev); da9063_wdt_suspend() local
282 struct watchdog_device *wdd = dev_get_drvdata(dev); da9063_wdt_resume() local
[all...]
H A Dapple_wdt.c57 struct watchdog_device wdd; member
62 static struct apple_wdt *to_apple_wdt(struct watchdog_device *wdd) in to_apple_wdt() argument
67 static int apple_wdt_start(struct watchdog_device *wdd) in apple_wdt_start() argument
77 static int apple_wdt_stop(struct watchdog_device *wdd) in apple_wdt_stop() argument
86 static int apple_wdt_ping(struct watchdog_device *wdd) in apple_wdt_ping() argument
95 apple_wdt_set_timeout(struct watchdog_device * wdd,unsigned int s) apple_wdt_set_timeout() argument
110 apple_wdt_get_timeleft(struct watchdog_device * wdd) apple_wdt_get_timeleft() argument
121 apple_wdt_restart(struct watchdog_device * wdd,unsigned long mode,void * cmd) apple_wdt_restart() argument
[all...]
H A Dixp4xx_wdt.c24 struct watchdog_device wdd; member
46 struct ixp4xx_wdt *to_ixp4xx_wdt(struct watchdog_device *wdd) in to_ixp4xx_wdt() argument
51 static int ixp4xx_wdt_start(struct watchdog_device *wdd) in ixp4xx_wdt_start() argument
66 static int ixp4xx_wdt_stop(struct watchdog_device *wdd) in ixp4xx_wdt_stop() argument
77 static int ixp4xx_wdt_set_timeout(struct watchdog_device *wdd, in ixp4xx_wdt_set_timeout() argument
87 ixp4xx_wdt_restart(struct watchdog_device * wdd,unsigned long action,void * data) ixp4xx_wdt_restart() argument
115 ixp4xx_wdt_dummy(struct watchdog_device * wdd) ixp4xx_wdt_dummy() argument
[all...]
H A Dcros_ec_wdt.c48 static int cros_ec_wdt_ping(struct watchdog_device *wdd) in cros_ec_wdt_ping() argument
62 static int cros_ec_wdt_start(struct watchdog_device *wdd) in cros_ec_wdt_start() argument
78 static int cros_ec_wdt_stop(struct watchdog_device *wdd) in cros_ec_wdt_stop() argument
92 cros_ec_wdt_set_timeout(struct watchdog_device * wdd,unsigned int t) cros_ec_wdt_set_timeout() argument
124 struct watchdog_device *wdd; cros_ec_wdt_probe() local
161 struct watchdog_device *wdd = platform_get_drvdata(pdev); cros_ec_wdt_suspend() local
172 struct watchdog_device *wdd = platform_get_drvdata(pdev); cros_ec_wdt_resume() local
[all...]
H A Dgxp-wdt.c26 struct watchdog_device wdd; member
38 static int gxp_wdt_start(struct watchdog_device *wdd) in gxp_wdt_start() argument
47 static int gxp_wdt_stop(struct watchdog_device *wdd) in gxp_wdt_stop() argument
58 static int gxp_wdt_set_timeout(struct watchdog_device *wdd, in gxp_wdt_set_timeout() argument
71 gxp_wdt_get_timeleft(struct watchdog_device * wdd) gxp_wdt_get_timeleft() argument
79 gxp_wdt_ping(struct watchdog_device * wdd) gxp_wdt_ping() argument
87 gxp_restart(struct watchdog_device * wdd,unsigned long action,void * data) gxp_restart() argument
[all...]
H A Dsl28cpld_wdt.c41 struct watchdog_device wdd; member
47 static int sl28cpld_wdt_ping(struct watchdog_device *wdd) in sl28cpld_wdt_ping() argument
55 static int sl28cpld_wdt_start(struct watchdog_device *wdd) in sl28cpld_wdt_start() argument
70 static int sl28cpld_wdt_stop(struct watchdog_device *wdd) in sl28cpld_wdt_stop() argument
78 static unsigned int sl28cpld_wdt_get_timeleft(struct watchdog_device *wdd) in sl28cpld_wdt_get_timeleft() argument
91 static int sl28cpld_wdt_set_timeout(struct watchdog_device *wdd, in sl28cpld_wdt_set_timeout() argument
122 struct watchdog_device *wdd; sl28cpld_wdt_probe() local
[all...]
H A Dasm9260_wdt.c56 struct watchdog_device wdd; member
67 static int asm9260_wdt_feed(struct watchdog_device *wdd) in asm9260_wdt_feed() argument
77 static unsigned int asm9260_wdt_gettimeleft(struct watchdog_device *wdd) in asm9260_wdt_gettimeleft() argument
87 static int asm9260_wdt_updatetimeout(struct watchdog_device *wdd) in asm9260_wdt_updatetimeout() argument
99 static int asm9260_wdt_enable(struct watchdog_device *wdd) in asm9260_wdt_enable() argument
116 asm9260_wdt_disable(struct watchdog_device * wdd) asm9260_wdt_disable() argument
127 asm9260_wdt_settimeout(struct watchdog_device * wdd,unsigned int to) asm9260_wdt_settimeout() argument
172 asm9260_restart(struct watchdog_device * wdd,unsigned long action,void * data) asm9260_restart() argument
289 struct watchdog_device *wdd; asm9260_wdt_probe() local
[all...]
H A Dwatchdog_pretimeout.c27 struct watchdog_device *wdd; member
68 int watchdog_pretimeout_governor_get(struct watchdog_device *wdd, char *buf) in watchdog_pretimeout_governor_get() argument
80 int watchdog_pretimeout_governor_set(struct watchdog_device *wdd, in watchdog_pretimeout_governor_set() argument
102 void watchdog_notify_pretimeout(struct watchdog_device *wdd) in watchdog_notify_pretimeout() argument
179 watchdog_register_pretimeout(struct watchdog_device * wdd) watchdog_register_pretimeout() argument
199 watchdog_unregister_pretimeout(struct watchdog_device * wdd) watchdog_unregister_pretimeout() argument
[all...]
H A Dts72xx_wdt.c46 struct watchdog_device wdd; member
50 static int ts72xx_wdt_start(struct watchdog_device *wdd) in ts72xx_wdt_start() argument
60 static int ts72xx_wdt_stop(struct watchdog_device *wdd) in ts72xx_wdt_stop() argument
70 static int ts72xx_wdt_ping(struct watchdog_device *wdd) in ts72xx_wdt_ping() argument
79 static int ts72xx_wdt_settimeout(struct watchdog_device *wdd, unsigned int to) in ts72xx_wdt_settimeout() argument
126 struct watchdog_device *wdd; ts72xx_wdt_probe() local
[all...]
H A Dsp5100_tco.c56 struct watchdog_device wdd; member
109 static int tco_timer_start(struct watchdog_device *wdd) in tco_timer_start() argument
125 static int tco_timer_stop(struct watchdog_device *wdd) in tco_timer_stop() argument
137 static int tco_timer_ping(struct watchdog_device *wdd) in tco_timer_ping() argument
149 static int tco_timer_set_timeout(struct watchdog_device *wdd, in tco_timer_set_timeout() argument
162 tco_timer_get_timeleft(struct watchdog_device * wdd) tco_timer_get_timeleft() argument
293 struct watchdog_device *wdd = &tco->wdd; sp5100_tco_timer_init() local
352 sp5100_tco_setupdevice_mmio(struct device * dev,struct watchdog_device * wdd) sp5100_tco_setupdevice_mmio() argument
424 sp5100_tco_setupdevice(struct device * dev,struct watchdog_device * wdd) sp5100_tco_setupdevice() argument
521 struct watchdog_device *wdd; sp5100_tco_probe() local
[all...]
H A Dep93xx_wdt.c42 struct watchdog_device wdd; member
45 static int ep93xx_wdt_start(struct watchdog_device *wdd) in ep93xx_wdt_start() argument
54 static int ep93xx_wdt_stop(struct watchdog_device *wdd) in ep93xx_wdt_stop() argument
63 static int ep93xx_wdt_ping(struct watchdog_device *wdd) in ep93xx_wdt_ping() argument
91 struct watchdog_device *wdd; in ep93xx_wdt_probe() local
[all...]
H A Dftwdt010_wdt.c38 struct watchdog_device wdd; member
45 struct ftwdt010_wdt *to_ftwdt010_wdt(struct watchdog_device *wdd) in to_ftwdt010_wdt() argument
67 static int ftwdt010_wdt_start(struct watchdog_device *wdd) in ftwdt010_wdt_start() argument
75 static int ftwdt010_wdt_stop(struct watchdog_device *wdd) in ftwdt010_wdt_stop() argument
84 static int ftwdt010_wdt_ping(struct watchdog_device *wdd) in ftwdt010_wdt_ping() argument
93 ftwdt010_wdt_set_timeout(struct watchdog_device * wdd,unsigned int timeout) ftwdt010_wdt_set_timeout() argument
103 ftwdt010_wdt_restart(struct watchdog_device * wdd,unsigned long action,void * data) ftwdt010_wdt_restart() argument
[all...]
H A Dintel_oc_wdt.c42 struct watchdog_device wdd; member
57 static int intel_oc_wdt_start(struct watchdog_device *wdd) in intel_oc_wdt_start() argument
70 static int intel_oc_wdt_stop(struct watchdog_device *wdd) in intel_oc_wdt_stop() argument
80 static int intel_oc_wdt_ping(struct watchdog_device *wdd) in intel_oc_wdt_ping() argument
90 static int intel_oc_wdt_set_timeout(struct watchdog_device *wdd, in intel_oc_wdt_set_timeout() argument
172 struct watchdog_device *wdd; intel_oc_wdt_probe() local
[all...]
H A Dsbsa_gwdt.c93 struct watchdog_device wdd; member
153 static int sbsa_gwdt_set_timeout(struct watchdog_device *wdd, in sbsa_gwdt_set_timeout() argument
199 static unsigned int sbsa_gwdt_get_timeleft(struct watchdog_device *wdd) in sbsa_gwdt_get_timeleft() argument
221 sbsa_gwdt_keepalive(struct watchdog_device * wdd) sbsa_gwdt_keepalive() argument
234 sbsa_gwdt_get_version(struct watchdog_device * wdd) sbsa_gwdt_get_version() argument
248 sbsa_gwdt_start(struct watchdog_device * wdd) sbsa_gwdt_start() argument
258 sbsa_gwdt_stop(struct watchdog_device * wdd) sbsa_gwdt_stop() argument
296 struct watchdog_device *wdd; sbsa_gwdt_probe() local
[all...]
H A Dtegra_wdt.c60 struct watchdog_device wdd; member
78 static int tegra_wdt_start(struct watchdog_device *wdd) in tegra_wdt_start() argument
110 static int tegra_wdt_stop(struct watchdog_device *wdd) in tegra_wdt_stop() argument
121 static int tegra_wdt_ping(struct watchdog_device *wdd) in tegra_wdt_ping() argument
130 static int tegra_wdt_set_timeout(struct watchdog_device *wdd, in tegra_wdt_set_timeout() argument
143 tegra_wdt_get_timeleft(struct watchdog_device * wdd) tegra_wdt_get_timeleft() argument
185 struct watchdog_device *wdd; tegra_wdt_probe() local
[all...]
H A Dcgbc_wdt.c57 struct watchdog_device wdd; member
72 static int cgbc_wdt_start(struct watchdog_device *wdd) in cgbc_wdt_start() argument
105 static int cgbc_wdt_stop(struct watchdog_device *wdd) in cgbc_wdt_stop() argument
117 static int cgbc_wdt_keepalive(struct watchdog_device *wdd) in cgbc_wdt_keepalive() argument
126 cgbc_wdt_set_pretimeout(struct watchdog_device * wdd,unsigned int pretimeout) cgbc_wdt_set_pretimeout() argument
137 cgbc_wdt_set_timeout(struct watchdog_device * wdd,unsigned int timeout) cgbc_wdt_set_timeout() argument
171 struct watchdog_device *wdd; cgbc_wdt_probe() local
[all...]
H A Dnic7018_wdt.c49 struct watchdog_device wdd; member
87 static int nic7018_set_timeout(struct watchdog_device *wdd, in nic7018_set_timeout() argument
105 static int nic7018_start(struct watchdog_device *wdd) in nic7018_start() argument
123 static int nic7018_stop(struct watchdog_device *wdd) in nic7018_stop() argument
134 nic7018_ping(struct watchdog_device * wdd) nic7018_ping() argument
143 nic7018_get_timeleft(struct watchdog_device * wdd) nic7018_get_timeleft() argument
172 struct watchdog_device *wdd; nic7018_probe() local
[all...]
/linux/include/linux/
H A Dwatchdog.h132 static inline bool watchdog_active(struct watchdog_device *wdd) in watchdog_active() argument
141 static inline bool watchdog_hw_running(struct watchdog_device *wdd) in watchdog_hw_running() argument
147 static inline void watchdog_set_nowayout(struct watchdog_device *wdd, bool nowayout) in watchdog_set_nowayout() argument
154 static inline void watchdog_stop_on_reboot(struct watchdog_device *wdd) in watchdog_stop_on_reboot() argument
160 static inline void watchdog_stop_on_unregister(struct watchdog_device *wdd) in watchdog_stop_on_unregister() argument
166 watchdog_stop_ping_on_suspend(struct watchdog_device * wdd) watchdog_stop_ping_on_suspend() argument
172 watchdog_timeout_invalid(struct watchdog_device * wdd,unsigned int t) watchdog_timeout_invalid() argument
191 watchdog_pretimeout_invalid(struct watchdog_device * wdd,unsigned int t) watchdog_pretimeout_invalid() argument
198 watchdog_set_drvdata(struct watchdog_device * wdd,void * data) watchdog_set_drvdata() argument
203 watchdog_get_drvdata(struct watchdog_device * wdd) watchdog_get_drvdata() argument
212 watchdog_notify_pretimeout(struct watchdog_device * wdd) watchdog_notify_pretimeout() argument
[all...]

1234