Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/watchdog/
Dsunxi_wdt.c231 static const struct of_device_id sunxi_wdt_dt_ids[] = { variable
236 MODULE_DEVICE_TABLE(of, sunxi_wdt_dt_ids);
251 device = of_match_device(sunxi_wdt_dt_ids, &pdev->dev); in sunxi_wdt_probe()
318 .of_match_table = sunxi_wdt_dt_ids,