Symbol: ata_host_alloc_pinfo
drivers/ata/acard-ahci.c
414
host = ata_host_alloc_pinfo(&pdev->dev, ppi, n_ports);
drivers/ata/ahci.c
3022
host = ata_host_alloc_pinfo(&pdev->dev, ppi, n_ports);
drivers/ata/libahci_platform.c
734
host = ata_host_alloc_pinfo(dev, ppi, n_ports);
drivers/ata/libata-core.c
5900
EXPORT_SYMBOL_GPL(ata_host_alloc_pinfo);
drivers/ata/libata-sff.c
2229
host = ata_host_alloc_pinfo(&pdev->dev, ppi, 2);
drivers/ata/pata_atp867x.c
487
host = ata_host_alloc_pinfo(&pdev->dev, ppi, ATP867X_NUM_PORTS);
drivers/ata/pata_cs5520.c
150
host = ata_host_alloc_pinfo(&pdev->dev, ppi, 2);
drivers/ata/pata_ftide010.c
505
ftide->host = ata_host_alloc_pinfo(dev, ppi, 1);
drivers/ata/pata_hpt3x3.c
209
host = ata_host_alloc_pinfo(&pdev->dev, ppi, 2);
drivers/ata/pata_ixp4xx_cf.c
259
ixpp->host = ata_host_alloc_pinfo(dev, ppi, 1);
drivers/ata/pata_macio.c
1074
priv->host = ata_host_alloc_pinfo(priv->dev, ppi, 1);
drivers/ata/pata_parport/pata_parport.c
548
host = ata_host_alloc_pinfo(&pi->pardev->dev, ppi, 1);
drivers/ata/pata_pdc2027x.c
710
host = ata_host_alloc_pinfo(&pdev->dev, ppi, 2);
drivers/ata/pata_sil680.c
368
host = ata_host_alloc_pinfo(&pdev->dev, ppi, 2);
drivers/ata/pdc_adma.c
558
host = ata_host_alloc_pinfo(&pdev->dev, ppi, ADMA_PORTS);
drivers/ata/sata_dwc_460ex.c
1131
host = ata_host_alloc_pinfo(dev, ppi, SATA_DWC_MAX_PORTS);
drivers/ata/sata_fsl.c
1476
host = ata_host_alloc_pinfo(&ofdev->dev, ppi, SATA_FSL_MAX_PORTS);
drivers/ata/sata_highbank.c
526
host = ata_host_alloc_pinfo(dev, ppi, n_ports);
drivers/ata/sata_inic162x.c
830
host = ata_host_alloc_pinfo(&pdev->dev, ppi, NR_PORTS);
drivers/ata/sata_mv.c
4069
host = ata_host_alloc_pinfo(&pdev->dev, ppi, n_ports);
drivers/ata/sata_mv.c
4383
host = ata_host_alloc_pinfo(&pdev->dev, ppi, n_ports);
drivers/ata/sata_promise.c
1187
host = ata_host_alloc_pinfo(&pdev->dev, ppi, n_ports);
drivers/ata/sata_qstor.c
551
host = ata_host_alloc_pinfo(&pdev->dev, ppi, QS_PORTS);
drivers/ata/sata_sil.c
744
host = ata_host_alloc_pinfo(&pdev->dev, ppi, n_ports);
drivers/ata/sata_sil24.c
1301
host = ata_host_alloc_pinfo(&pdev->dev, ppi,
drivers/ata/sata_svw.c
426
host = ata_host_alloc_pinfo(&pdev->dev, ppi, n_ports);
drivers/ata/sata_sx4.c
1404
host = ata_host_alloc_pinfo(&pdev->dev, ppi, 4);
drivers/ata/sata_uli.c
149
host = ata_host_alloc_pinfo(&pdev->dev, ppi, n_ports);
drivers/ata/sata_via.c
512
*r_host = host = ata_host_alloc_pinfo(&pdev->dev, ppi, ARRAY_SIZE(ppi));
drivers/ata/sata_vsc.c
339
host = ata_host_alloc_pinfo(&pdev->dev, ppi, 4);
include/linux/libata.h
1135
extern struct ata_host *ata_host_alloc_pinfo(struct device *dev,