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

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

Completed in 66 milliseconds