Lines Matching refs:ppi
2213 * @ppi: array of port_info, must be enough for two ports
2226 const struct ata_port_info * const *ppi,
2235 host = ata_host_alloc_pinfo(&pdev->dev, ppi, 2);
2357 const struct ata_port_info * const *ppi)
2362 for (i = 0; i < 2 && ppi[i]; i++)
2363 if (ppi[i]->port_ops != &ata_dummy_port_ops)
2364 return ppi[i];
2370 const struct ata_port_info * const *ppi,
2379 pi = ata_sff_find_valid_pi(ppi);
2395 rc = ata_pci_bmdma_prepare_host(pdev, ppi, &host);
2399 rc = ata_pci_sff_prepare_host(pdev, ppi, &host);
2424 * @ppi: array of port_info, must be enough for two ports
2444 const struct ata_port_info * const *ppi,
2447 return ata_pci_init_one(pdev, ppi, sht, host_priv, hflag, 0);
3122 * @ppi: array of port_info, must be enough for two ports
3135 const struct ata_port_info * const * ppi,
3140 rc = ata_pci_sff_prepare_host(pdev, ppi, r_host);
3152 * @ppi: array of port_info, must be enough for two ports
3167 const struct ata_port_info * const * ppi,
3171 return ata_pci_init_one(pdev, ppi, sht, host_priv, hflags, 1);