Searched defs:ppi (Results 51 - 75 of 77) sorted by relevance

1234

/drivers/ata/
H A Dpdc_adma.c613 const struct ata_port_info *ppi[] = { &adma_port_info[board_idx], NULL }; local
621 host = ata_host_alloc_pinfo(&pdev->dev, ppi, ADMA_PORTS);
H A Dsata_via.c460 const struct ata_port_info *ppi[] = { &vt6420_port_info, NULL }; local
464 rc = ata_pci_bmdma_prepare_host(pdev, ppi, &host);
483 const struct ata_port_info *ppi[] = local
488 *r_host = host = ata_host_alloc_pinfo(&pdev->dev, ppi, ARRAY_SIZE(ppi));
517 const struct ata_port_info *ppi[] = { &vt8251_port_info, NULL }; local
521 rc = ata_pci_bmdma_prepare_host(pdev, ppi, &host);
H A Dsata_highbank.c477 const struct ata_port_info *ppi[] = { &pi, NULL }; local
538 host = ata_host_alloc_pinfo(dev, ppi, n_ports);
H A Dsata_qstor.c590 const struct ata_port_info *ppi[] = { &qs_port_info[board_idx], NULL }; local
597 host = ata_host_alloc_pinfo(&pdev->dev, ppi, QS_PORTS);
H A Dsata_sil.c737 const struct ata_port_info *ppi[] = { &pi, NULL }; local
757 host = ata_host_alloc_pinfo(&pdev->dev, ppi, n_ports);
H A Data_piix.c1661 const struct ata_port_info *ppi[] = { &port_info[0], &port_info[1] }; local
1718 rc = ata_pci_bmdma_prepare_host(pdev, ppi, &host);
H A Dlibata-sff.c2354 * @ppi: array of port_info, must be enough for two ports
2367 const struct ata_port_info * const *ppi,
2376 host = ata_host_alloc_pinfo(&pdev->dev, ppi, 2);
2488 const struct ata_port_info * const *ppi)
2493 for (i = 0; i < 2 && ppi[i]; i++)
2494 if (ppi[i]->port_ops != &ata_dummy_port_ops)
2495 return ppi[i];
2501 const struct ata_port_info * const *ppi,
2512 pi = ata_sff_find_valid_pi(ppi);
2528 rc = ata_pci_bmdma_prepare_host(pdev, ppi,
2366 ata_pci_sff_prepare_host(struct pci_dev *pdev, const struct ata_port_info * const *ppi, struct ata_host **r_host) argument
2487 ata_sff_find_valid_pi( const struct ata_port_info * const *ppi) argument
2500 ata_pci_init_one(struct pci_dev *pdev, const struct ata_port_info * const *ppi, struct scsi_host_template *sht, void *host_priv, int hflags, bool bmdma) argument
2576 ata_pci_sff_init_one(struct pci_dev *pdev, const struct ata_port_info * const *ppi, struct scsi_host_template *sht, void *host_priv, int hflag) argument
3262 ata_pci_bmdma_prepare_host(struct pci_dev *pdev, const struct ata_port_info * const * ppi, struct ata_host **r_host) argument
3294 ata_pci_bmdma_init_one(struct pci_dev *pdev, const struct ata_port_info * const * ppi, struct scsi_host_template *sht, void *host_priv, int hflags) argument
[all...]
H A Dpata_bf54x.c1548 const struct ata_port_info *ppi[] = local
1575 host = ata_host_alloc_pinfo(&pdev->dev, ppi, 1);
H A Dpata_macio.c1034 const struct ata_port_info *ppi[] = { &pinfo, NULL }; local
1057 priv->host = ata_host_alloc_pinfo(priv->dev, ppi, 1);
H A Dpata_scc.c1061 const struct ata_port_info *ppi[] = { &scc_port_info[board_idx], NULL }; local
1067 host = ata_host_alloc_pinfo(&pdev->dev, ppi, 1);
H A Dsata_fsl.c1461 const struct ata_port_info *ppi[] = { &pi, NULL }; local
1503 host = ata_host_alloc_pinfo(&ofdev->dev, ppi, SATA_FSL_MAX_PORTS);
H A Dsata_inic162x.c813 const struct ata_port_info *ppi[] = { &inic_port_info, NULL }; local
825 host = ata_host_alloc_pinfo(&pdev->dev, ppi, NR_PORTS);
H A Dsata_promise.c1187 const struct ata_port_info *ppi[PDC_MAX_PORTS]; local
1213 ppi[i] = pi;
1218 ppi[n_ports++] = pi + 1;
1221 host = ata_host_alloc_pinfo(&pdev->dev, ppi, n_ports);
H A Dsata_sx4.c1437 const struct ata_port_info *ppi[] = local
1446 host = ata_host_alloc_pinfo(&pdev->dev, ppi, 4);
H A Dsata_dwc_460ex.c1668 const struct ata_port_info *ppi[] = { &pi, NULL }; local
1702 host = ata_host_alloc_pinfo(&ofdev->dev, ppi, SATA_DWC_MAX_PORTS);
H A Dsata_nv.c2355 const struct ata_port_info *ppi[] = { NULL, NULL }; local
2386 ppi[0] = &nv_port_info[type];
2387 ipriv = ppi[0]->private_data;
2388 rc = ata_pci_bmdma_prepare_host(pdev, ppi, &host);
H A Dsata_sil24.c1272 const struct ata_port_info *ppi[] = { &pi, NULL }; local
1307 host = ata_host_alloc_pinfo(&pdev->dev, ppi,
1308 SIL24_FLAG2NPORTS(ppi[0]->flags));
H A Dlibata-core.c5763 * @ppi: array of ATA port_info to initialize host with
5766 * Allocate ATA host and initialize with info from @ppi. If NULL
5767 * terminated, @ppi may contain fewer entries than @n_ports. The
5777 const struct ata_port_info * const * ppi,
5791 if (ppi[j])
5792 pi = ppi[j++];
5776 ata_host_alloc_pinfo(struct device *dev, const struct ata_port_info * const * ppi, int n_ports) argument
H A Dsata_mv.c4055 const struct ata_port_info *ppi[] = local
4091 host = ata_host_alloc_pinfo(&pdev->dev, ppi, n_ports);
4394 const struct ata_port_info *ppi[] = { &mv_port_info[board_idx], NULL }; local
4402 n_ports = mv_get_hc_count(ppi[0]->flags) * MV_PORTS_PER_HC;
4404 host = ata_host_alloc_pinfo(&pdev->dev, ppi, n_ports);
/drivers/net/hyperv/
H A Drndis_filter.c329 struct rndis_per_packet_info *ppi; local
335 ppi = (struct rndis_per_packet_info *)((ulong)rpkt +
340 if (ppi->type == type)
341 return (void *)((ulong)ppi + ppi->ppi_offset);
342 len -= ppi->size;
343 ppi = (struct rndis_per_packet_info *)((ulong)ppi + ppi->size);
H A Dnetvsc_drv.c135 struct rndis_per_packet_info *ppi; local
140 ppi = (struct rndis_per_packet_info *)((void *)rndis_pkt +
143 ppi->size = ppi_size;
144 ppi->type = pkt_type;
145 ppi->ppi_offset = sizeof(struct rndis_per_packet_info);
149 return ppi;
378 struct rndis_per_packet_info *ppi; local
446 ppi = init_ppi_data(rndis_msg, NDIS_HASH_PPI_SIZE,
448 *(u32 *)((void *)ppi + ppi
[all...]
/drivers/nfc/st21nfca/
H A Dst21nfca_dep.c74 u8 ppi; member in struct:st21nfca_atr_req
87 u8 ppi; member in struct:st21nfca_atr_res
173 atr_res->ppi = ST21NFCA_LR_BITS_PAYLOAD_SIZE_254B;
178 atr_res->ppi |= ST21NFCA_GB_BIT;
470 if (ST21NFCA_PP2LRI(atr_res->ppi) != info->dep_info.lri)
473 ST21NFCA_PP2LRI(atr_res->ppi));
523 atr_req->ppi = ST21NFCA_LR_BITS_PAYLOAD_SIZE_254B;
525 atr_req->ppi |= ST21NFCA_GB_BIT;
537 info->dep_info.lri = ST21NFCA_PP2LRI(atr_req->ppi);
/drivers/clocksource/
H A Darm_arch_timer.c556 int ppi; local
565 ppi = arch_timer_ppi[VIRT_PPI];
566 err = request_percpu_irq(ppi, arch_timer_handler_virt,
569 ppi = arch_timer_ppi[PHYS_SECURE_PPI];
570 err = request_percpu_irq(ppi, arch_timer_handler_phys,
573 ppi = arch_timer_ppi[PHYS_NONSECURE_PPI];
574 err = request_percpu_irq(ppi, arch_timer_handler_phys,
584 ppi, err);
/drivers/media/platform/blackfin/
H A Dbfin_capture.c44 #include <media/blackfin/ppi.h>
54 int dlen; /* data length for ppi in bits */
73 /* ppi interface */
74 struct ppi_if *ppi; member in struct:bcap_device
85 /* data length for ppi in bits */
103 /* used to wait ppi to complete one transfer */
367 struct ppi_if *ppi = bcap_dev->ppi; local
378 /* set ppi params */
410 ret = ppi
433 struct ppi_if *ppi = bcap_dev->ppi; local
519 struct ppi_if *ppi = dev_id; local
563 struct ppi_if *ppi = bcap_dev->ppi; local
[all...]
/drivers/net/wireless/brcm80211/brcmsmac/phy/
H A Dphy_cmn.c699 void wlc_phy_por_inform(struct brcms_phy_pub *ppi) argument
701 struct brcms_phy *pi = container_of(ppi, struct brcms_phy, pubpi_ro);
1150 u16 wlc_phy_bw_state_get(struct brcms_phy_pub *ppi) argument
1152 struct brcms_phy *pi = container_of(ppi, struct brcms_phy, pubpi_ro);
1157 void wlc_phy_bw_state_set(struct brcms_phy_pub *ppi, u16 bw) argument
1159 struct brcms_phy *pi = container_of(ppi, struct brcms_phy, pubpi_ro);
1164 void wlc_phy_chanspec_radio_set(struct brcms_phy_pub *ppi, u16 newch) argument
1166 struct brcms_phy *pi = container_of(ppi, struct brcms_phy, pubpi_ro);
1171 u16 wlc_phy_chanspec_get(struct brcms_phy_pub *ppi) argument
1173 struct brcms_phy *pi = container_of(ppi, struc
1178 wlc_phy_chanspec_set(struct brcms_phy_pub *ppi, u16 chanspec) argument
1226 wlc_phy_chanspec_ch14_widefilter_set(struct brcms_phy_pub *ppi, bool wide_filter) argument
1246 wlc_phy_chanspec_band_validch(struct brcms_phy_pub *ppi, uint band, struct brcms_chanvec *channels) argument
1268 wlc_phy_chanspec_band_firstch(struct brcms_phy_pub *ppi, uint band) argument
1312 wlc_phy_txpower_get(struct brcms_phy_pub *ppi, uint *qdbm, bool *override) argument
1322 wlc_phy_txpower_target_set(struct brcms_phy_pub *ppi, struct txpwr_limits *txpwr) argument
1372 wlc_phy_txpower_set(struct brcms_phy_pub *ppi, uint qdbm, bool override) argument
1407 wlc_phy_txpower_sromlimit(struct brcms_phy_pub *ppi, uint channel, u8 *min_pwr, u8 *max_pwr, int txp_rate_idx) argument
1456 wlc_phy_txpower_sromlimit_max_get(struct brcms_phy_pub *ppi, uint chan, u8 *max_txpwr, u8 *min_txpwr) argument
1488 wlc_phy_txpower_boardlimit_band(struct brcms_phy_pub *ppi, uint bandunit, s32 *max_pwr, s32 *min_pwr, u32 *step_pwr) argument
1494 wlc_phy_txpower_get_target_min(struct brcms_phy_pub *ppi) argument
1501 wlc_phy_txpower_get_target_max(struct brcms_phy_pub *ppi) argument
1813 wlc_phy_txpwr_percent_set(struct brcms_phy_pub *ppi, u8 txpwr_percent) argument
1820 wlc_phy_machwcap_set(struct brcms_phy_pub *ppi, u32 machwcap) argument
1827 wlc_phy_runbist_config(struct brcms_phy_pub *ppi, bool start_end) argument
1857 wlc_phy_txpower_limit_set(struct brcms_phy_pub *ppi, struct txpwr_limits *txpwr, u16 chanspec) argument
1946 wlc_phy_txpower_hw_ctrl_get(struct brcms_phy_pub *ppi) argument
1956 wlc_phy_txpower_hw_ctrl_set(struct brcms_phy_pub *ppi, bool hwpwrctrl) argument
2038 wlc_phy_txpower_get_current(struct brcms_phy_pub *ppi, struct tx_power *power, uint channel) argument
2137 wlc_phy_antsel_type_set(struct brcms_phy_pub *ppi, u8 antsel_type) argument
2144 wlc_phy_test_ison(struct brcms_phy_pub *ppi) argument
2151 wlc_phy_ant_rxdiv_set(struct brcms_phy_pub *ppi, u8 val) argument
2581 wlc_phy_set_deaf(struct brcms_phy_pub *ppi, bool user_flag) argument
2927 wlc_phy_ldpc_override_set(struct brcms_phy_pub *ppi, bool ldpc) argument
2945 wlc_phy_txpower_ipa_ison(struct brcms_phy_pub *ppi) argument
[all...]

Completed in 353 milliseconds

1234