Searched refs:s3c2410_wdt (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/watchdog/
H A DMakefile53 obj-$(CONFIG_S3C2410_WATCHDOG) += s3c2410_wdt.o
H A Ds3c2410_wdt.c178 struct s3c2410_wdt { struct
339 static inline unsigned long s3c2410wdt_get_freq(struct s3c2410_wdt *wdt)
344 static inline unsigned int s3c2410wdt_max_timeout(struct s3c2410_wdt *wdt)
352 static int s3c2410wdt_disable_wdt_reset(struct s3c2410_wdt *wdt, bool mask)
366 static int s3c2410wdt_mask_wdt_reset(struct s3c2410_wdt *wdt, bool mask)
381 static int s3c2410wdt_enable_counter(struct s3c2410_wdt *wdt, bool en)
395 static int s3c2410wdt_enable(struct s3c2410_wdt *wdt, bool en)
421 static void s3c2410wdt_mask_dbgack(struct s3c2410_wdt *wdt)
435 struct s3c2410_wdt *wdt = watchdog_get_drvdata(wdd);
445 static void __s3c2410wdt_stop(struct s3c2410_wdt *wd
[all...]

Completed in 351 milliseconds