/linux-4.4.14/drivers/watchdog/ |
D | imx2_wdt.c | 66 struct watchdog_device wdog; member 111 static inline void imx2_wdt_setup(struct watchdog_device *wdog) in imx2_wdt_setup() 145 static int imx2_wdt_ping(struct watchdog_device *wdog) in imx2_wdt_ping() 156 struct watchdog_device *wdog = (struct watchdog_device *)arg; in imx2_wdt_timer_ping() local 164 static int imx2_wdt_set_timeout(struct watchdog_device *wdog, in imx2_wdt_set_timeout() 176 static int imx2_wdt_start(struct watchdog_device *wdog) in imx2_wdt_start() 190 static int imx2_wdt_stop(struct watchdog_device *wdog) in imx2_wdt_stop() 200 static inline void imx2_wdt_ping_if_active(struct watchdog_device *wdog) in imx2_wdt_ping_if_active() 228 struct watchdog_device *wdog; in imx2_wdt_probe() local 315 struct watchdog_device *wdog = platform_get_drvdata(pdev); in imx2_wdt_remove() local [all …]
|
D | retu_wdt.c | 62 static int retu_wdt_start(struct watchdog_device *wdog) in retu_wdt_start() 71 static int retu_wdt_stop(struct watchdog_device *wdog) in retu_wdt_stop() 80 static int retu_wdt_ping(struct watchdog_device *wdog) in retu_wdt_ping() 87 static int retu_wdt_set_timeout(struct watchdog_device *wdog, in retu_wdt_set_timeout() 156 struct watchdog_device *wdog = platform_get_drvdata(pdev); in retu_wdt_remove() local
|
D | bcm7038_wdt.c | 45 static void bcm7038_wdt_set_timeout_reg(struct watchdog_device *wdog) in bcm7038_wdt_set_timeout_reg() 55 static int bcm7038_wdt_ping(struct watchdog_device *wdog) in bcm7038_wdt_ping() 65 static int bcm7038_wdt_start(struct watchdog_device *wdog) in bcm7038_wdt_start() 73 static int bcm7038_wdt_stop(struct watchdog_device *wdog) in bcm7038_wdt_stop() 83 static int bcm7038_wdt_set_timeout(struct watchdog_device *wdog, in bcm7038_wdt_set_timeout() 94 static unsigned int bcm7038_wdt_get_timeleft(struct watchdog_device *wdog) in bcm7038_wdt_get_timeleft()
|
D | booke_wdt.c | 109 struct watchdog_device *wdog = data; in __booke_wdt_set() local 128 static int booke_wdt_ping(struct watchdog_device *wdog) in booke_wdt_ping() 138 struct watchdog_device *wdog = data; in __booke_wdt_enable() local 170 static int booke_wdt_start(struct watchdog_device *wdog) in booke_wdt_start() 178 static int booke_wdt_stop(struct watchdog_device *wdog) in booke_wdt_stop()
|
D | omap_wdt.c | 64 struct watchdog_device wdog; member 132 static int omap_wdt_start(struct watchdog_device *wdog) in omap_wdt_start() 167 static int omap_wdt_stop(struct watchdog_device *wdog) in omap_wdt_stop() 179 static int omap_wdt_ping(struct watchdog_device *wdog) in omap_wdt_ping() 190 static int omap_wdt_set_timeout(struct watchdog_device *wdog, in omap_wdt_set_timeout() 206 static unsigned int omap_wdt_get_timeleft(struct watchdog_device *wdog) in omap_wdt_get_timeleft()
|
D | digicolor_wdt.c | 65 static int dc_wdt_start(struct watchdog_device *wdog) in dc_wdt_start() 74 static int dc_wdt_stop(struct watchdog_device *wdog) in dc_wdt_stop() 83 static int dc_wdt_set_timeout(struct watchdog_device *wdog, unsigned int t) in dc_wdt_set_timeout() 93 static unsigned int dc_wdt_get_timeleft(struct watchdog_device *wdog) in dc_wdt_get_timeleft()
|
D | bcm2835_wdt.c | 58 static int bcm2835_wdt_start(struct watchdog_device *wdog) in bcm2835_wdt_start() 77 static int bcm2835_wdt_stop(struct watchdog_device *wdog) in bcm2835_wdt_stop() 86 static int bcm2835_wdt_set_timeout(struct watchdog_device *wdog, unsigned int t) in bcm2835_wdt_set_timeout() 92 static unsigned int bcm2835_wdt_get_timeleft(struct watchdog_device *wdog) in bcm2835_wdt_get_timeleft()
|
D | bcm_kona_wdt.c | 222 static int bcm_kona_wdt_set_timeout_reg(struct watchdog_device *wdog, in bcm_kona_wdt_set_timeout_reg() 232 static int bcm_kona_wdt_set_timeout(struct watchdog_device *wdog, in bcm_kona_wdt_set_timeout() 239 static unsigned int bcm_kona_wdt_get_timeleft(struct watchdog_device *wdog) in bcm_kona_wdt_get_timeleft() 255 static int bcm_kona_wdt_start(struct watchdog_device *wdog) in bcm_kona_wdt_start() 261 static int bcm_kona_wdt_stop(struct watchdog_device *wdog) in bcm_kona_wdt_stop()
|
D | w83627hf_wdt.c | 141 static int w83627hf_init(struct watchdog_device *wdog, enum chips chip) in w83627hf_init() 257 static int wdt_start(struct watchdog_device *wdog) in wdt_start() 262 static int wdt_stop(struct watchdog_device *wdog) in wdt_stop() 267 static int wdt_set_timeout(struct watchdog_device *wdog, unsigned int timeout) in wdt_set_timeout() 274 static unsigned int wdt_get_time(struct watchdog_device *wdog) in wdt_get_time()
|
D | octeon-wdt-main.c | 448 static int octeon_wdt_ping(struct watchdog_device __always_unused *wdog) in octeon_wdt_ping() 495 static int octeon_wdt_set_timeout(struct watchdog_device *wdog, in octeon_wdt_set_timeout() 520 static int octeon_wdt_start(struct watchdog_device *wdog) in octeon_wdt_start() 527 static int octeon_wdt_stop(struct watchdog_device *wdog) in octeon_wdt_stop()
|
D | sb_wdog.c | 70 void sbwdog_set(char __iomem *wdog, unsigned long t) in sbwdog_set() 84 void sbwdog_pet(char __iomem *wdog) in sbwdog_pet()
|
D | alim1535_wdt.c | 321 u32 wdog; in ali_find_watchdog() local
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | picoxcell-pc3x2.dtsi | 217 wdog: watchdog@50000 { label
|
D | picoxcell-pc3x3.dtsi | 311 wdog: watchdog@50000 { label
|
D | imx35.dtsi | 278 wdog: wdog@53fdc000 { label
|
D | imx27.dtsi | 103 wdog: wdog@10002000 { label
|
/linux-4.4.14/arch/cris/arch-v10/kernel/ |
D | entry.S | 459 wdog: label
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
D | cvmx-ciu-defs.h | 2418 uint64_t wdog:16; member 2465 uint64_t wdog:1; member 2474 uint64_t wdog:2; member 2483 uint64_t wdog:16; member 2499 uint64_t wdog:4; member 2517 uint64_t wdog:4; member 2530 uint64_t wdog:12; member 2573 uint64_t wdog:4; member 2644 uint64_t wdog:6; member 2720 uint64_t wdog:10; member [all …]
|
D | cvmx-ciu2-defs.h | 1193 uint64_t wdog:32; member 1208 uint64_t wdog:32; member 1223 uint64_t wdog:32; member 2180 uint64_t wdog:32; member 2195 uint64_t wdog:32; member 2210 uint64_t wdog:32; member 3167 uint64_t wdog:32; member 3182 uint64_t wdog:32; member 3197 uint64_t wdog:32; member 4154 uint64_t wdog:32; member [all …]
|