Searched refs:gxp_watchdog_device (Results 1 – 1 of 1) sorted by relevance
172 struct platform_device *gxp_watchdog_device; in gxp_timer_probe() local181 gxp_watchdog_device = platform_device_alloc("gxp-wdt", -1); in gxp_timer_probe()182 if (!gxp_watchdog_device) { in gxp_timer_probe()188 gxp_watchdog_device->dev.platform_data = gxp_timer->counter; in gxp_timer_probe()189 gxp_watchdog_device->dev.parent = dev; in gxp_timer_probe()191 ret = platform_device_add(gxp_watchdog_device); in gxp_timer_probe()193 platform_device_put(gxp_watchdog_device); in gxp_timer_probe()