Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Dimx2_wdt.c66 struct watchdog_device wdog; member
91 static int imx2_wdt_restart(struct watchdog_device *wdog, unsigned long action, in imx2_wdt_restart()
121 static inline void imx2_wdt_setup(struct watchdog_device *wdog) in imx2_wdt_setup()
159 static int imx2_wdt_ping(struct watchdog_device *wdog) in imx2_wdt_ping()
168 static void __imx2_wdt_set_timeout(struct watchdog_device *wdog, in __imx2_wdt_set_timeout()
177 static int imx2_wdt_set_timeout(struct watchdog_device *wdog, in imx2_wdt_set_timeout()
188 static int imx2_wdt_set_pretimeout(struct watchdog_device *wdog, in imx2_wdt_set_pretimeout()
206 struct watchdog_device *wdog = wdog_arg; in imx2_wdt_isr() local
217 static int imx2_wdt_start(struct watchdog_device *wdog) in imx2_wdt_start()
256 struct watchdog_device *wdog; in imx2_wdt_probe() local
[all …]
H A Dbcm7038_wdt.c37 static void bcm7038_wdt_set_timeout_reg(struct watchdog_device *wdog) in bcm7038_wdt_set_timeout_reg()
47 static int bcm7038_wdt_ping(struct watchdog_device *wdog) in bcm7038_wdt_ping()
57 static int bcm7038_wdt_start(struct watchdog_device *wdog) in bcm7038_wdt_start()
65 static int bcm7038_wdt_stop(struct watchdog_device *wdog) in bcm7038_wdt_stop()
75 static int bcm7038_wdt_set_timeout(struct watchdog_device *wdog, in bcm7038_wdt_set_timeout()
86 static unsigned int bcm7038_wdt_get_timeleft(struct watchdog_device *wdog) in bcm7038_wdt_get_timeleft()
H A Dimx_sc_wdt.c48 static int imx_sc_wdt_ping(struct watchdog_device *wdog) in imx_sc_wdt_ping()
58 static int imx_sc_wdt_start(struct watchdog_device *wdog) in imx_sc_wdt_start()
73 static int imx_sc_wdt_stop(struct watchdog_device *wdog) in imx_sc_wdt_stop()
83 static int imx_sc_wdt_set_timeout(struct watchdog_device *wdog, in imx_sc_wdt_set_timeout()
95 static int imx_sc_wdt_set_pretimeout(struct watchdog_device *wdog, in imx_sc_wdt_set_pretimeout()
159 struct watchdog_device *wdog; in imx_sc_wdt_probe() local
H A Dretu_wdt.c54 static int retu_wdt_start(struct watchdog_device *wdog) in retu_wdt_start()
63 static int retu_wdt_stop(struct watchdog_device *wdog) in retu_wdt_stop()
72 static int retu_wdt_ping(struct watchdog_device *wdog) in retu_wdt_ping()
79 static int retu_wdt_set_timeout(struct watchdog_device *wdog, in retu_wdt_set_timeout()
148 struct watchdog_device *wdog = platform_get_drvdata(pdev); in retu_wdt_remove() local
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 Dimx7ulp_wdt.c67 static int imx7ulp_wdt_enable(struct watchdog_device *wdog, bool enable) in imx7ulp_wdt_enable()
98 static int imx7ulp_wdt_ping(struct watchdog_device *wdog) in imx7ulp_wdt_ping()
107 static int imx7ulp_wdt_start(struct watchdog_device *wdog) in imx7ulp_wdt_start()
112 static int imx7ulp_wdt_stop(struct watchdog_device *wdog) in imx7ulp_wdt_stop()
117 static int imx7ulp_wdt_set_timeout(struct watchdog_device *wdog, in imx7ulp_wdt_set_timeout()
140 static int imx7ulp_wdt_restart(struct watchdog_device *wdog, in imx7ulp_wdt_restart()
212 struct watchdog_device *wdog; in imx7ulp_wdt_probe() local
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 Dbcm2835_wdt.c65 static int bcm2835_wdt_start(struct watchdog_device *wdog) in bcm2835_wdt_start()
84 static int bcm2835_wdt_stop(struct watchdog_device *wdog) in bcm2835_wdt_stop()
92 static unsigned int bcm2835_wdt_get_timeleft(struct watchdog_device *wdog) in bcm2835_wdt_get_timeleft()
115 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.c150 static int w83627hf_init(struct watchdog_device *wdog, enum chips chip) in w83627hf_init()
271 static int wdt_start(struct watchdog_device *wdog) in wdt_start()
276 static int wdt_stop(struct watchdog_device *wdog) in wdt_stop()
281 static int wdt_set_timeout(struct watchdog_device *wdog, unsigned int timeout) in wdt_set_timeout()
288 static unsigned int wdt_get_time(struct watchdog_device *wdog) in wdt_get_time()
H A Docteon-wdt-main.c402 static int octeon_wdt_ping(struct watchdog_device __always_unused *wdog) in octeon_wdt_ping()
452 static int octeon_wdt_set_timeout(struct watchdog_device *wdog, in octeon_wdt_set_timeout()
482 static int octeon_wdt_start(struct watchdog_device *wdog) in octeon_wdt_start()
489 static int octeon_wdt_stop(struct watchdog_device *wdog) in octeon_wdt_stop()
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()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_watchdog.c84 struct phl_watchdog *wdog = &(phl_info->wdog); in _phl_trigger_next_watchdog() local
211 struct phl_watchdog *wdog = &(phl_info->wdog); in phl_watchdog_hw_cmd_hdl() local
226 struct phl_watchdog *wdog = &(phl_info->wdog); in phl_watchdog_sw_cmd_hdl() local
242 struct phl_watchdog *wdog = &(phl_info->wdog); in rtw_phl_watchdog_init() local
263 struct phl_watchdog *wdog = &(phl_info->wdog); in rtw_phl_watchdog_deinit() local
271 struct phl_watchdog *wdog = &(phl_info->wdog); in rtw_phl_watchdog_start() local
280 struct phl_watchdog *wdog = &(phl_info->wdog); in rtw_phl_watchdog_stop() local
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_watchdog.c84 struct phl_watchdog *wdog = &(phl_info->wdog); in _phl_trigger_next_watchdog() local
209 struct phl_watchdog *wdog = &(phl_info->wdog); in phl_watchdog_hw_cmd_hdl() local
224 struct phl_watchdog *wdog = &(phl_info->wdog); in phl_watchdog_sw_cmd_hdl() local
240 struct phl_watchdog *wdog = &(phl_info->wdog); in rtw_phl_watchdog_init() local
261 struct phl_watchdog *wdog = &(phl_info->wdog); in rtw_phl_watchdog_deinit() local
269 struct phl_watchdog *wdog = &(phl_info->wdog); in rtw_phl_watchdog_start() local
278 struct phl_watchdog *wdog = &(phl_info->wdog); in rtw_phl_watchdog_stop() local
/OK3568_Linux_fs/u-boot/drivers/watchdog/
H A Dimx_watchdog.c16 struct watchdog_regs *wdog = (struct watchdog_regs *)WDOG1_BASE_ADDR; in hw_watchdog_reset() local
24 struct watchdog_regs *wdog = (struct watchdog_regs *)WDOG1_BASE_ADDR; in hw_watchdog_init() local
44 struct watchdog_regs *wdog = (struct watchdog_regs *)WDOG1_BASE_ADDR; in reset_cpu() local
H A Dulp_wdog.c48 struct wdog_regs *wdog = (struct wdog_regs *)WDOG_BASE_ADDR; in hw_watchdog_set_timeout() local
55 struct wdog_regs *wdog = (struct wdog_regs *)WDOG_BASE_ADDR; in hw_watchdog_reset() local
64 struct wdog_regs *wdog = (struct wdog_regs *)WDOG_BASE_ADDR; in hw_watchdog_init() local
84 struct wdog_regs *wdog = (struct wdog_regs *)WDOG_BASE_ADDR; in reset_cpu() local
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Ddavinci_mmc.c61 uint wdog = WATCHDOG_COUNT; in dmmc_wait_fifo_status() local
78 uint wdog = WATCHDOG_COUNT; in dmmc_busy_wait() local
93 uint wdog = WATCHDOG_COUNT; in dmmc_check_status() local
/OK3568_Linux_fs/kernel/drivers/rtc/
H A Drtc-abx80x.c117 struct watchdog_device wdog; member
603 static int __abx80x_wdog_set_timeout(struct watchdog_device *wdog, in __abx80x_wdog_set_timeout()
616 static int abx80x_wdog_set_timeout(struct watchdog_device *wdog, in abx80x_wdog_set_timeout()
630 static int abx80x_wdog_ping(struct watchdog_device *wdog) in abx80x_wdog_ping()
635 static int abx80x_wdog_start(struct watchdog_device *wdog) in abx80x_wdog_start()
640 static int abx80x_wdog_stop(struct watchdog_device *wdog) in abx80x_wdog_stop()
/OK3568_Linux_fs/u-boot/arch/arm/mach-davinci/
H A Ddm365_lowlevel.c267 struct davinci_timer *wdog = in dm365_por_reset() local
285 struct davinci_timer *wdog = in dm365_wdt_reset() local
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dtimer.h71 struct sunxi_wdog wdog; /* 0x90 */ member
82 struct sunxi_wdog wdog[5]; /* We have 5 watchdogs */ member
/OK3568_Linux_fs/u-boot/arch/arm/mach-bcm283x/include/mach/
H A Dwdog.h20 u32 wdog; member
/OK3568_Linux_fs/u-boot/arch/m68k/cpu/mcf523x/
H A Dcpu_init.c41 wdog_t *wdog = (wdog_t *) MMAP_WDOG; in cpu_init_f() local
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dpicoxcell-pc3x2.dtsi210 wdog: watchdog@50000 { label
H A Dimx31.dtsi318 wdog: wdog@53fdc000 { label

12