Searched refs:ata_platform_remove_one (Results 1 – 16 of 16) sorted by relevance
/linux-4.1.27/drivers/ata/ |
D | ahci_platform.c | 86 .remove = ata_platform_remove_one,
|
D | pata_of_platform.c | 87 .remove = ata_platform_remove_one,
|
D | pata_palmld.c | 114 ata_platform_remove_one(dev); in palmld_pata_remove()
|
D | ahci_da850.c | 110 .remove = ata_platform_remove_one,
|
D | ahci_mvebu.c | 122 .remove = ata_platform_remove_one,
|
D | ahci_sunxi.c | 259 .remove = ata_platform_remove_one,
|
D | pata_ixp4xx_cf.c | 198 .remove = ata_platform_remove_one,
|
D | pata_platform.c | 226 .remove = ata_platform_remove_one,
|
D | ahci_st.c | 245 .remove = ata_platform_remove_one,
|
D | ahci_tegra.c | 378 .remove = ata_platform_remove_one,
|
D | ahci_imx.c | 682 .remove = ata_platform_remove_one,
|
D | ahci_xgene.c | 738 .remove = ata_platform_remove_one,
|
D | sata_highbank.c | 634 .remove = ata_platform_remove_one,
|
D | pata_mpc52xx.c | 811 ata_platform_remove_one(op); in mpc52xx_ata_remove()
|
D | libata-core.c | 6445 int ata_platform_remove_one(struct platform_device *pdev) in ata_platform_remove_one() function 6971 EXPORT_SYMBOL_GPL(ata_platform_remove_one);
|
/linux-4.1.27/include/linux/ |
D | libata.h | 1258 extern int ata_platform_remove_one(struct platform_device *pdev);
|