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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dpata_cs5520.c226 host = ata_host_alloc_pinfo(&pdev->dev, ppi, 2);
H A Dsata_uli.c206 host = ata_host_alloc_pinfo(&pdev->dev, ppi, n_ports);
H A Dsata_svw.c415 host = ata_host_alloc_pinfo(&pdev->dev, ppi, n_ports);
H A Dsata_via.c441 *r_host = host = ata_host_alloc_pinfo(&pdev->dev, ppi, ARRAY_SIZE(ppi));
H A Dsata_vsc.c388 host = ata_host_alloc_pinfo(&pdev->dev, ppi, 4);
H A Dlibata-sff.c700 host = ata_host_alloc_pinfo(&pdev->dev, ppi, 2);
1025 host = ata_host_alloc_pinfo(dev, ppi, 2);
H A Dpata_pdc2027x.c799 host = ata_host_alloc_pinfo(&pdev->dev, ppi, 2);
H A Dpdc_adma.c617 host = ata_host_alloc_pinfo(&pdev->dev, ppi, ADMA_PORTS);
H A Dsata_inic162x.c678 host = ata_host_alloc_pinfo(&pdev->dev, ppi, NR_PORTS);
H A Dsata_qstor.c614 host = ata_host_alloc_pinfo(&pdev->dev, ppi, QS_PORTS);
H A Dsata_sil.c654 host = ata_host_alloc_pinfo(&pdev->dev, ppi, n_ports);
H A Dpata_scc.c1153 host = ata_host_alloc_pinfo(&pdev->dev, ppi, 1);
H A Dsata_promise.c964 host = ata_host_alloc_pinfo(&pdev->dev, ppi, n_ports);
H A Dsata_sil24.c1052 host = ata_host_alloc_pinfo(&pdev->dev, ppi,
H A Dsata_sx4.c1332 host = ata_host_alloc_pinfo(&pdev->dev, ppi, 4);
H A Dahci.c1741 host = ata_host_alloc_pinfo(&pdev->dev, ppi, fls(hpriv->port_map));
H A Dsata_mv.c2362 host = ata_host_alloc_pinfo(&pdev->dev, ppi, n_ports);
H A Dlibata-core.c6084 * ata_host_alloc_pinfo - alloc host and init with port_info array
6099 struct ata_host *ata_host_alloc_pinfo(struct device *dev, function
6745 EXPORT_SYMBOL_GPL(ata_host_alloc_pinfo); variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dlibata.h697 extern struct ata_host *ata_host_alloc_pinfo(struct device *dev,

Completed in 289 milliseconds