Home
last modified time | relevance | path

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

/linux/drivers/clocksource/
H A Dtimer-gxp.c173 struct platform_device *gxp_watchdog_device; in gxp_timer_probe() local
182 gxp_watchdog_device = platform_device_alloc("gxp-wdt", -1); in gxp_timer_probe()
183 if (!gxp_watchdog_device) { in gxp_timer_probe()
189 gxp_watchdog_device->dev.platform_data = gxp_timer->counter; in gxp_timer_probe()
190 gxp_watchdog_device->dev.parent = dev; in gxp_timer_probe()
192 ret = platform_device_add(gxp_watchdog_device); in gxp_timer_probe()
194 platform_device_put(gxp_watchdog_device); in gxp_timer_probe()