Home
last modified time | relevance | path

Searched refs:of_platform_device_destroy (Results 1 – 10 of 10) sorted by relevance

/Linux-v6.1/drivers/usb/misc/
Donboard_usb_hub_pdevs.c113 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()
/Linux-v6.1/include/linux/
Dof_platform.h74 extern int of_platform_device_destroy(struct device *dev, void *data);
96 static inline int of_platform_device_destroy(struct device *dev, void *data) in of_platform_device_destroy() function
/Linux-v6.1/drivers/of/
Dplatform.c605 int of_platform_device_destroy(struct device *dev, void *data) in of_platform_device_destroy() function
613 device_for_each_child(dev, NULL, of_platform_device_destroy); in of_platform_device_destroy()
627 EXPORT_SYMBOL_GPL(of_platform_device_destroy);
641 device_for_each_child_reverse(parent, NULL, of_platform_device_destroy); in of_platform_depopulate()
762 of_platform_device_destroy(&pdev->dev, &children_left); in of_platform_notify()
/Linux-v6.1/drivers/mmc/host/
Dcavium-thunderx.c161 of_platform_device_destroy(&host->slot_pdev[i]->dev, NULL); in thunder_mmc_probe()
Dcavium-octeon.c292 of_platform_device_destroy(&host->slot_pdev[i]->dev, NULL); in octeon_mmc_probe()
Dmeson-mx-sdio.c727 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()
/Linux-v6.1/drivers/bus/
Dimx-weim.c360 of_platform_device_destroy(&pdev->dev, NULL); in of_weim_notify()
/Linux-v6.1/drivers/net/ethernet/ti/
Dam65-cpsw-nuss.c2807 of_platform_device_destroy(common->mdio_dev, NULL); in am65_cpsw_nuss_probe()
2835 of_platform_device_destroy(common->mdio_dev, NULL); in am65_cpsw_nuss_remove()
/Linux-v6.1/drivers/phy/ti/
Dphy-j721e-wiz.c1565 of_platform_device_destroy(&serdes_pdev->dev, NULL); in wiz_remove()
/Linux-v6.1/drivers/remoteproc/
Dqcom_q6v5_mss.c2061 of_platform_device_destroy(&qproc->bam_dmux->dev, NULL); in q6v5_remove()