Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/plat-samsung/
Dwatchdog-reset.c68 static const struct of_device_id s3c2410_wdt_match[] = { variable
77 np = of_find_matching_node(NULL, s3c2410_wdt_match); in samsung_wdt_reset_of_init()
/linux-4.1.27/drivers/watchdog/
Ds3c2410_wdt.c170 static const struct of_device_id s3c2410_wdt_match[] = { variable
181 MODULE_DEVICE_TABLE(of, s3c2410_wdt_match);
503 match = of_match_node(s3c2410_wdt_match, pdev->dev.of_node); in get_wdt_drv_data()
746 .of_match_table = of_match_ptr(s3c2410_wdt_match),