Symbol: of_platform_device_destroy
drivers/bus/imx-weim.c
362
of_platform_device_destroy(&pdev->dev, NULL);
drivers/macintosh/therm_windtunnel.c
552
of_platform_device_destroy(&x.of_dev->dev, NULL);
drivers/mmc/host/cavium-octeon.c
294
of_platform_device_destroy(&host->slot_pdev[i]->dev, NULL);
drivers/mmc/host/cavium-thunderx.c
162
of_platform_device_destroy(&host->slot_pdev[i]->dev, NULL);
drivers/mmc/host/meson-mx-sdio.c
730
of_platform_device_destroy(&slot_pdev->dev, NULL);
drivers/mmc/host/meson-mx-sdio.c
743
of_platform_device_destroy(slot_dev, NULL);
drivers/net/ethernet/ti/am65-cpsw-nuss.c
3664
of_platform_device_destroy(common->mdio_dev, NULL);
drivers/net/ethernet/ti/am65-cpsw-nuss.c
3704
of_platform_device_destroy(common->mdio_dev, NULL);
drivers/of/platform.c
615
device_for_each_child(dev, NULL, of_platform_device_destroy);
drivers/of/platform.c
629
EXPORT_SYMBOL_GPL(of_platform_device_destroy);
drivers/of/platform.c
643
device_for_each_child_reverse(parent, NULL, of_platform_device_destroy);
drivers/of/platform.c
772
of_platform_device_destroy(&pdev->dev, &children_left);
drivers/phy/ti/phy-j721e-wiz.c
1654
of_platform_device_destroy(&serdes_pdev->dev, NULL);
drivers/remoteproc/qcom_q6v5_mss.c
2190
of_platform_device_destroy(&qproc->bam_dmux->dev, NULL);
drivers/usb/misc/onboard_usb_dev_pdevs.c
114
of_platform_device_destroy(&pdev->dev, NULL);
drivers/usb/misc/onboard_usb_dev_pdevs.c
140
of_platform_device_destroy(&pdle->pdev->dev, NULL);
include/linux/of_platform.h
78
extern int of_platform_device_destroy(struct device *dev, void *data);