Symbol: ata_host_alloc_pinfo
drivers/ata/acard-ahci.c
412
host = ata_host_alloc_pinfo(&pdev->dev, ppi, n_ports);
drivers/ata/ahci.c
2072
host = ata_host_alloc_pinfo(&pdev->dev, ppi, n_ports);
drivers/ata/libahci_platform.c
737
host = ata_host_alloc_pinfo(dev, ppi, n_ports);
drivers/ata/libata-core.c
5858
EXPORT_SYMBOL_GPL(ata_host_alloc_pinfo);
drivers/ata/libata-sff.c
2228
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
556
host = ata_host_alloc_pinfo(&pi->pardev->dev, ppi, 1);
drivers/ata/pata_pdc2027x.c
696
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
559
host = ata_host_alloc_pinfo(&pdev->dev, ppi, ADMA_PORTS);
drivers/ata/sata_dwc_460ex.c
1141
host = ata_host_alloc_pinfo(dev, ppi, SATA_DWC_MAX_PORTS);
drivers/ata/sata_fsl.c
1475
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
829
host = ata_host_alloc_pinfo(&pdev->dev, ppi, NR_PORTS);
drivers/ata/sata_mv.c
4068
host = ata_host_alloc_pinfo(&pdev->dev, ppi, n_ports);
drivers/ata/sata_mv.c
4382
host = ata_host_alloc_pinfo(&pdev->dev, ppi, n_ports);
drivers/ata/sata_promise.c
1186
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
745
host = ata_host_alloc_pinfo(&pdev->dev, ppi, n_ports);
drivers/ata/sata_sil24.c
1297
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
150
host = ata_host_alloc_pinfo(&pdev->dev, ppi, n_ports);
drivers/ata/sata_via.c
492
*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
1133
extern struct ata_host *ata_host_alloc_pinfo(struct device *dev,