Searched defs:wdt (Results 1 - 33 of 33) sorted by relevance

/linux-4.1.27/drivers/watchdog/
H A DMakefile
H A Dtwl4030_wdt.c42 static int twl4030_wdt_start(struct watchdog_device *wdt) twl4030_wdt_start() argument
47 static int twl4030_wdt_stop(struct watchdog_device *wdt) twl4030_wdt_stop() argument
52 static int twl4030_wdt_set_timeout(struct watchdog_device *wdt, twl4030_wdt_set_timeout() argument
74 struct watchdog_device *wdt; twl4030_wdt_probe() local
101 struct watchdog_device *wdt = platform_get_drvdata(pdev); twl4030_wdt_remove() local
111 struct watchdog_device *wdt = platform_get_drvdata(pdev); twl4030_wdt_suspend() local
120 struct watchdog_device *wdt = platform_get_drvdata(pdev); twl4030_wdt_resume() local
H A Dda9055_wdt.c36 struct watchdog_device wdt; member in struct:da9055_wdt_data
H A Drn5t618_wdt.c56 struct rn5t618_wdt *wdt = watchdog_get_drvdata(wdt_dev); rn5t618_wdt_set_timeout() local
78 struct rn5t618_wdt *wdt = watchdog_get_drvdata(wdt_dev); rn5t618_wdt_start() local
107 struct rn5t618_wdt *wdt = watchdog_get_drvdata(wdt_dev); rn5t618_wdt_stop() local
115 struct rn5t618_wdt *wdt = watchdog_get_drvdata(wdt_dev); rn5t618_wdt_ping() local
150 struct rn5t618_wdt *wdt; rn5t618_wdt_probe() local
179 struct rn5t618_wdt *wdt = platform_get_drvdata(pdev); rn5t618_wdt_remove() local
H A Dwm831x_wdt.c32 struct watchdog_device wdt; member in struct:wm831x_wdt_drvdata
H A Dbcm2835_wdt.c47 struct bcm2835_wdt *wdt = watchdog_get_drvdata(wdog); bcm2835_wdt_start() local
66 struct bcm2835_wdt *wdt = watchdog_get_drvdata(wdog); bcm2835_wdt_stop() local
81 struct bcm2835_wdt *wdt = watchdog_get_drvdata(wdog); bcm2835_wdt_get_timeleft() local
113 struct bcm2835_wdt *wdt; bcm2835_wdt_probe() local
145 struct bcm2835_wdt *wdt = platform_get_drvdata(pdev); bcm2835_wdt_remove() local
H A Dbcm47xx_wdt.c54 struct bcm47xx_wdt *wdt = bcm47xx_wdt_get(wdd); bcm47xx_wdt_hard_keepalive() local
68 struct bcm47xx_wdt *wdt = bcm47xx_wdt_get(wdd); bcm47xx_wdt_hard_stop() local
78 struct bcm47xx_wdt *wdt = bcm47xx_wdt_get(wdd); bcm47xx_wdt_hard_set_timeout() local
101 struct bcm47xx_wdt *wdt = (struct bcm47xx_wdt *)data; bcm47xx_wdt_soft_timer_tick() local
114 struct bcm47xx_wdt *wdt = bcm47xx_wdt_get(wdd); bcm47xx_wdt_soft_keepalive() local
123 struct bcm47xx_wdt *wdt = bcm47xx_wdt_get(wdd); bcm47xx_wdt_soft_start() local
133 struct bcm47xx_wdt *wdt = bcm47xx_wdt_get(wdd); bcm47xx_wdt_soft_stop() local
164 struct bcm47xx_wdt *wdt; bcm47xx_wdt_notify_sys() local
175 struct bcm47xx_wdt *wdt; bcm47xx_wdt_restart() local
195 struct bcm47xx_wdt *wdt = dev_get_platdata(&pdev->dev); bcm47xx_wdt_probe() local
251 struct bcm47xx_wdt *wdt = dev_get_platdata(&pdev->dev); bcm47xx_wdt_remove() local
H A Dda9052_wdt.c32 struct watchdog_device wdt; member in struct:da9052_wdt_data
H A Dda9063_wdt.c65 struct da9063_watchdog *wdt = watchdog_get_drvdata(wdd); da9063_wdt_start() local
80 struct da9063_watchdog *wdt = watchdog_get_drvdata(wdd); da9063_wdt_stop() local
94 struct da9063_watchdog *wdt = watchdog_get_drvdata(wdd); da9063_wdt_ping() local
109 struct da9063_watchdog *wdt = watchdog_get_drvdata(wdd); da9063_wdt_set_timeout() local
127 struct da9063_watchdog *wdt = container_of(this, da9063_wdt_restart_handler() local
158 struct da9063_watchdog *wdt; da9063_wdt_probe() local
200 struct da9063_watchdog *wdt = dev_get_drvdata(&pdev->dev); da9063_wdt_remove() local
H A Dmena21_wdt.c35 struct watchdog_device wdt; member in struct:a21_wdt_drv
56 static int a21_wdt_start(struct watchdog_device *wdt) a21_wdt_start() argument
69 static int a21_wdt_stop(struct watchdog_device *wdt) a21_wdt_stop() argument
82 static int a21_wdt_ping(struct watchdog_device *wdt) a21_wdt_ping() argument
97 static int a21_wdt_set_timeout(struct watchdog_device *wdt, a21_wdt_set_timeout() argument
H A Dmenf21bmc_wdt.c38 struct watchdog_device wdt; member in struct:menf21bmc_wdt
62 static int menf21bmc_wdt_start(struct watchdog_device *wdt) menf21bmc_wdt_start() argument
69 static int menf21bmc_wdt_stop(struct watchdog_device *wdt) menf21bmc_wdt_stop() argument
78 menf21bmc_wdt_settimeout(struct watchdog_device *wdt, unsigned int timeout) menf21bmc_wdt_settimeout() argument
98 static int menf21bmc_wdt_ping(struct watchdog_device *wdt) menf21bmc_wdt_ping() argument
H A Dqcom-wdt.c43 struct qcom_wdt *wdt = to_qcom_wdt(wdd); qcom_wdt_start() local
54 struct qcom_wdt *wdt = to_qcom_wdt(wdd); qcom_wdt_stop() local
62 struct qcom_wdt *wdt = to_qcom_wdt(wdd); qcom_wdt_ping() local
93 struct qcom_wdt *wdt = container_of(nb, struct qcom_wdt, restart_nb); qcom_wdt_restart() local
118 struct qcom_wdt *wdt; qcom_wdt_probe() local
207 struct qcom_wdt *wdt = platform_get_drvdata(pdev); qcom_wdt_remove() local
H A Dshwdt.c87 struct sh_wdt *wdt = watchdog_get_drvdata(wdt_dev); sh_wdt_start() local
130 struct sh_wdt *wdt = watchdog_get_drvdata(wdt_dev); sh_wdt_stop() local
152 struct sh_wdt *wdt = watchdog_get_drvdata(wdt_dev); sh_wdt_keepalive() local
164 struct sh_wdt *wdt = watchdog_get_drvdata(wdt_dev); sh_wdt_set_heartbeat() local
180 struct sh_wdt *wdt = (struct sh_wdt *)data; sh_wdt_ping() local
222 struct sh_wdt *wdt; sh_wdt_probe() local
H A Dat32ap700x_wdt.c85 static struct wdt_at32ap700x *wdt; variable in typeref:struct:wdt_at32ap700x
H A Dat91sam9_wdt.c99 struct at91wdt *wdt = (struct at91wdt *)dev_id; wdt_interrupt() local
113 static inline void at91_wdt_reset(struct at91wdt *wdt) at91_wdt_reset() argument
123 struct at91wdt *wdt = (struct at91wdt *)data; at91_ping() local
135 struct at91wdt *wdt = to_wdt(wdd); at91_wdt_start() local
153 static int at91_wdt_init(struct platform_device *pdev, struct at91wdt *wdt) at91_wdt_init() argument
267 static int of_at91wdt_init(struct device_node *np, struct at91wdt *wdt) of_at91wdt_init() argument
323 static inline int of_at91wdt_init(struct device_node *np, struct at91wdt *wdt) of_at91wdt_init() argument
333 struct at91wdt *wdt; at91wdt_probe() local
375 struct at91wdt *wdt = platform_get_drvdata(pdev); at91wdt_remove() local
H A Dimgpdc_wdt.c64 struct pdc_wdt_dev *wdt = watchdog_get_drvdata(wdt_dev); pdc_wdt_keepalive() local
75 struct pdc_wdt_dev *wdt = watchdog_get_drvdata(wdt_dev); pdc_wdt_stop() local
91 struct pdc_wdt_dev *wdt = watchdog_get_drvdata(wdt_dev); pdc_wdt_set_timeout() local
107 struct pdc_wdt_dev *wdt = watchdog_get_drvdata(wdt_dev); pdc_wdt_start() local
H A Djz4740_wdt.c66 struct watchdog_device wdt; member in struct:jz4740_wdt_drvdata
H A Dsp805_wdt.c80 struct sp805_wdt *wdt = watchdog_get_drvdata(wdd); wdt_setload() local
108 struct sp805_wdt *wdt = watchdog_get_drvdata(wdd); wdt_timeleft() local
126 struct sp805_wdt *wdt = watchdog_get_drvdata(wdd); wdt_config() local
172 struct sp805_wdt *wdt = watchdog_get_drvdata(wdd); wdt_disable() local
206 struct sp805_wdt *wdt; sp805_wdt_probe() local
253 struct sp805_wdt *wdt = amba_get_drvdata(adev); sp805_wdt_remove() local
263 struct sp805_wdt *wdt = dev_get_drvdata(dev); sp805_wdt_suspend() local
273 struct sp805_wdt *wdt = dev_get_drvdata(dev); sp805_wdt_resume() local
H A Dtegra_wdt.c88 struct tegra_wdt *wdt = watchdog_get_drvdata(wdd); tegra_wdt_start() local
120 struct tegra_wdt *wdt = watchdog_get_drvdata(wdd); tegra_wdt_stop() local
131 struct tegra_wdt *wdt = watchdog_get_drvdata(wdd); tegra_wdt_ping() local
151 struct tegra_wdt *wdt = watchdog_get_drvdata(wdd); tegra_wdt_get_timeleft() local
191 struct tegra_wdt *wdt; tegra_wdt_probe() local
244 struct tegra_wdt *wdt = platform_get_drvdata(pdev); tegra_wdt_remove() local
258 struct tegra_wdt *wdt = dev_get_drvdata(dev); tegra_wdt_runtime_suspend() local
268 struct tegra_wdt *wdt = dev_get_drvdata(dev); tegra_wdt_runtime_resume() local
H A Dts72xx_wdt.c144 static inline void ts72xx_wdt_kick(struct ts72xx_wdt *wdt) ts72xx_wdt_kick() argument
158 static void ts72xx_wdt_start(struct ts72xx_wdt *wdt) ts72xx_wdt_start() argument
175 static void ts72xx_wdt_stop(struct ts72xx_wdt *wdt) ts72xx_wdt_stop() argument
183 struct ts72xx_wdt *wdt = platform_get_drvdata(ts72xx_wdt_pdev); ts72xx_wdt_open() local
218 struct ts72xx_wdt *wdt = file->private_data; ts72xx_wdt_release() local
248 struct ts72xx_wdt *wdt = file->private_data; ts72xx_wdt_write() local
298 struct ts72xx_wdt *wdt = file->private_data; ts72xx_wdt_ioctl() local
392 struct ts72xx_wdt *wdt; ts72xx_wdt_probe() local
H A Dxen_wdt.c37 static struct sched_watchdog wdt; variable in typeref:struct:sched_watchdog
H A Dbcm_kona_wdt.c65 static int secure_register_read(struct bcm_kona_wdt *wdt, uint32_t offset) secure_register_read() argument
104 struct bcm_kona_wdt *wdt = s->private; bcm_kona_wdt_dbg_show() local
155 struct bcm_kona_wdt *wdt = platform_get_drvdata(pdev); bcm_kona_wdt_debug_init() local
175 struct bcm_kona_wdt *wdt = platform_get_drvdata(pdev); bcm_kona_wdt_debug_exit() local
190 static int bcm_kona_wdt_ctrl_reg_modify(struct bcm_kona_wdt *wdt, bcm_kona_wdt_ctrl_reg_modify() argument
213 static int bcm_kona_wdt_set_resolution_reg(struct bcm_kona_wdt *wdt) bcm_kona_wdt_set_resolution_reg() argument
225 struct bcm_kona_wdt *wdt = watchdog_get_drvdata(wdog); bcm_kona_wdt_set_timeout_reg() local
241 struct bcm_kona_wdt *wdt = watchdog_get_drvdata(wdog); bcm_kona_wdt_get_timeleft() local
263 struct bcm_kona_wdt *wdt = watchdog_get_drvdata(wdog); bcm_kona_wdt_stop() local
299 struct bcm_kona_wdt *wdt; bcm_kona_wdt_probe() local
H A Dcadence_wdt.c91 static inline void cdns_wdt_writereg(struct cdns_wdt *wdt, u32 offset, u32 val) cdns_wdt_writereg() argument
132 struct cdns_wdt *wdt = watchdog_get_drvdata(wdd); cdns_wdt_stop() local
153 struct cdns_wdt *wdt = watchdog_get_drvdata(wdd); cdns_wdt_reload() local
183 struct cdns_wdt *wdt = watchdog_get_drvdata(wdd); cdns_wdt_start() local
298 struct cdns_wdt *wdt = container_of(this, struct cdns_wdt, cdns_wdt_notify_sys() local
320 struct cdns_wdt *wdt; cdns_wdt_probe() local
426 struct cdns_wdt *wdt = platform_get_drvdata(pdev); cdns_wdt_remove() local
444 struct cdns_wdt *wdt = platform_get_drvdata(pdev); cdns_wdt_shutdown() local
460 struct cdns_wdt *wdt = platform_get_drvdata(pdev); cdns_wdt_suspend() local
479 struct cdns_wdt *wdt = platform_get_drvdata(pdev); cdns_wdt_resume() local
H A Dorion_wdt.c67 struct watchdog_device wdt; member in struct:orion_watchdog
H A Ds3c2410_wdt.c208 static int s3c2410wdt_mask_and_disable_reset(struct s3c2410_wdt *wdt, bool mask) s3c2410wdt_mask_and_disable_reset() argument
239 struct s3c2410_wdt *wdt = watchdog_get_drvdata(wdd); s3c2410wdt_keepalive() local
248 static void __s3c2410wdt_stop(struct s3c2410_wdt *wdt) __s3c2410wdt_stop() argument
259 struct s3c2410_wdt *wdt = watchdog_get_drvdata(wdd); s3c2410wdt_stop() local
271 struct s3c2410_wdt *wdt = watchdog_get_drvdata(wdd); s3c2410wdt_start() local
299 static inline int s3c2410wdt_is_running(struct s3c2410_wdt *wdt) s3c2410wdt_is_running() argument
306 struct s3c2410_wdt *wdt = watchdog_get_drvdata(wdd); s3c2410wdt_set_heartbeat() local
380 struct s3c2410_wdt *wdt = platform_get_drvdata(param); s3c2410wdt_irq() local
394 struct s3c2410_wdt *wdt = freq_to_wdt(nb); s3c2410wdt_cpufreq_transition() local
427 static inline int s3c2410wdt_cpufreq_register(struct s3c2410_wdt *wdt) s3c2410wdt_cpufreq_register() argument
435 static inline void s3c2410wdt_cpufreq_deregister(struct s3c2410_wdt *wdt) s3c2410wdt_cpufreq_deregister() argument
445 static inline int s3c2410wdt_cpufreq_register(struct s3c2410_wdt *wdt) s3c2410wdt_cpufreq_register() argument
450 static inline void s3c2410wdt_cpufreq_deregister(struct s3c2410_wdt *wdt) s3c2410wdt_cpufreq_deregister() argument
458 struct s3c2410_wdt *wdt = container_of(this, struct s3c2410_wdt, s3c2410wdt_restart() local
480 static inline unsigned int s3c2410wdt_get_bootstatus(struct s3c2410_wdt *wdt) s3c2410wdt_get_bootstatus() argument
514 struct s3c2410_wdt *wdt; s3c2410wdt_probe() local
667 struct s3c2410_wdt *wdt = platform_get_drvdata(dev); s3c2410wdt_remove() local
686 struct s3c2410_wdt *wdt = platform_get_drvdata(dev); s3c2410wdt_shutdown() local
698 struct s3c2410_wdt *wdt = dev_get_drvdata(dev); s3c2410wdt_suspend() local
717 struct s3c2410_wdt *wdt = dev_get_drvdata(dev); s3c2410wdt_resume() local
/linux-4.1.27/include/linux/
H A Dbcm47xx_wdt.h25 static inline void *bcm47xx_wdt_get_drvdata(struct bcm47xx_wdt *wdt) bcm47xx_wdt_get_drvdata() argument
/linux-4.1.27/drivers/ssb/
H A Dembedded.c39 struct bcm47xx_wdt wdt = {}; ssb_watchdog_register() local
H A Ddriver_extif.c115 u32 ssb_extif_watchdog_timer_set_wdt(struct bcm47xx_wdt *wdt, u32 ticks) ssb_extif_watchdog_timer_set_wdt() argument
122 u32 ssb_extif_watchdog_timer_set_ms(struct bcm47xx_wdt *wdt, u32 ms) ssb_extif_watchdog_timer_set_ms() argument
H A Dssb_private.h254 static inline u32 ssb_extif_watchdog_timer_set_wdt(struct bcm47xx_wdt *wdt, ssb_extif_watchdog_timer_set_wdt() argument
259 static inline u32 ssb_extif_watchdog_timer_set_ms(struct bcm47xx_wdt *wdt, ssb_extif_watchdog_timer_set_ms() argument
H A Ddriver_chipcommon.c311 u32 ssb_chipco_watchdog_timer_set_wdt(struct bcm47xx_wdt *wdt, u32 ticks) ssb_chipco_watchdog_timer_set_wdt() argument
321 u32 ssb_chipco_watchdog_timer_set_ms(struct bcm47xx_wdt *wdt, u32 ms) ssb_chipco_watchdog_timer_set_ms() argument
/linux-4.1.27/arch/mn10300/kernel/
H A Dmn10300-watchdog.c106 u8 wdt; watchdog_go() local
137 u8 wdt, tmp; watchdog_interrupt() local
/linux-4.1.27/drivers/bcma/
H A Ddriver_chipcommon.c58 static u32 bcma_chipco_watchdog_timer_set_wdt(struct bcm47xx_wdt *wdt, bcma_chipco_watchdog_timer_set_wdt() argument
66 static u32 bcma_chipco_watchdog_timer_set_ms_wdt(struct bcm47xx_wdt *wdt, bcma_chipco_watchdog_timer_set_ms_wdt() argument
96 struct bcm47xx_wdt wdt = {}; bcma_chipco_watchdog_register() local
/linux-4.1.27/include/linux/mfd/wm8350/
H A Dcore.h621 struct wm8350_wdt wdt; member in struct:wm8350

Completed in 376 milliseconds