Searched refs:plat_dev (Results 1 – 1 of 1) sorted by relevance
119 static int test_probe(struct platform_device *plat_dev) in test_probe() argument123 rtd = devm_kzalloc(&plat_dev->dev, sizeof(*rtd), GFP_KERNEL); in test_probe()127 platform_set_drvdata(plat_dev, rtd); in test_probe()129 rtd->rtc = devm_rtc_allocate_device(&plat_dev->dev); in test_probe()133 switch (plat_dev->id) { in test_probe()