Searched refs:rtc_pdev (Results 1 – 5 of 5) sorted by relevance
81 ec->rtc_pdev = platform_device_register_data(dev, "rtc-wilco-ec", in wilco_ec_probe()84 if (IS_ERR(ec->rtc_pdev)) { in wilco_ec_probe()86 ret = PTR_ERR(ec->rtc_pdev); in wilco_ec_probe()111 platform_device_unregister(ec->rtc_pdev); in wilco_ec_probe()125 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()113 dev_err(&rtc_pdev->dev, in stmp3xxx_wdt_register()117 static void stmp3xxx_wdt_register(struct platform_device *rtc_pdev) in stmp3xxx_wdt_register() argument
43 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