Searched refs:ata_host_alloc_pinfo (Results 1 - 25 of 28) sorted by relevance

12

/drivers/ata/
H A Dpata_cs5520.c157 host = ata_host_alloc_pinfo(&pdev->dev, ppi, 2);
H A Dpata_hpt3x3.c209 host = ata_host_alloc_pinfo(&pdev->dev, ppi, 2);
H A Dsata_uli.c166 host = ata_host_alloc_pinfo(&pdev->dev, ppi, n_ports);
H A Dacard-ahci.c462 host = ata_host_alloc_pinfo(&pdev->dev, ppi, n_ports);
H A Dlibahci_platform.c446 host = ata_host_alloc_pinfo(dev, ppi, n_ports);
H A Dpata_atp867x.c509 host = ata_host_alloc_pinfo(&pdev->dev, ppi, ATP867X_NUM_PORTS);
H A Dpata_sil680.c371 host = ata_host_alloc_pinfo(&pdev->dev, ppi, 2);
H A Dsata_svw.c449 host = ata_host_alloc_pinfo(&pdev->dev, ppi, n_ports);
H A Dsata_vsc.c355 host = ata_host_alloc_pinfo(&pdev->dev, ppi, 4);
H A Dpata_pdc2027x.c719 host = ata_host_alloc_pinfo(&pdev->dev, ppi, 2);
H A Dpdc_adma.c621 host = ata_host_alloc_pinfo(&pdev->dev, ppi, ADMA_PORTS);
H A Dsata_highbank.c538 host = ata_host_alloc_pinfo(dev, ppi, n_ports);
H A Dsata_qstor.c597 host = ata_host_alloc_pinfo(&pdev->dev, ppi, QS_PORTS);
H A Dsata_sil.c757 host = ata_host_alloc_pinfo(&pdev->dev, ppi, n_ports);
H A Dsata_via.c488 *r_host = host = ata_host_alloc_pinfo(&pdev->dev, ppi, ARRAY_SIZE(ppi));
H A Dpata_macio.c1057 priv->host = ata_host_alloc_pinfo(priv->dev, ppi, 1);
H A Dpata_scc.c1067 host = ata_host_alloc_pinfo(&pdev->dev, ppi, 1);
H A Dsata_inic162x.c825 host = ata_host_alloc_pinfo(&pdev->dev, ppi, NR_PORTS);
H A Dahci.c1416 host = ata_host_alloc_pinfo(&pdev->dev, ppi, n_ports);
H A Dpata_bf54x.c1575 host = ata_host_alloc_pinfo(&pdev->dev, ppi, 1);
H A Dsata_fsl.c1503 host = ata_host_alloc_pinfo(&ofdev->dev, ppi, SATA_FSL_MAX_PORTS);
H A Dsata_promise.c1221 host = ata_host_alloc_pinfo(&pdev->dev, ppi, n_ports);
H A Dsata_sil24.c1307 host = ata_host_alloc_pinfo(&pdev->dev, ppi,
H A Dsata_sx4.c1446 host = ata_host_alloc_pinfo(&pdev->dev, ppi, 4);
H A Dsata_dwc_460ex.c1702 host = ata_host_alloc_pinfo(&ofdev->dev, ppi, SATA_DWC_MAX_PORTS);
1704 dev_err(&ofdev->dev, "ata_host_alloc_pinfo failed\n");

Completed in 423 milliseconds

12