Searched defs:r_host (Results 1 - 2 of 2) sorted by relevance

/drivers/ata/
H A Dsata_via.c458 static int vt6420_prepare_host(struct pci_dev *pdev, struct ata_host **r_host) argument
467 *r_host = host;
481 static int vt6421_prepare_host(struct pci_dev *pdev, struct ata_host **r_host) argument
488 *r_host = host = ata_host_alloc_pinfo(&pdev->dev, ppi, ARRAY_SIZE(ppi));
515 static int vt8251_prepare_host(struct pci_dev *pdev, struct ata_host **r_host) argument
524 *r_host = host;
H A Dlibata-sff.c2355 * @r_host: out argument for the initialized ATA host
2368 struct ata_host **r_host)
2388 *r_host = host;
3251 * @r_host: out argument for the initialized ATA host
3264 struct ata_host **r_host)
3268 rc = ata_pci_sff_prepare_host(pdev, ppi, r_host);
3272 ata_pci_bmdma_init(*r_host);
2366 ata_pci_sff_prepare_host(struct pci_dev *pdev, const struct ata_port_info * const *ppi, struct ata_host **r_host) argument
3262 ata_pci_bmdma_prepare_host(struct pci_dev *pdev, const struct ata_port_info * const * ppi, struct ata_host **r_host) argument

Completed in 213 milliseconds