Home
last modified time | relevance | path

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

/linux/drivers/usb/misc/
H A Donboard_usb_dev_pdevs.c114 of_platform_device_destroy(&pdev->dev, NULL); in onboard_dev_create_pdevs()
140 of_platform_device_destroy(&pdle->pdev->dev, NULL); in onboard_dev_destroy_pdevs()
/linux/include/linux/
H A Dof_platform.h80 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
/linux/drivers/of/
H A Dplatform.c609 int of_platform_device_destroy(struct device *dev, void *data) in of_platform_device_destroy() function
617 device_for_each_child(dev, NULL, of_platform_device_destroy); in of_platform_device_destroy()
631 EXPORT_SYMBOL_GPL(of_platform_device_destroy);
645 device_for_each_child_reverse(parent, NULL, of_platform_device_destroy); in of_platform_depopulate()
774 of_platform_device_destroy(&pdev->dev, &children_left); in of_platform_notify()
/linux/drivers/mmc/host/
H A Dcavium-thunderx.c162 of_platform_device_destroy(&host->slot_pdev[i]->dev, NULL); in thunder_mmc_probe()
H A Dcavium-octeon.c294 of_platform_device_destroy(&host->slot_pdev[i]->dev, NULL); in octeon_mmc_probe()
H A 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/drivers/bus/
H A Dimx-weim.c362 of_platform_device_destroy(&pdev->dev, NULL); in of_weim_notify()
/linux/drivers/macintosh/
H A Dtherm_windtunnel.c552 of_platform_device_destroy(&x.of_dev->dev, NULL); in g4fan_exit()
/linux/drivers/phy/ti/
H A Dphy-j721e-wiz.c1652 of_platform_device_destroy(&serdes_pdev->dev, NULL); in wiz_remove()
/linux/drivers/net/ethernet/ti/
H A Dam65-cpsw-nuss.c3630 of_platform_device_destroy(common->mdio_dev, NULL); in am65_cpsw_nuss_probe()
3667 of_platform_device_destroy(common->mdio_dev, NULL); in am65_cpsw_nuss_remove()
/linux/drivers/remoteproc/
H A Dqcom_q6v5_mss.c2142 of_platform_device_destroy(&qproc->bam_dmux->dev, NULL); in q6v5_remove()