Home
last modified time | relevance | path

Searched refs:s3c2410_wdt_variant (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/watchdog/
H A Ds3c2410_wdt.c159 * struct s3c2410_wdt_variant - Per-variant config data
176 struct s3c2410_wdt_variant { struct
199 const struct s3c2410_wdt_variant *drv_data; argument
203 static const struct s3c2410_wdt_variant drv_data_s3c2410 = {
208 static const struct s3c2410_wdt_variant drv_data_s3c6410 = {
212 static const struct s3c2410_wdt_variant drv_data_exynos5250 = {
222 static const struct s3c2410_wdt_variant drv_data_exynos5420 = {
232 static const struct s3c2410_wdt_variant drv_data_exynos7 = {
242 static const struct s3c2410_wdt_variant drv_data_exynos850_cl0 = {
254 static const struct s3c2410_wdt_variant drv_data_exynos850_cl
[all...]