Searched refs:ata_host_alloc (Results 1 - 21 of 21) sorted by relevance

/drivers/ata/
H A Dpata_palmld.c59 host = ata_host_alloc(&pdev->dev, 1);
H A Dpata_isapnp.c64 host = ata_host_alloc(&idev->dev, 1);
H A Dpata_mpiix.c162 host = ata_host_alloc(&dev->dev, 1);
H A Dpata_ninja32.c109 host = ata_host_alloc(&dev->dev, 1);
H A Dpata_rb532_cf.c139 ah = ata_host_alloc(&pdev->dev, RB500_CF_MAXPORTS);
H A Dpata_imx.c121 host = ata_host_alloc(&pdev->dev, 1);
H A Dpata_ixp4xx_cf.c156 host = ata_host_alloc(&pdev->dev, 1);
H A Dpata_platform.c127 host = ata_host_alloc(dev, 1);
H A Dpata_at32.c188 host = ata_host_alloc(dev, 1);
H A Dpata_at91.c346 host = ata_host_alloc(dev, 1);
H A Dpata_pcmcia.c261 host = ata_host_alloc(&pdev->dev, n_ports);
H A Dpata_pxa.c286 host = ata_host_alloc(&pdev->dev, 1);
H A Dpata_icside.c454 host = ata_host_alloc(&ec->dev, info->nr_ports);
H A Dpata_samsung_cf.c532 host = ata_host_alloc(dev, 1);
H A Dpata_arasan_cf.c844 host = ata_host_alloc(&pdev->dev, 1);
H A Dpata_ep93xx.c955 host = ata_host_alloc(&pdev->dev, 1);
H A Dpata_legacy.c980 host = ata_host_alloc(&pdev->dev, 1);
H A Dpata_mpc52xx.c633 host = ata_host_alloc(dev, 1);
H A Dpata_octeon_cf.c945 host = ata_host_alloc(&pdev->dev, 1);
H A Dsata_rcar.c903 host = ata_host_alloc(&pdev->dev, 1);
905 dev_err(&pdev->dev, "ata_host_alloc failed\n");
H A Dlibata-core.c5695 * ata_host_alloc - allocate and init basic ATA host resources
5714 struct ata_host *ata_host_alloc(struct device *dev, int max_ports) function
5784 host = ata_host_alloc(dev, n_ports);
6098 * ata_host_alloc() and fully initialized by LLD. This function
6857 EXPORT_SYMBOL_GPL(ata_host_alloc); variable

Completed in 98 milliseconds