Lines Matching defs:ppi
2207 * @ppi: array of port_info, must be enough for two ports
2220 const struct ata_port_info * const *ppi,
2229 host = ata_host_alloc_pinfo(&pdev->dev, ppi, 2);
2351 const struct ata_port_info * const *ppi)
2356 for (i = 0; i < 2 && ppi[i]; i++)
2357 if (ppi[i]->port_ops != &ata_dummy_port_ops)
2358 return ppi[i];
2364 const struct ata_port_info * const *ppi,
2373 pi = ata_sff_find_valid_pi(ppi);
2389 rc = ata_pci_bmdma_prepare_host(pdev, ppi, &host);
2393 rc = ata_pci_sff_prepare_host(pdev, ppi, &host);
2418 * @ppi: array of port_info, must be enough for two ports
2438 const struct ata_port_info * const *ppi,
2441 return ata_pci_init_one(pdev, ppi, sht, host_priv, hflag, 0);
3121 * @ppi: array of port_info, must be enough for two ports
3134 const struct ata_port_info * const * ppi,
3139 rc = ata_pci_sff_prepare_host(pdev, ppi, r_host);
3151 * @ppi: array of port_info, must be enough for two ports
3166 const struct ata_port_info * const * ppi,
3170 return ata_pci_init_one(pdev, ppi, sht, host_priv, hflags, 1);