Searched refs:ata_platform_remove_one (Results 1 – 22 of 22) sorted by relevance
/openbmc/linux/drivers/ata/ |
H A D | pata_of_platform.c | 92 .remove_new = ata_platform_remove_one,
|
H A D | ahci_platform.c | 99 .remove_new = ata_platform_remove_one,
|
H A D | ahci_dm816.c | 185 .remove_new = ata_platform_remove_one,
|
H A D | ahci_mtk.c | 177 .remove_new = ata_platform_remove_one,
|
H A D | ahci_seattle.c | 188 .remove_new = ata_platform_remove_one,
|
H A D | ahci_da850.c | 241 .remove_new = ata_platform_remove_one,
|
H A D | ahci_mvebu.c | 248 .remove_new = ata_platform_remove_one,
|
H A D | ahci_sunxi.c | 295 .remove_new = ata_platform_remove_one,
|
H A D | ahci_st.c | 242 .remove_new = ata_platform_remove_one,
|
H A D | pata_platform.c | 226 .remove_new = ata_platform_remove_one,
|
H A D | pata_ixp4xx_cf.c | 300 .remove_new = ata_platform_remove_one,
|
H A D | ahci_ceva.c | 405 .remove_new = ata_platform_remove_one,
|
H A D | ahci_qoriq.c | 360 .remove_new = ata_platform_remove_one,
|
H A D | ahci_dwc.c | 481 .remove_new = ata_platform_remove_one,
|
H A D | ahci_brcm.c | 555 ata_platform_remove_one(pdev); in brcm_ahci_remove()
|
H A D | ahci_tegra.c | 611 .remove_new = ata_platform_remove_one,
|
H A D | sata_highbank.c | 617 .remove_new = ata_platform_remove_one,
|
H A D | ahci_xgene.c | 867 .remove_new = ata_platform_remove_one,
|
H A D | pata_mpc52xx.c | 811 ata_platform_remove_one(op); in mpc52xx_ata_remove()
|
H A D | ahci_imx.c | 1226 .remove_new = ata_platform_remove_one,
|
H A D | libata-core.c | 6289 void ata_platform_remove_one(struct platform_device *pdev) in ata_platform_remove_one() function 6295 EXPORT_SYMBOL_GPL(ata_platform_remove_one);
|
/openbmc/linux/include/linux/ |
H A D | libata.h | 1292 extern void ata_platform_remove_one(struct platform_device *pdev);
|