Searched refs:ppi (Results 26 - 50 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_radisys.c266 const struct ata_port_info *ppi[] = { &info, NULL }; local
272 return ata_pci_init_one(pdev, ppi);
H A Dpata_sc1200.c255 const struct ata_port_info *ppi[] = { &info, &ata_dummy_port_info }; local
257 return ata_pci_init_one(dev, ppi);
H A Dpata_triflex.c243 const struct ata_port_info *ppi[] = { &info, NULL }; local
249 return ata_pci_init_one(dev, ppi);
H A Dsata_uli.c186 const struct ata_port_info *ppi[] = { &uli_port_info, NULL }; local
206 host = ata_host_alloc_pinfo(&pdev->dev, ppi, n_ports);
H A Dlibata-sff.c678 * @ppi: array of port_info, must be enough for two ports
691 const struct ata_port_info * const * ppi,
700 host = ata_host_alloc_pinfo(&pdev->dev, ppi, 2);
950 * @ppi: array of port_info, must be enough for two ports
971 const struct ata_port_info * const * ppi)
983 for (i = 0; i < 2 && ppi[i]; i++) {
984 if (ppi[i]->port_ops != &ata_dummy_port_ops) {
985 pi = ppi[i];
1025 host = ata_host_alloc_pinfo(dev, ppi, 2);
690 ata_pci_prepare_native_host(struct pci_dev *pdev, const struct ata_port_info * const * ppi, struct ata_host **r_host) argument
970 ata_pci_init_one(struct pci_dev *pdev, const struct ata_port_info * const * ppi) argument
H A Dpata_optidma.c495 const struct ata_port_info *ppi[] = { &info_82c700, NULL }; local
507 ppi[0] = &info_82c700_udma;
509 return ata_pci_init_one(dev, ppi);
H A Dsata_svw.c401 const struct ata_port_info *ppi[] = local
412 if (ppi[0]->flags & K2_FLAG_SATA_8_PORTS)
415 host = ata_host_alloc_pinfo(&pdev->dev, ppi, n_ports);
H A Dpata_it821x.c720 const struct ata_port_info *ppi[] = { NULL, NULL }; local
733 ppi[0] = &info_passthru;
735 ppi[0] = &info_smart;
737 return ata_pci_init_one(pdev, ppi);
H A Dpata_hpt366.c403 const struct ata_port_info *ppi[] = { &info, NULL }; local
434 return ata_pci_init_one(dev, ppi);
H A Dpata_pdc202xx_old.c345 const struct ata_port_info *ppi[] = { &info[id->driver_data], NULL }; local
357 return ata_pci_init_one(dev, ppi);
H A Dpata_amd.c623 const struct ata_port_info *ppi[] = { NULL, NULL }; local
655 ppi[0] = &info[type];
656 return ata_pci_init_one(pdev, ppi);
H A Dpata_hpt3x2n.c500 const struct ata_port_info *ppi[] = { &port, NULL }; local
601 return ata_pci_init_one(dev, ppi);
H A Dsata_vsc.c377 const struct ata_port_info *ppi[] = { &pi, NULL }; local
388 host = ata_host_alloc_pinfo(&pdev->dev, ppi, 4);
H A Dsata_promise.c928 const struct ata_port_info *ppi[PDC_MAX_PORTS]; local
954 ppi[i] = pi;
959 ppi[n_ports++] = pi + 1;
964 host = ata_host_alloc_pinfo(&pdev->dev, ppi, n_ports);
H A Dpata_pdc2027x.c789 const struct ata_port_info *ppi[] = local
799 host = ata_host_alloc_pinfo(&pdev->dev, ppi, 2);
H A Dpata_via.c490 const struct ata_port_info *ppi[] = { &type, NULL }; local
570 return ata_pci_init_one(pdev, ppi);
H A Dpdc_adma.c608 const struct ata_port_info *ppi[] = { &adma_port_info[board_idx], NULL }; local
617 host = ata_host_alloc_pinfo(&pdev->dev, ppi, ADMA_PORTS);
H A Dsata_inic162x.c668 const struct ata_port_info *ppi[] = { &inic_port_info, NULL }; local
678 host = ata_host_alloc_pinfo(&pdev->dev, ppi, NR_PORTS);
H A Dsata_qstor.c606 const struct ata_port_info *ppi[] = { &qs_port_info[board_idx], NULL }; local
614 host = ata_host_alloc_pinfo(&pdev->dev, ppi, QS_PORTS);
H A Dsata_sil.c640 const struct ata_port_info *ppi[] = { &sil_port_info[board_id], NULL }; local
654 host = ata_host_alloc_pinfo(&pdev->dev, ppi, n_ports);
H A Dsata_sil24.c1020 const struct ata_port_info *ppi[] = { &pi, NULL }; local
1052 host = ata_host_alloc_pinfo(&pdev->dev, ppi,
1053 SIL24_FLAG2NPORTS(ppi[0]->flags));
H A Dsata_nv.c1534 const struct ata_port_info *ppi[] = { NULL, NULL }; local
1562 ppi[0] = &nv_port_info[type];
1563 rc = ata_pci_prepare_native_host(pdev, ppi, &host);
1606 return ata_host_activate(host, pdev->irq, ppi[0]->irq_handler,
1607 IRQF_SHARED, ppi[0]->sht);
H A Data_piix.c1027 const struct ata_port_info *ppi[] = { &port_info[0], &port_info[1] }; local
1085 return ata_pci_init_one(pdev, ppi);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dvqsplit.c254 float *ppi=_Nnow(entryindex[i]); local
261 q[k]=2*p[k]-ppi[k];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dlibata.h686 const struct ata_port_info * const * ppi);
698 const struct ata_port_info * const * ppi, int n_ports);
855 const struct ata_port_info * const * ppi,

Completed in 134 milliseconds

123