Home
last modified time | relevance | path

Searched defs:wdog (Results 1 – 22 of 22) sorted by relevance

/linux/drivers/watchdog/
H A Dimx2_wdt.c71 struct watchdog_device wdog; member
100 static int imx2_wdt_restart(struct watchdog_device *wdog, unsigned long action, in imx2_wdt_restart()
130 static inline void imx2_wdt_setup(struct watchdog_device *wdog) in imx2_wdt_setup()
171 static int imx2_wdt_ping(struct watchdog_device *wdog) in imx2_wdt_ping()
183 static void __imx2_wdt_set_timeout(struct watchdog_device *wdog, in __imx2_wdt_set_timeout()
192 static int imx2_wdt_set_timeout(struct watchdog_device *wdog, in imx2_wdt_set_timeout()
203 static int imx2_wdt_set_pretimeout(struct watchdog_device *wdog, in imx2_wdt_set_pretimeout()
221 struct watchdog_device *wdog = wdog_arg; in imx2_wdt_isr() local
232 static int imx2_wdt_start(struct watchdog_device *wdog) in imx2_wdt_start()
271 struct watchdog_device *wdog; in imx2_wdt_probe() local
[all …]
H A Dkeembay_wdt.c70 static void keembay_wdt_set_timeout_reg(struct watchdog_device *wdog) in keembay_wdt_set_timeout_reg()
77 static void keembay_wdt_set_pretimeout_reg(struct watchdog_device *wdog) in keembay_wdt_set_pretimeout_reg()
88 static int keembay_wdt_start(struct watchdog_device *wdog) in keembay_wdt_start()
97 static int keembay_wdt_stop(struct watchdog_device *wdog) in keembay_wdt_stop()
106 static int keembay_wdt_ping(struct watchdog_device *wdog) in keembay_wdt_ping()
113 static int keembay_wdt_set_timeout(struct watchdog_device *wdog, u32 t) in keembay_wdt_set_timeout()
122 static int keembay_wdt_set_pretimeout(struct watchdog_device *wdog, u32 t) in keembay_wdt_set_pretimeout()
133 static unsigned int keembay_wdt_get_timeleft(struct watchdog_device *wdog) in keembay_wdt_get_timeleft()
H A Dimx_sc_wdt.c49 static int imx_sc_wdt_ping(struct watchdog_device *wdog) in imx_sc_wdt_ping()
78 static int imx_sc_wdt_start(struct watchdog_device *wdog) in imx_sc_wdt_start()
95 static int imx_sc_wdt_stop(struct watchdog_device *wdog) in imx_sc_wdt_stop()
105 static int imx_sc_wdt_set_timeout(struct watchdog_device *wdog, in imx_sc_wdt_set_timeout()
117 static int imx_sc_wdt_set_pretimeout(struct watchdog_device *wdog, in imx_sc_wdt_set_pretimeout()
181 struct watchdog_device *wdog; in imx_sc_wdt_probe() local
H A Dbcm7038_wdt.c57 static void bcm7038_wdt_set_timeout_reg(struct watchdog_device *wdog) in bcm7038_wdt_set_timeout_reg()
67 static int bcm7038_wdt_ping(struct watchdog_device *wdog) in bcm7038_wdt_ping()
77 static int bcm7038_wdt_start(struct watchdog_device *wdog) in bcm7038_wdt_start()
85 static int bcm7038_wdt_stop(struct watchdog_device *wdog) in bcm7038_wdt_stop()
95 static int bcm7038_wdt_set_timeout(struct watchdog_device *wdog, in bcm7038_wdt_set_timeout()
106 static unsigned int bcm7038_wdt_get_timeleft(struct watchdog_device *wdog) in bcm7038_wdt_get_timeleft()
H A Ddigicolor_wdt.c48 static int dc_wdt_restart(struct watchdog_device *wdog, unsigned long action, in dc_wdt_restart()
60 static int dc_wdt_start(struct watchdog_device *wdog) in dc_wdt_start()
69 static int dc_wdt_stop(struct watchdog_device *wdog) in dc_wdt_stop()
78 static int dc_wdt_set_timeout(struct watchdog_device *wdog, unsigned int t) in dc_wdt_set_timeout()
88 static unsigned int dc_wdt_get_timeleft(struct watchdog_device *wdog) in dc_wdt_get_timeleft()
H A Domap_wdt.c63 struct watchdog_device wdog; member
131 static int omap_wdt_start(struct watchdog_device *wdog) in omap_wdt_start()
166 static int omap_wdt_stop(struct watchdog_device *wdog) in omap_wdt_stop()
178 static int omap_wdt_ping(struct watchdog_device *wdog) in omap_wdt_ping()
189 static int omap_wdt_set_timeout(struct watchdog_device *wdog, in omap_wdt_set_timeout()
205 static unsigned int omap_wdt_get_timeleft(struct watchdog_device *wdog) in omap_wdt_get_timeleft()
H A Dbooke_wdt.c110 struct watchdog_device *wdog = data; in __booke_wdt_set() local
129 static int booke_wdt_ping(struct watchdog_device *wdog) in booke_wdt_ping()
139 struct watchdog_device *wdog = data; in __booke_wdt_enable() local
171 static int booke_wdt_start(struct watchdog_device *wdog) in booke_wdt_start()
179 static int booke_wdt_stop(struct watchdog_device *wdog) in booke_wdt_stop()
H A Dretu_wdt.c55 static int retu_wdt_start(struct watchdog_device *wdog) in retu_wdt_start()
64 static int retu_wdt_stop(struct watchdog_device *wdog) in retu_wdt_stop()
73 static int retu_wdt_ping(struct watchdog_device *wdog) in retu_wdt_ping()
80 static int retu_wdt_set_timeout(struct watchdog_device *wdog, in retu_wdt_set_timeout()
H A Dlenovo_se10_wdt.c104 static int wdt_start(struct watchdog_device *wdog) in wdt_start()
109 static int wdt_set_timeout(struct watchdog_device *wdog, unsigned int timeout) in wdt_set_timeout()
115 static int wdt_stop(struct watchdog_device *wdog) in wdt_stop()
120 static unsigned int wdt_get_time(struct watchdog_device *wdog) in wdt_get_time()
133 static int wdt_ping(struct watchdog_device *wdog) in wdt_ping()
H A Dimx7ulp_wdt.c129 static int imx7ulp_wdt_enable(struct watchdog_device *wdog, bool enable) in imx7ulp_wdt_enable()
147 static int imx7ulp_wdt_ping(struct watchdog_device *wdog) in imx7ulp_wdt_ping()
156 static int imx7ulp_wdt_start(struct watchdog_device *wdog) in imx7ulp_wdt_start()
161 static int imx7ulp_wdt_stop(struct watchdog_device *wdog) in imx7ulp_wdt_stop()
186 static int imx7ulp_wdt_set_timeout(struct watchdog_device *wdog, in imx7ulp_wdt_set_timeout()
207 static int imx7ulp_wdt_restart(struct watchdog_device *wdog, in imx7ulp_wdt_restart()
315 struct watchdog_device *wdog; in imx7ulp_wdt_probe() local
H A Dbcm2835_wdt.c66 static int bcm2835_wdt_start(struct watchdog_device *wdog) in bcm2835_wdt_start()
85 static int bcm2835_wdt_stop(struct watchdog_device *wdog) in bcm2835_wdt_stop()
93 static unsigned int bcm2835_wdt_get_timeleft(struct watchdog_device *wdog) in bcm2835_wdt_get_timeleft()
116 static int bcm2835_restart(struct watchdog_device *wdog, in bcm2835_restart()
H A Dbcm_kona_wdt.c199 static int bcm_kona_wdt_set_timeout_reg(struct watchdog_device *wdog, in bcm_kona_wdt_set_timeout_reg()
209 static int bcm_kona_wdt_set_timeout(struct watchdog_device *wdog, in bcm_kona_wdt_set_timeout()
216 static unsigned int bcm_kona_wdt_get_timeleft(struct watchdog_device *wdog) in bcm_kona_wdt_get_timeleft()
232 static int bcm_kona_wdt_start(struct watchdog_device *wdog) in bcm_kona_wdt_start()
238 static int bcm_kona_wdt_stop(struct watchdog_device *wdog) in bcm_kona_wdt_stop()
H A Dw83627hf_wdt.c154 static int w83627hf_init(struct watchdog_device *wdog, enum chips chip) in w83627hf_init()
279 static int wdt_start(struct watchdog_device *wdog) in wdt_start()
284 static int wdt_stop(struct watchdog_device *wdog) in wdt_stop()
289 static int wdt_set_timeout(struct watchdog_device *wdog, unsigned int timeout) in wdt_set_timeout()
296 static unsigned int wdt_get_time(struct watchdog_device *wdog) in wdt_get_time()
H A Docteon-wdt-main.c401 static int octeon_wdt_ping(struct watchdog_device __always_unused *wdog) in octeon_wdt_ping()
451 static int octeon_wdt_set_timeout(struct watchdog_device *wdog, in octeon_wdt_set_timeout()
481 static int octeon_wdt_start(struct watchdog_device *wdog) in octeon_wdt_start()
488 static int octeon_wdt_stop(struct watchdog_device *wdog) in octeon_wdt_stop()
H A Dexar_wdt.c153 static int exar_wdt_start(struct watchdog_device *wdog) in exar_wdt_start()
168 static int exar_wdt_stop(struct watchdog_device *wdog) in exar_wdt_stop()
180 static int exar_wdt_keepalive(struct watchdog_device *wdog) in exar_wdt_keepalive()
194 static int exar_wdt_set_timeout(struct watchdog_device *wdog, unsigned int t) in exar_wdt_set_timeout()
235 static int exar_wdt_config(struct watchdog_device *wdog, in exar_wdt_config()
H A Dsb_wdog.c70 static void sbwdog_set(char __iomem *wdog, unsigned long t) in sbwdog_set()
84 static void sbwdog_pet(char __iomem *wdog) in sbwdog_pet()
H A Dalim1535_wdt.c317 u32 wdog; in ali_find_watchdog() local
/linux/drivers/rtc/
H A Drtc-abx80x.c129 struct watchdog_device wdog; member
613 static int __abx80x_wdog_set_timeout(struct watchdog_device *wdog, in __abx80x_wdog_set_timeout()
626 static int abx80x_wdog_set_timeout(struct watchdog_device *wdog, in abx80x_wdog_set_timeout()
640 static int abx80x_wdog_ping(struct watchdog_device *wdog) in abx80x_wdog_ping()
645 static int abx80x_wdog_start(struct watchdog_device *wdog) in abx80x_wdog_start()
650 static int abx80x_wdog_stop(struct watchdog_device *wdog) in abx80x_wdog_stop()
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx31.dtsi318 wdog: watchdog@53fdc000 { label
H A Dimx27.dtsi102 wdog: watchdog@10002000 { label
/linux/arch/arm/boot/dts/arm/
H A Darm-realview-eb.dtsi365 wdog: watchdog@10010000 { label
/linux/drivers/mmc/host/
H A Dcavium.c253 u64 emm_switch, wdog; in cvm_mmc_reset_bus() local