Searched refs:of_platform_device_destroy (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/of/ |
| A D | platform.c | 558 int of_platform_device_destroy(struct device *dev, void *data) in of_platform_device_destroy() function 566 device_for_each_child(dev, NULL, of_platform_device_destroy); in of_platform_device_destroy() 580 EXPORT_SYMBOL_GPL(of_platform_device_destroy); 594 device_for_each_child_reverse(parent, NULL, of_platform_device_destroy); in of_platform_depopulate() 715 of_platform_device_destroy(&pdev->dev, &children_left); in of_platform_notify()
|
| /linux/include/linux/ |
| A D | of_platform.h | 69 extern int of_platform_device_destroy(struct device *dev, void *data);
|
| /linux/drivers/mmc/host/ |
| A D | cavium-thunderx.c | 159 of_platform_device_destroy(&host->slot_pdev[i]->dev, NULL); in thunder_mmc_probe()
|
| A D | meson-mx-sdio.c | 722 of_platform_device_destroy(&slot_pdev->dev, NULL); in meson_mx_mmc_probe() 735 of_platform_device_destroy(slot_dev, NULL); in meson_mx_mmc_remove()
|
| A D | cavium-octeon.c | 291 of_platform_device_destroy(&host->slot_pdev[i]->dev, NULL); in octeon_mmc_probe()
|
| /linux/drivers/phy/ti/ |
| A D | phy-j721e-wiz.c | 1325 of_platform_device_destroy(&serdes_pdev->dev, NULL); in wiz_remove()
|
| /linux/drivers/net/ethernet/ti/ |
| A D | am65-cpsw-nuss.c | 2774 of_platform_device_destroy(common->mdio_dev, NULL); in am65_cpsw_nuss_probe() 2803 of_platform_device_destroy(common->mdio_dev, NULL); in am65_cpsw_nuss_remove()
|
| /linux/ |
| A D | vmlinux.symvers | 5488 0x00000000 of_platform_device_destroy vmlinux EXPORT_SYMBOL_GPL
|
| A D | System.map | 47639 ffff800010ccf960 T of_platform_device_destroy
|
| A D | .tmp_System.map | 47639 ffff800010ccf960 T of_platform_device_destroy
|
Completed in 332 milliseconds