Lines Matching refs:ppi
2304 * @ppi: array of port_info, must be enough for two ports
2317 const struct ata_port_info * const *ppi,
2326 host = ata_host_alloc_pinfo(&pdev->dev, ppi, 2);
2448 const struct ata_port_info * const *ppi)
2453 for (i = 0; i < 2 && ppi[i]; i++)
2454 if (ppi[i]->port_ops != &ata_dummy_port_ops)
2455 return ppi[i];
2461 const struct ata_port_info * const *ppi,
2472 pi = ata_sff_find_valid_pi(ppi);
2488 rc = ata_pci_bmdma_prepare_host(pdev, ppi, &host);
2492 rc = ata_pci_sff_prepare_host(pdev, ppi, &host);
2517 * @ppi: array of port_info, must be enough for two ports
2537 const struct ata_port_info * const *ppi,
2540 return ata_pci_init_one(pdev, ppi, sht, host_priv, hflag, 0);
3208 * @ppi: array of port_info, must be enough for two ports
3221 const struct ata_port_info * const * ppi,
3226 rc = ata_pci_sff_prepare_host(pdev, ppi, r_host);
3238 * @ppi: array of port_info, must be enough for two ports
3253 const struct ata_port_info * const * ppi,
3257 return ata_pci_init_one(pdev, ppi, sht, host_priv, hflags, 1);