Searched defs:wdd (Results 1 - 30 of 30) sorted by relevance

/linux-4.4.14/include/linux/
H A Dbcm47xx_wdt.h17 struct watchdog_device wdd; member in struct:bcm47xx_wdt
H A Dwatchdog.h107 static inline bool watchdog_active(struct watchdog_device *wdd) watchdog_active() argument
113 static inline void watchdog_set_nowayout(struct watchdog_device *wdd, bool nowayout) watchdog_set_nowayout() argument
120 static inline bool watchdog_timeout_invalid(struct watchdog_device *wdd, unsigned int t) watchdog_timeout_invalid() argument
134 static inline void watchdog_set_drvdata(struct watchdog_device *wdd, void *data) watchdog_set_drvdata() argument
139 static inline void *watchdog_get_drvdata(struct watchdog_device *wdd) watchdog_get_drvdata() argument
/linux-4.4.14/drivers/watchdog/
H A Dep93xx_wdt.c69 static int ep93xx_wdt_start(struct watchdog_device *wdd) ep93xx_wdt_start() argument
79 static int ep93xx_wdt_stop(struct watchdog_device *wdd) ep93xx_wdt_stop() argument
87 static int ep93xx_wdt_keepalive(struct watchdog_device *wdd) ep93xx_wdt_keepalive() argument
H A Dstmp3xxx_rtc_wdt.c28 static int wdt_start(struct watchdog_device *wdd) wdt_start() argument
37 static int wdt_stop(struct watchdog_device *wdd) wdt_stop() argument
46 static int wdt_set_timeout(struct watchdog_device *wdd, unsigned new_timeout) wdt_set_timeout() argument
100 struct watchdog_device *wdd = &stmp3xxx_wdd; stmp3xxx_wdt_suspend() local
110 struct watchdog_device *wdd = &stmp3xxx_wdd; stmp3xxx_wdt_resume() local
H A Dux500_wdt.c41 static int ux500_wdt_start(struct watchdog_device *wdd) ux500_wdt_start() argument
46 static int ux500_wdt_stop(struct watchdog_device *wdd) ux500_wdt_stop() argument
51 static int ux500_wdt_keepalive(struct watchdog_device *wdd) ux500_wdt_keepalive() argument
56 static int ux500_wdt_set_timeout(struct watchdog_device *wdd, ux500_wdt_set_timeout() argument
H A Dwatchdog_core.c63 static int watchdog_deferred_registration_add(struct watchdog_device *wdd) watchdog_deferred_registration_add() argument
70 static void watchdog_deferred_registration_del(struct watchdog_device *wdd) watchdog_deferred_registration_del() argument
85 static void watchdog_check_min_max_timeout(struct watchdog_device *wdd) watchdog_check_min_max_timeout() argument
111 int watchdog_init_timeout(struct watchdog_device *wdd, watchdog_init_timeout() argument
140 static int __watchdog_register_device(struct watchdog_device *wdd) __watchdog_register_device() argument
219 int watchdog_register_device(struct watchdog_device *wdd) watchdog_register_device() argument
233 static void __watchdog_unregister_device(struct watchdog_device *wdd) __watchdog_unregister_device() argument
258 void watchdog_unregister_device(struct watchdog_device *wdd) watchdog_unregister_device() argument
275 struct watchdog_device *wdd; watchdog_deferred_registration() local
H A Dbcm47xx_wdt.c47 static inline struct bcm47xx_wdt *bcm47xx_wdt_get(struct watchdog_device *wdd) bcm47xx_wdt_get() argument
52 static int bcm47xx_wdt_hard_keepalive(struct watchdog_device *wdd) bcm47xx_wdt_hard_keepalive() argument
61 static int bcm47xx_wdt_hard_start(struct watchdog_device *wdd) bcm47xx_wdt_hard_start() argument
66 static int bcm47xx_wdt_hard_stop(struct watchdog_device *wdd) bcm47xx_wdt_hard_stop() argument
75 static int bcm47xx_wdt_hard_set_timeout(struct watchdog_device *wdd, bcm47xx_wdt_hard_set_timeout() argument
112 static int bcm47xx_wdt_soft_keepalive(struct watchdog_device *wdd) bcm47xx_wdt_soft_keepalive() argument
121 static int bcm47xx_wdt_soft_start(struct watchdog_device *wdd) bcm47xx_wdt_soft_start() argument
131 static int bcm47xx_wdt_soft_stop(struct watchdog_device *wdd) bcm47xx_wdt_soft_stop() argument
141 static int bcm47xx_wdt_soft_set_timeout(struct watchdog_device *wdd, bcm47xx_wdt_soft_set_timeout() argument
H A Dbcm7038_wdt.c38 struct watchdog_device wdd; member in struct:bcm7038_watchdog
H A Dda9062_wdt.c109 static int da9062_wdt_start(struct watchdog_device *wdd) da9062_wdt_start() argument
124 static int da9062_wdt_stop(struct watchdog_device *wdd) da9062_wdt_stop() argument
147 static int da9062_wdt_ping(struct watchdog_device *wdd) da9062_wdt_ping() argument
160 static int da9062_wdt_set_timeout(struct watchdog_device *wdd, da9062_wdt_set_timeout() argument
H A Dda9063_wdt.c63 static int da9063_wdt_start(struct watchdog_device *wdd) da9063_wdt_start() argument
78 static int da9063_wdt_stop(struct watchdog_device *wdd) da9063_wdt_stop() argument
92 static int da9063_wdt_ping(struct watchdog_device *wdd) da9063_wdt_ping() argument
106 static int da9063_wdt_set_timeout(struct watchdog_device *wdd, da9063_wdt_set_timeout() argument
H A Dof_xilinx_wdt.c50 static int xilinx_wdt_start(struct watchdog_device *wdd) xilinx_wdt_start() argument
71 static int xilinx_wdt_stop(struct watchdog_device *wdd) xilinx_wdt_stop() argument
91 static int xilinx_wdt_keepalive(struct watchdog_device *wdd) xilinx_wdt_keepalive() argument
H A Dqcom-wdt.c28 struct watchdog_device wdd; member in struct:qcom_wdt
36 struct qcom_wdt *to_qcom_wdt(struct watchdog_device *wdd) to_qcom_wdt() argument
41 static int qcom_wdt_start(struct watchdog_device *wdd) qcom_wdt_start() argument
52 static int qcom_wdt_stop(struct watchdog_device *wdd) qcom_wdt_stop() argument
60 static int qcom_wdt_ping(struct watchdog_device *wdd) qcom_wdt_ping() argument
68 static int qcom_wdt_set_timeout(struct watchdog_device *wdd, qcom_wdt_set_timeout() argument
H A Dsama5d4_wdt.c29 struct watchdog_device wdd; member in struct:sama5d4_wdt
53 static int sama5d4_wdt_start(struct watchdog_device *wdd) sama5d4_wdt_start() argument
65 static int sama5d4_wdt_stop(struct watchdog_device *wdd) sama5d4_wdt_stop() argument
77 static int sama5d4_wdt_ping(struct watchdog_device *wdd) sama5d4_wdt_ping() argument
86 static int sama5d4_wdt_set_timeout(struct watchdog_device *wdd, sama5d4_wdt_set_timeout() argument
154 struct watchdog_device *wdd = &wdt->wdd; sama5d4_wdt_init() local
177 struct watchdog_device *wdd; sama5d4_wdt_probe() local
H A Dwatchdog_dev.c62 static int watchdog_ping(struct watchdog_device *wdd) watchdog_ping() argument
95 static int watchdog_start(struct watchdog_device *wdd) watchdog_start() argument
128 static int watchdog_stop(struct watchdog_device *wdd) watchdog_stop() argument
165 static int watchdog_get_status(struct watchdog_device *wdd, watchdog_get_status() argument
194 static int watchdog_set_timeout(struct watchdog_device *wdd, watchdog_set_timeout() argument
227 static int watchdog_get_timeleft(struct watchdog_device *wdd, watchdog_get_timeleft() argument
257 static int watchdog_ioctl_op(struct watchdog_device *wdd, unsigned int cmd, watchdog_ioctl_op() argument
294 struct watchdog_device *wdd = file->private_data; watchdog_write() local
337 struct watchdog_device *wdd = file->private_data; watchdog_ioctl() local
417 struct watchdog_device *wdd; watchdog_open() local
467 struct watchdog_device *wdd = file->private_data; watchdog_release() local
526 int watchdog_dev_register(struct watchdog_device *wdd) watchdog_dev_register() argument
570 int watchdog_dev_unregister(struct watchdog_device *wdd) watchdog_dev_unregister() argument
H A Dat91sam9_wdt.c85 struct watchdog_device wdd; member in struct:at91wdt
135 static int at91_wdt_start(struct watchdog_device *wdd) at91_wdt_start() argument
143 static int at91_wdt_stop(struct watchdog_device *wdd) at91_wdt_stop() argument
149 static int at91_wdt_set_timeout(struct watchdog_device *wdd, unsigned int new_timeout) at91_wdt_set_timeout() argument
H A Ddavinci_wdt.c68 struct watchdog_device wdd; member in struct:davinci_wdt_device
71 static int davinci_wdt_start(struct watchdog_device *wdd) davinci_wdt_start() argument
107 static int davinci_wdt_ping(struct watchdog_device *wdd) davinci_wdt_ping() argument
118 static unsigned int davinci_wdt_get_timeleft(struct watchdog_device *wdd) davinci_wdt_get_timeleft() argument
161 struct watchdog_device *wdd; davinci_wdt_probe() local
H A Dgpio_wdt.c41 struct watchdog_device wdd; member in struct:gpio_wdt_priv
55 struct watchdog_device *wdd = (struct watchdog_device *)data; gpio_wdt_hwping() local
90 static int gpio_wdt_start(struct watchdog_device *wdd) gpio_wdt_start() argument
100 static int gpio_wdt_stop(struct watchdog_device *wdd) gpio_wdt_stop() argument
113 static int gpio_wdt_ping(struct watchdog_device *wdd) gpio_wdt_ping() argument
122 static int gpio_wdt_set_timeout(struct watchdog_device *wdd, unsigned int t) gpio_wdt_set_timeout() argument
H A Die6xx_wdt.c101 static int ie6xx_wdt_ping(struct watchdog_device *wdd) ie6xx_wdt_ping() argument
110 static int ie6xx_wdt_set_timeout(struct watchdog_device *wdd, unsigned int t) ie6xx_wdt_set_timeout() argument
147 static int ie6xx_wdt_start(struct watchdog_device *wdd) ie6xx_wdt_start() argument
159 static int ie6xx_wdt_stop(struct watchdog_device *wdd) ie6xx_wdt_stop() argument
H A Dmax63xx_wdt.c47 struct watchdog_device wdd; member in struct:max63xx_wdt
119 static int max63xx_wdt_ping(struct watchdog_device *wdd) max63xx_wdt_ping() argument
127 static int max63xx_wdt_start(struct watchdog_device *wdd) max63xx_wdt_start() argument
139 static int max63xx_wdt_stop(struct watchdog_device *wdd) max63xx_wdt_stop() argument
249 struct watchdog_device *wdd = platform_get_drvdata(pdev); max63xx_wdt_remove() local
H A Dmpc8xxx_wdt.c55 struct watchdog_device wdd; member in struct:mpc8xxx_wdt_ddata
H A Dpnx4008_wdt.c85 static int pnx4008_wdt_start(struct watchdog_device *wdd) pnx4008_wdt_start() argument
110 static int pnx4008_wdt_stop(struct watchdog_device *wdd) pnx4008_wdt_stop() argument
120 static int pnx4008_wdt_set_timeout(struct watchdog_device *wdd, pnx4008_wdt_set_timeout() argument
H A Dsirfsoc_wdt.c42 static unsigned int sirfsoc_wdt_gettimeleft(struct watchdog_device *wdd) sirfsoc_wdt_gettimeleft() argument
58 static int sirfsoc_wdt_updatetimeout(struct watchdog_device *wdd) sirfsoc_wdt_updatetimeout() argument
80 static int sirfsoc_wdt_enable(struct watchdog_device *wdd) sirfsoc_wdt_enable() argument
97 static int sirfsoc_wdt_disable(struct watchdog_device *wdd) sirfsoc_wdt_disable() argument
109 static int sirfsoc_wdt_settimeout(struct watchdog_device *wdd, unsigned int to) sirfsoc_wdt_settimeout() argument
170 struct watchdog_device *wdd = platform_get_drvdata(pdev); sirfsoc_wdt_shutdown() local
189 struct watchdog_device *wdd = dev_get_drvdata(dev); sirfsoc_wdt_resume() local
H A Dsp805_wdt.c64 struct watchdog_device wdd; member in struct:sp805_wdt
78 static int wdt_setload(struct watchdog_device *wdd, unsigned int timeout) wdt_setload() argument
106 static unsigned int wdt_timeleft(struct watchdog_device *wdd) wdt_timeleft() argument
124 static int wdt_config(struct watchdog_device *wdd, bool ping) wdt_config() argument
158 static int wdt_ping(struct watchdog_device *wdd) wdt_ping() argument
164 static int wdt_enable(struct watchdog_device *wdd) wdt_enable() argument
170 static int wdt_disable(struct watchdog_device *wdd) wdt_disable() argument
H A Dst_lpc_wdt.c126 static int st_wdog_start(struct watchdog_device *wdd) st_wdog_start() argument
135 static int st_wdog_stop(struct watchdog_device *wdd) st_wdog_stop() argument
144 static int st_wdog_set_timeout(struct watchdog_device *wdd, st_wdog_set_timeout() argument
155 static int st_wdog_keepalive(struct watchdog_device *wdd) st_wdog_keepalive() argument
H A Dtegra_wdt.c68 struct watchdog_device wdd; member in struct:tegra_wdt
86 static int tegra_wdt_start(struct watchdog_device *wdd) tegra_wdt_start() argument
118 static int tegra_wdt_stop(struct watchdog_device *wdd) tegra_wdt_stop() argument
129 static int tegra_wdt_ping(struct watchdog_device *wdd) tegra_wdt_ping() argument
138 static int tegra_wdt_set_timeout(struct watchdog_device *wdd, tegra_wdt_set_timeout() argument
151 static unsigned int tegra_wdt_get_timeleft(struct watchdog_device *wdd) tegra_wdt_get_timeleft() argument
192 struct watchdog_device *wdd; tegra_wdt_probe() local
H A Dvia_wdt.c101 static int wdt_ping(struct watchdog_device *wdd) wdt_ping() argument
108 static int wdt_start(struct watchdog_device *wdd) wdt_start() argument
119 static int wdt_stop(struct watchdog_device *wdd) wdt_stop() argument
127 static int wdt_set_timeout(struct watchdog_device *wdd, wdt_set_timeout() argument
H A Dcadence_wdt.c130 static int cdns_wdt_stop(struct watchdog_device *wdd) cdns_wdt_stop() argument
151 static int cdns_wdt_reload(struct watchdog_device *wdd) cdns_wdt_reload() argument
181 static int cdns_wdt_start(struct watchdog_device *wdd) cdns_wdt_start() argument
236 static int cdns_wdt_settimeout(struct watchdog_device *wdd, cdns_wdt_settimeout() argument
H A Dcoh901327_wdt.c166 static int coh901327_ping(struct watchdog_device *wdd) coh901327_ping() argument
H A Dkempld_wdt.c83 struct watchdog_device wdd; member in struct:kempld_wdt_data
205 static int kempld_wdt_set_timeout(struct watchdog_device *wdd, kempld_wdt_set_timeout() argument
232 static int kempld_wdt_set_pretimeout(struct watchdog_device *wdd, kempld_wdt_set_pretimeout() argument
287 static int kempld_wdt_start(struct watchdog_device *wdd) kempld_wdt_start() argument
312 static int kempld_wdt_stop(struct watchdog_device *wdd) kempld_wdt_stop() argument
332 static int kempld_wdt_keepalive(struct watchdog_device *wdd) kempld_wdt_keepalive() argument
344 static long kempld_wdt_ioctl(struct watchdog_device *wdd, unsigned int cmd, kempld_wdt_ioctl() argument
370 static int kempld_wdt_probe_stages(struct watchdog_device *wdd) kempld_wdt_probe_stages() argument
447 struct watchdog_device *wdd; kempld_wdt_probe() local
512 struct watchdog_device *wdd = &wdt_data->wdd; kempld_wdt_remove() local
529 struct watchdog_device *wdd = &wdt_data->wdd; kempld_wdt_suspend() local
547 struct watchdog_device *wdd = &wdt_data->wdd; kempld_wdt_resume() local
H A Ds3c2410_wdt.c237 static int s3c2410wdt_keepalive(struct watchdog_device *wdd) s3c2410wdt_keepalive() argument
257 static int s3c2410wdt_stop(struct watchdog_device *wdd) s3c2410wdt_stop() argument
268 static int s3c2410wdt_start(struct watchdog_device *wdd) s3c2410wdt_start() argument
304 static int s3c2410wdt_set_heartbeat(struct watchdog_device *wdd, unsigned timeout) s3c2410wdt_set_heartbeat() argument

Completed in 264 milliseconds