Searched refs:rtc_pdev (Results 1 – 5 of 5) sorted by relevance
77 ec->rtc_pdev = platform_device_register_data(dev, "rtc-wilco-ec", in wilco_ec_probe()80 if (IS_ERR(ec->rtc_pdev)) { in wilco_ec_probe()82 ret = PTR_ERR(ec->rtc_pdev); in wilco_ec_probe()128 platform_device_unregister(ec->rtc_pdev); in wilco_ec_probe()143 platform_device_unregister(ec->rtc_pdev); in wilco_ec_remove()
100 static void stmp3xxx_wdt_register(struct platform_device *rtc_pdev) in stmp3xxx_wdt_register() argument104 platform_device_alloc("stmp3xxx_rtc_wdt", rtc_pdev->id); in stmp3xxx_wdt_register()107 wdt_pdev->dev.parent = &rtc_pdev->dev; in stmp3xxx_wdt_register()115 dev_err(&rtc_pdev->dev, in stmp3xxx_wdt_register()119 static void stmp3xxx_wdt_register(struct platform_device *rtc_pdev) in stmp3xxx_wdt_register() argument
48 struct platform_device *rtc_pdev; member
232 pcf50633_client_dev_register(pcf, "pcf50633-rtc", &pcf->rtc_pdev); in pcf50633_probe()285 platform_device_unregister(pcf->rtc_pdev); in pcf50633_remove()
151 struct platform_device *rtc_pdev; member