Searched refs:ppi (Results 51 - 57 of 57) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dpata_hpt37x.c942 const struct ata_port_info *ppi[] = { &port_info, NULL }; local
1141 return ata_pci_init_one(dev, ppi);
H A Dpata_scc.c1145 const struct ata_port_info *ppi[] = { &scc_port_info[board_idx], NULL }; local
1153 host = ata_host_alloc_pinfo(&pdev->dev, ppi, 1);
H A Dpata_sis.c866 const struct ata_port_info *ppi[] = { &port, NULL }; local
1011 return ata_pci_init_one(pdev, ppi);
H A Dsata_mv.c2351 const struct ata_port_info *ppi[] = { &mv_port_info[board_idx], NULL }; local
2360 n_ports = mv_get_hc_count(ppi[0]->flags) * MV_PORTS_PER_HC;
2362 host = ata_host_alloc_pinfo(&pdev->dev, ppi, n_ports);
H A Dsata_sx4.c1321 const struct ata_port_info *ppi[] = local
1332 host = ata_host_alloc_pinfo(&pdev->dev, ppi, 4);
H A Dahci.c1703 const struct ata_port_info *ppi[] = { &pi, NULL }; local
1741 host = ata_host_alloc_pinfo(&pdev->dev, ppi, fls(hpriv->port_map));
H A Dlibata-core.c6086 * @ppi: array of ATA port_info to initialize host with
6089 * Allocate ATA host and initialize with info from @ppi. If NULL
6090 * terminated, @ppi may contain fewer entries than @n_ports. The
6100 const struct ata_port_info * const * ppi,
6114 if (ppi[j])
6115 pi = ppi[j++];
6099 ata_host_alloc_pinfo(struct device *dev, const struct ata_port_info * const * ppi, int n_ports) argument

Completed in 88 milliseconds

123