Searched refs:ata_host_alloc_pinfo (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/ata/ |
| H A D | pata_hpt3x3.c | 209 host = ata_host_alloc_pinfo(&pdev->dev, ppi, 2); in hpt3x3_init_one()
|
| H A D | pata_cs5520.c | 150 host = ata_host_alloc_pinfo(&pdev->dev, ppi, 2); in cs5520_init_one()
|
| H A D | pata_ixp4xx_cf.c | 259 ixpp->host = ata_host_alloc_pinfo(dev, ppi, 1); in ixp4xx_pata_probe()
|
| H A D | pata_sil680.c | 368 host = ata_host_alloc_pinfo(&pdev->dev, ppi, 2); in sil680_init_one()
|
| H A D | sata_dwc_460ex.c | 1131 host = ata_host_alloc_pinfo(dev, ppi, SATA_DWC_MAX_PORTS); in sata_dwc_probe()
|
| H A D | sata_mv.c | 4065 host = ata_host_alloc_pinfo(&pdev->dev, ppi, n_ports); in mv_platform_probe() 4359 host = ata_host_alloc_pinfo(&pdev->dev, ppi, n_ports); in mv_pci_init_one()
|
| H A D | libata-core.c | 5948 struct ata_host *ata_host_alloc_pinfo(struct device *dev, in ata_host_alloc_pinfo() function 5979 EXPORT_SYMBOL_GPL(ata_host_alloc_pinfo);
|
| /linux/drivers/ata/pata_parport/ |
| H A D | pata_parport.c | 548 host = ata_host_alloc_pinfo(&pi->pardev->dev, ppi, 1); in pi_init_one()
|
| /linux/include/linux/ |
| H A D | libata.h | 1145 extern struct ata_host *ata_host_alloc_pinfo(struct device *dev,
|