Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Ds3c2410_wdt.c152 struct s3c2410_wdt_variant { struct
175 const struct s3c2410_wdt_variant *drv_data; argument
179 static const struct s3c2410_wdt_variant drv_data_s3c2410 = {
184 static const struct s3c2410_wdt_variant drv_data_s3c6410 = {
188 static const struct s3c2410_wdt_variant drv_data_exynos5250 = {
198 static const struct s3c2410_wdt_variant drv_data_exynos5420 = {
208 static const struct s3c2410_wdt_variant drv_data_exynos7 = {
218 static const struct s3c2410_wdt_variant drv_data_exynos850_cl0 = {
230 static const struct s3c2410_wdt_variant drv_data_exynos850_cl1 = {
577 const struct s3c2410_wdt_variant *variant; in s3c2410_get_wdt_drv_data()
[all …]