| /linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
| H A D | phy_hal.h | 170 void wlc_phy_detach(struct brcms_phy_pub *ppi); 177 void wlc_phy_hw_clk_state_upd(struct brcms_phy_pub *ppi, bool newstate); 178 void wlc_phy_hw_state_upd(struct brcms_phy_pub *ppi, bool newstate); 179 void wlc_phy_init(struct brcms_phy_pub *ppi, u16 chanspec); 180 void wlc_phy_watchdog(struct brcms_phy_pub *ppi); 181 int wlc_phy_down(struct brcms_phy_pub *ppi); 183 void wlc_phy_cal_init(struct brcms_phy_pub *ppi); 184 void wlc_phy_antsel_init(struct brcms_phy_pub *ppi, bool lut_init); 186 void wlc_phy_chanspec_set(struct brcms_phy_pub *ppi, u16 chanspec); 187 u16 wlc_phy_chanspec_get(struct brcms_phy_pub *ppi); [all …]
|
| H A D | phy_cmn.c | 666 void wlc_phy_por_inform(struct brcms_phy_pub *ppi) in wlc_phy_por_inform() argument 668 struct brcms_phy *pi = container_of(ppi, struct brcms_phy, pubpi_ro); in wlc_phy_por_inform() 1091 void wlc_phy_bw_state_set(struct brcms_phy_pub *ppi, u16 bw) in wlc_phy_bw_state_set() argument 1093 struct brcms_phy *pi = container_of(ppi, struct brcms_phy, pubpi_ro); in wlc_phy_bw_state_set() 1098 void wlc_phy_chanspec_radio_set(struct brcms_phy_pub *ppi, u16 newch) in wlc_phy_chanspec_radio_set() argument 1100 struct brcms_phy *pi = container_of(ppi, struct brcms_phy, pubpi_ro); in wlc_phy_chanspec_radio_set() 1105 u16 wlc_phy_chanspec_get(struct brcms_phy_pub *ppi) in wlc_phy_chanspec_get() argument 1107 struct brcms_phy *pi = container_of(ppi, struct brcms_phy, pubpi_ro); in wlc_phy_chanspec_get() 1112 void wlc_phy_chanspec_set(struct brcms_phy_pub *ppi, u16 chanspec) in wlc_phy_chanspec_set() argument 1114 struct brcms_phy *pi = container_of(ppi, struct brcms_phy, pubpi_ro); in wlc_phy_chanspec_set() [all …]
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-driver-ppi | 1 What: /sys/class/tpm/tpmX/ppi/ 14 In Linux 4.2 ppi was moved to the character device directory. 15 A symlink from tpmX/device/ppi to tpmX/ppi to provide backwards 18 What: /sys/class/tpm/tpmX/ppi/version 26 What: /sys/class/tpm/tpmX/ppi/request 36 What: /sys/class/tpm/tpmX/ppi/response 45 What: /sys/class/tpm/tpmX/ppi/transition_action 55 What: /sys/class/tpm/tpmX/ppi/tcg_operations 66 What: /sys/class/tpm/tpmX/ppi/vs_operations
|
| /linux/drivers/ata/ |
| H A D | pata_hpt37x.c | 800 const struct ata_port_info *ppi[] = { NULL, NULL }; in hpt37x_init_one() local 829 ppi[0] = &info_hpt370; in hpt37x_init_one() 834 ppi[0] = &info_hpt370a; in hpt37x_init_one() 839 ppi[0] = &info_hpt372; in hpt37x_init_one() 853 ppi[0] = &info_hpt372; in hpt37x_init_one() 860 ppi[0] = &info_hpt302; in hpt37x_init_one() 867 ppi[0] = &info_hpt302; in hpt37x_init_one() 880 *ppi = &info_hpt374_fn0; in hpt37x_init_one() 882 *ppi = &info_hpt374_fn1; in hpt37x_init_one() 951 dpll = (ppi[0]->udma_mask & 0xC0) ? 3 : 2; in hpt37x_init_one() [all …]
|
| H A D | pata_ali.c | 552 const struct ata_port_info *ppi[] = { NULL, NULL }; in ali_init_one() local 566 ppi[0] = &info_early; in ali_init_one() 568 ppi[0] = &info_20; in ali_init_one() 570 ppi[0] = &info_c2; in ali_init_one() 572 ppi[0] = &info_c3; in ali_init_one() 574 ppi[0] = &info_c4; in ali_init_one() 576 ppi[0] = &info_c5; in ali_init_one() 584 ppi[0] = &info_20_udma; in ali_init_one() 587 if (!ppi[0]->mwdma_mask && !ppi[0]->udma_mask) in ali_init_one() 588 return ata_pci_sff_init_one(pdev, ppi, &ali_sht, NULL, 0); in ali_init_one() [all …]
|
| H A D | pata_cs5520.c | 119 const struct ata_port_info *ppi[2]; in cs5520_init_one() local 137 ppi[0] = ppi[1] = &ata_dummy_port_info; in cs5520_init_one() 139 ppi[0] = π in cs5520_init_one() 141 ppi[1] = π in cs5520_init_one() 150 host = ata_host_alloc_pinfo(&pdev->dev, ppi, 2); in cs5520_init_one()
|
| H A D | pata_cs5536.c | 255 const struct ata_port_info *ppi[2]; in cs5536_init_one() local 259 ppi[0] = &no_udma_info; in cs5536_init_one() 261 ppi[0] = &info; in cs5536_init_one() 263 ppi[1] = &ata_dummy_port_info; in cs5536_init_one() 275 return ata_pci_bmdma_init_one(dev, ppi, &cs5536_sht, NULL, 0); in cs5536_init_one()
|
| H A D | pata_marvell.c | 141 const struct ata_port_info *ppi[] = { &info, &info_sata }; in marvell_init_one() local 144 ppi[1] = &ata_dummy_port_info; in marvell_init_one() 153 return ata_pci_bmdma_init_one(pdev, ppi, &marvell_sht, NULL, 0); in marvell_init_one()
|
| H A D | pata_cs5530.c | 298 const struct ata_port_info *ppi[] = { &info, NULL }; in cs5530_init_one() local 310 ppi[1] = &info_palmax_secondary; in cs5530_init_one() 313 return ata_pci_bmdma_init_one(pdev, ppi, &cs5530_sht, NULL, 0); in cs5530_init_one()
|
| H A D | pata_rz1000.c | 93 const struct ata_port_info *ppi[] = { &info, NULL }; in rz1000_init_one() local 98 return ata_pci_sff_init_one(pdev, ppi, &rz1000_sht, NULL, 0); in rz1000_init_one()
|
| H A D | pata_piccolo.c | 95 const struct ata_port_info *ppi[] = { &info, &ata_dummy_port_info }; in ata_tosh_init_one() local 97 return ata_pci_bmdma_init_one(dev, ppi, &tosh_sht, NULL, 0); in ata_tosh_init_one()
|
| H A D | pata_sil680.c | 338 const struct ata_port_info *ppi[] = { &info, NULL }; in sil680_init_one() local 351 ppi[0] = &info_slow; in sil680_init_one() 368 host = ata_host_alloc_pinfo(&pdev->dev, ppi, 2); in sil680_init_one() 397 return ata_pci_bmdma_init_one(pdev, ppi, &sil680_sht, NULL, 0); in sil680_init_one()
|
| H A D | pata_sl82c105.c | 317 const struct ata_port_info *ppi[] = { &info_early, in sl82c105_init_one() local 335 ppi[0] = &info_dma; in sl82c105_init_one() 339 return ata_pci_bmdma_init_one(dev, ppi, &sl82c105_sht, NULL, 0); in sl82c105_init_one()
|
| H A D | pata_ns87410.c | 136 const struct ata_port_info *ppi[] = { &info, NULL }; in ns87410_init_one() local 137 return ata_pci_sff_init_one(dev, ppi, &ns87410_sht, NULL, 0); in ns87410_init_one()
|
| H A D | pata_atiixp.c | 282 const struct ata_port_info *ppi[] = { &info, &info }; in atiixp_init_one() local 286 ppi[1] = &ata_dummy_port_info; in atiixp_init_one() 288 return ata_pci_bmdma_init_one(pdev, ppi, &atiixp_sht, NULL, in atiixp_init_one()
|
| H A D | pata_cs5535.c | 174 const struct ata_port_info *ppi[] = { &info, &ata_dummy_port_info }; in cs5535_init_one() local 176 return ata_pci_bmdma_init_one(dev, ppi, &cs5535_sht, NULL, 0); in cs5535_init_one()
|
| H A D | pata_triflex.c | 184 const struct ata_port_info *ppi[] = { &info, NULL }; in triflex_init_one() local 188 return ata_pci_bmdma_init_one(dev, ppi, &triflex_sht, NULL, 0); in triflex_init_one()
|
| H A D | pata_ns87415.c | 358 const struct ata_port_info *ppi[] = { &info, NULL }; in ns87415_init_one() local 369 ppi[0] = &info87560; in ns87415_init_one() 379 return ata_pci_bmdma_init_one(pdev, ppi, &ns87415_sht, NULL, 0); in ns87415_init_one()
|
| H A D | pata_optidma.c | 416 const struct ata_port_info *ppi[] = { &info_82c700, NULL }; in optidma_init_one() local 431 ppi[0] = &info_82c700_udma; in optidma_init_one() 433 return ata_pci_bmdma_init_one(dev, ppi, &optidma_sht, NULL, 0); in optidma_init_one()
|
| H A D | pata_it821x.c | 910 const struct ata_port_info *ppi[] = { NULL, NULL }; in it821x_init_one() local 921 ppi[0] = &info_rdc_11; in it821x_init_one() 923 ppi[0] = &info_rdc; in it821x_init_one() 936 ppi[0] = &info_passthru; in it821x_init_one() 938 ppi[0] = &info_smart; in it821x_init_one() 940 return ata_pci_bmdma_init_one(pdev, ppi, &it821x_sht, NULL, 0); in it821x_init_one()
|
| H A D | pata_sc1200.c | 229 const struct ata_port_info *ppi[] = { &info, NULL }; in sc1200_init_one() local 231 return ata_pci_bmdma_init_one(dev, ppi, &sc1200_sht, NULL, 0); in sc1200_init_one()
|
| H A D | pata_oldpiix.c | 244 const struct ata_port_info *ppi[] = { &info, NULL }; in oldpiix_init_one() local 248 return ata_pci_bmdma_init_one(pdev, ppi, &oldpiix_sht, NULL, 0); in oldpiix_init_one()
|
| H A D | pata_efar.c | 273 const struct ata_port_info *ppi[] = { &info, &info }; in efar_init_one() local 277 return ata_pci_bmdma_init_one(pdev, ppi, &efar_sht, NULL, in efar_init_one()
|
| /linux/drivers/net/hyperv/ |
| H A D | rndis_filter.c | 373 struct rndis_per_packet_info *ppi; in rndis_get_ppi() local 387 if (rpkt->per_pkt_info_len < sizeof(*ppi) || in rndis_get_ppi() 394 ppi = (struct rndis_per_packet_info *)((ulong)rpkt + in rndis_get_ppi() 397 memcpy(ppi, data + RNDIS_HEADER_SIZE + rpkt->per_pkt_info_offset, rpkt->per_pkt_info_len); in rndis_get_ppi() 402 if (ppi->size > len) { in rndis_get_ppi() 403 netdev_err(ndev, "Invalid ppi size: %u\n", ppi->size); in rndis_get_ppi() 407 if (ppi->ppi_offset >= ppi->size) { in rndis_get_ppi() 408 netdev_err(ndev, "Invalid ppi_offset: %u\n", ppi->ppi_offset); in rndis_get_ppi() 412 if (ppi->type == type && ppi->internal == internal) { in rndis_get_ppi() 414 if (ppi->size - ppi->ppi_offset < ppi_size) { in rndis_get_ppi() [all …]
|
| /linux/drivers/nfc/st21nfca/ |
| H A D | dep.c | 68 u8 ppi; member 81 u8 ppi; member 165 atr_res->ppi = ST21NFCA_LR_BITS_PAYLOAD_SIZE_254B; in st21nfca_tm_send_atr_res() 170 atr_res->ppi |= ST21NFCA_GB_BIT; in st21nfca_tm_send_atr_res() 481 if (ST21NFCA_PP2LRI(atr_res->ppi) != info->dep_info.lri) in st21nfca_im_recv_atr_res_cb() 484 ST21NFCA_PP2LRI(atr_res->ppi)); in st21nfca_im_recv_atr_res_cb() 534 atr_req->ppi = ST21NFCA_LR_BITS_PAYLOAD_SIZE_254B; in st21nfca_im_send_atr_req() 536 atr_req->ppi |= ST21NFCA_GB_BIT; in st21nfca_im_send_atr_req() 548 info->dep_info.lri = ST21NFCA_PP2LRI(atr_req->ppi); in st21nfca_im_send_atr_req()
|