Lines Matching full:remove
405 int (*remove)(struct platform_device *pdev); member
410 .remove = dwc_qos_remove,
415 .remove = tegra_eqos_remove,
455 goto remove; in dwc_eth_dwmac_probe()
459 goto remove; in dwc_eth_dwmac_probe()
463 remove: in dwc_eth_dwmac_probe()
464 data->remove(pdev); in dwc_eth_dwmac_probe()
482 dev_err(&pdev->dev, "failed to remove platform: %d\n", err); in dwc_eth_dwmac_remove()
484 err = data->remove(pdev); in dwc_eth_dwmac_remove()
486 dev_err(&pdev->dev, "failed to remove subdriver: %d\n", err); in dwc_eth_dwmac_remove()
502 .remove = dwc_eth_dwmac_remove,