Searched refs:mv64x60_sram_err_probe (Results 1 – 1 of 1) sorted by relevance
272 static int mv64x60_sram_err_probe(struct platform_device *pdev) in mv64x60_sram_err_probe() function279 if (!devres_open_group(&pdev->dev, mv64x60_sram_err_probe, GFP_KERNEL)) in mv64x60_sram_err_probe()286 devres_release_group(&pdev->dev, mv64x60_sram_err_probe); in mv64x60_sram_err_probe()360 devres_remove_group(&pdev->dev, mv64x60_sram_err_probe); in mv64x60_sram_err_probe()370 devres_release_group(&pdev->dev, mv64x60_sram_err_probe); in mv64x60_sram_err_probe()388 .probe = mv64x60_sram_err_probe,