| /linux-4.1.27/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() 174 static int imx2_wdt_start(struct watchdog_device *wdog)  in imx2_wdt_start() 188 static int imx2_wdt_stop(struct watchdog_device *wdog)  in imx2_wdt_stop() 198 static inline void imx2_wdt_ping_if_active(struct watchdog_device *wdog)  in imx2_wdt_ping_if_active() 226 	struct watchdog_device *wdog;  in imx2_wdt_probe()  local 306 	struct watchdog_device *wdog = platform_get_drvdata(pdev);  in imx2_wdt_remove()  local [all …] 
 | 
| D | omap_wdt.c | 124 static int omap_wdt_start(struct watchdog_device *wdog)  in omap_wdt_start() 159 static int omap_wdt_stop(struct watchdog_device *wdog)  in omap_wdt_stop() 171 static int omap_wdt_ping(struct watchdog_device *wdog)  in omap_wdt_ping() 182 static int omap_wdt_set_timeout(struct watchdog_device *wdog,  in omap_wdt_set_timeout() 284 	struct watchdog_device *wdog = platform_get_drvdata(pdev);  in omap_wdt_shutdown()  local 297 	struct watchdog_device *wdog = platform_get_drvdata(pdev);  in omap_wdt_remove()  local 316 	struct watchdog_device *wdog = platform_get_drvdata(pdev);  in omap_wdt_suspend()  local 331 	struct watchdog_device *wdog = platform_get_drvdata(pdev);  in omap_wdt_resume()  local
  | 
| 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() 155 	struct watchdog_device *wdog = platform_get_drvdata(pdev);  in retu_wdt_remove()  local
  | 
| 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 | bcm2835_wdt.c | 45 static int bcm2835_wdt_start(struct watchdog_device *wdog)  in bcm2835_wdt_start() 64 static int bcm2835_wdt_stop(struct watchdog_device *wdog)  in bcm2835_wdt_stop() 73 static int bcm2835_wdt_set_timeout(struct watchdog_device *wdog, unsigned int t)  in bcm2835_wdt_set_timeout() 79 static unsigned int bcm2835_wdt_get_timeleft(struct watchdog_device *wdog)  in bcm2835_wdt_get_timeleft()
  | 
| 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 | 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 | 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.1.27/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.1.27/arch/cris/arch-v10/kernel/ | 
| D | entry.S | 459 wdog:  label
  | 
| /linux-4.1.27/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 …] 
 |