Searched refs:of_platform_device_destroy (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/drivers/usb/misc/ |
H A D | onboard_usb_hub_pdevs.c | 113 of_platform_device_destroy(&pdev->dev, NULL); in onboard_hub_create_pdevs() 139 of_platform_device_destroy(&pdle->pdev->dev, NULL); in onboard_hub_destroy_pdevs()
|
/openbmc/linux/include/linux/ |
H A D | of_platform.h | 80 extern int of_platform_device_destroy(struct device *dev, void *data); 102 static inline int of_platform_device_destroy(struct device *dev, void *data) in of_platform_device_destroy() function
|
/openbmc/linux/drivers/of/ |
H A D | platform.c | 642 int of_platform_device_destroy(struct device *dev, void *data) in of_platform_device_destroy() function 650 device_for_each_child(dev, NULL, of_platform_device_destroy); in of_platform_device_destroy() 664 EXPORT_SYMBOL_GPL(of_platform_device_destroy); 678 device_for_each_child_reverse(parent, NULL, of_platform_device_destroy); in of_platform_depopulate() 804 of_platform_device_destroy(&pdev->dev, &children_left); in of_platform_notify()
|
/openbmc/linux/drivers/mmc/host/ |
H A D | cavium-thunderx.c | 162 of_platform_device_destroy(&host->slot_pdev[i]->dev, NULL); in thunder_mmc_probe()
|
H A D | cavium-octeon.c | 294 of_platform_device_destroy(&host->slot_pdev[i]->dev, NULL); in octeon_mmc_probe()
|
H A D | meson-mx-sdio.c | 727 of_platform_device_destroy(&slot_pdev->dev, NULL); in meson_mx_mmc_probe() 740 of_platform_device_destroy(slot_dev, NULL); in meson_mx_mmc_remove()
|
/openbmc/linux/drivers/bus/ |
H A D | imx-weim.c | 365 of_platform_device_destroy(&pdev->dev, NULL); in of_weim_notify()
|
/openbmc/linux/drivers/macintosh/ |
H A D | therm_windtunnel.c | 554 of_platform_device_destroy(&x.of_dev->dev, NULL); in g4fan_exit()
|
/openbmc/linux/drivers/net/ethernet/ti/ |
H A D | am65-cpsw-nuss.c | 3014 of_platform_device_destroy(common->mdio_dev, NULL); in am65_cpsw_nuss_probe() 3045 of_platform_device_destroy(common->mdio_dev, NULL); in am65_cpsw_nuss_remove()
|
/openbmc/linux/drivers/phy/ti/ |
H A D | phy-j721e-wiz.c | 1651 of_platform_device_destroy(&serdes_pdev->dev, NULL); in wiz_remove()
|
/openbmc/linux/drivers/remoteproc/ |
H A D | qcom_q6v5_mss.c | 2142 of_platform_device_destroy(&qproc->bam_dmux->dev, NULL); in q6v5_remove()
|