| /drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| A D | chip.c | 534 idx++, core->pub.id, core->pub.rev, core->pub.base, in brcmf_chip_cores_check() 614 if ((sr->pub.rev <= 7) || (sr->pub.rev == 12)) { in brcmf_chip_socram_ramsize() 776 pub); in brcmf_chip_get_raminfo() 791 pub); in brcmf_chip_get_raminfo() 797 ci->pub.rambase, ci->pub.ramsize, ci->pub.ramsize, in brcmf_chip_get_raminfo() 798 ci->pub.srsize, ci->pub.srsize); in brcmf_chip_get_raminfo() 994 brcmf_chip_name(ci->pub.chip, ci->pub.chiprev, in brcmf_chip_recognition() 995 ci->pub.name, sizeof(ci->pub.name)); in brcmf_chip_recognition() 1093 pub = &chip->pub; in brcmf_chip_setup() 1114 cc->pub.rev, pub->pmurev, pub->pmucaps); in brcmf_chip_setup() [all …]
|
| A D | chip.h | 74 int brcmf_chip_get_raminfo(struct brcmf_chip *pub); 79 struct brcmf_core *brcmf_chip_get_d11core(struct brcmf_chip *pub, u8 unit); 81 struct brcmf_core *brcmf_chip_get_pmu(struct brcmf_chip *pub); 88 bool brcmf_chip_sr_capable(struct brcmf_chip *pub);
|
| A D | cfg80211.c | 826 struct brcmf_pub *drvr = cfg->pub; in brcmf_apsta_add_vif() 916 if (cfg->pub->mon_if) { in brcmf_mon_add_vif() 941 ifp->drvr = cfg->pub; in brcmf_mon_add_vif() 953 cfg->pub->mon_if = ifp; in brcmf_mon_add_vif() 972 cfg->pub->mon_if = NULL; in brcmf_mon_del_vif() 984 struct brcmf_pub *drvr = cfg->pub; in brcmf_cfg80211_add_iface() 1187 struct brcmf_pub *drvr = cfg->pub; in brcmf_notify_escan_complete() 1269 struct brcmf_pub *drvr = cfg->pub; in brcmf_cfg80211_del_apsta_iface() 1349 struct brcmf_pub *drvr = cfg->pub; in brcmf_cfg80211_change_iface() 1445 struct brcmf_pub *drvr = cfg->pub; in brcmf_run_escan() [all …]
|
| A D | p2p.c | 586 struct brcmf_pub *drvr = p2p->cfg->pub; in brcmf_p2p_enable_discovery() 647 struct brcmf_pub *drvr = p2p->cfg->pub; in brcmf_p2p_escan() 777 struct brcmf_pub *drvr = cfg->pub; in brcmf_p2p_run_escan() 933 struct brcmf_pub *drvr = p2p->cfg->pub; in brcmf_p2p_discover_listen() 1064 struct brcmf_pub *drvr = p2p->cfg->pub; in brcmf_p2p_act_frm_search() 1614 struct brcmf_pub *drvr = cfg->pub; in brcmf_p2p_pub_af_tx() 1727 struct brcmf_pub *drvr = cfg->pub; in brcmf_p2p_send_action_frame() 2049 struct brcmf_pub *drvr = cfg->pub; in brcmf_p2p_ifchange() 2269 struct brcmf_pub *drvr = cfg->pub; in brcmf_p2p_add_vif() 2504 struct brcmf_pub *drvr = cfg->pub; in brcmf_p2p_attach() [all …]
|
| /drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
| A D | dma.h | 83 void dma_rxinit(struct dma_pub *pub); 85 bool dma_rxfill(struct dma_pub *pub); 86 bool dma_rxreset(struct dma_pub *pub); 87 bool dma_txreset(struct dma_pub *pub); 88 void dma_txinit(struct dma_pub *pub); 91 int dma_txpending(struct dma_pub *pub); 92 void dma_kick_tx(struct dma_pub *pub); 93 void dma_txsuspend(struct dma_pub *pub); 95 void dma_txresume(struct dma_pub *pub); 97 void dma_rxreclaim(struct dma_pub *pub); [all …]
|
| A D | dma.c | 746 void dma_detach(struct dma_pub *pub) in dma_detach() argument 842 void dma_rxinit(struct dma_pub *pub) in dma_rxinit() argument 1022 bool dma_rxfill(struct dma_pub *pub) in dma_rxfill() argument 1122 pub->rxgiants = 0; in dma_counterreset() 1123 pub->rxnobuf = 0; in dma_counterreset() 1124 pub->txnobuf = 0; in dma_counterreset() 1139 void dma_txinit(struct dma_pub *pub) in dma_txinit() argument 1184 void dma_txresume(struct dma_pub *pub) in dma_txresume() argument 1227 bool dma_txreset(struct dma_pub *pub) in dma_txreset() argument 1254 bool dma_rxreset(struct dma_pub *pub) in dma_rxreset() argument [all …]
|
| A D | aiutils.c | 451 sii->pub.ccrev = cc->id.rev; in ai_buscore_setup() 460 if (ai_get_cccaps(&sii->pub) & CC_CAP_PMU) { in ai_buscore_setup() 461 sii->pub.pmucaps = bcma_read32(cc, in ai_buscore_setup() 463 sii->pub.pmurev = sii->pub.pmucaps & PCAP_REV_MASK; in ai_buscore_setup() 472 struct si_pub *sih = &sii->pub; in ai_doattach() 532 sii = container_of(sih, struct si_info, pub); in ai_detach() 546 sii = container_of(sih, struct si_info, pub); in ai_cc_reg() 612 struct si_info *sii = container_of(sih, struct si_info, pub); in ai_clkctl_init() 640 sii = container_of(sih, struct si_info, pub); in ai_clkctl_fast_pwrup_delay() 672 sii = container_of(sih, struct si_info, pub); in ai_clkctl_cc() [all …]
|
| A D | main.c | 436 kfree(wlc->pub); in brcms_c_detach_mfree() 487 wlc->pub = kzalloc(sizeof(*wlc->pub), GFP_ATOMIC); in brcms_c_attach_malloc() 492 wlc->pub->wlc = wlc; in brcms_c_attach_malloc() 3070 if (!wlc->pub->up) in brcms_c_statsupd() 4222 wlc->pub->now++; in brcms_c_watchdog() 4365 return wlc->pub; in brcms_c_pub() 5517 if (wlc->pub->up && wlc->pub->associated) { in brcms_c_set_shortslot_override() 7532 if (wlc->pub->up) in brcms_c_set_beacon_listen_interval() 7809 if (wlc->pub->associated && wlc->pub->up) { in brcms_c_init() 7905 pub = wlc->pub; in brcms_c_attach() [all …]
|
| A D | mac80211_if.c | 299 if (wl->pub) { in brcms_free() 308 wl->pub = NULL; in brcms_free() 410 if (!wl->pub->up) { in brcms_ops_tx() 444 if (!wl->pub->up) in brcms_ops_start() 998 if (wl->pub->up) { in brcms_dpc() 1011 if (!wl->pub->up) in brcms_dpc() 1169 wl->pub->ieee_hw = hw; in brcms_attach() 1280 wl->pub->hw_up = false; in brcms_suspend() 1361 wl->pub->unit); in brcms_init() 1378 wl->pub->up = false; in brcms_reset() [all …]
|
| A D | channel.c | 111 struct brcms_pub *pub; member 314 if ((wlc->pub->_n_enab & SUPPORT_11N) != in brcms_c_set_country() 329 struct brcms_pub *pub = wlc->pub; in brcms_c_channel_mgr_attach() local 337 wlc_cm->pub = pub; in brcms_c_channel_mgr_attach() 344 memcpy(wlc->pub->srom_ccode, ccode, ccode_len); in brcms_c_channel_mgr_attach() 610 wlc->pub->unit, chspec); in brcms_c_valid_chanspec_ext() 724 mboolclr(wlc->pub->radio_disabled, WL_RADIO_COUNTRY_DISABLE); in brcms_reg_notifier() 726 mboolset(wlc->pub->radio_disabled, WL_RADIO_COUNTRY_DISABLE); in brcms_reg_notifier() 729 wlc->pub->unit, __func__, request->alpha2); in brcms_reg_notifier() 732 if (wlc->pub->_nbands > 1 || wlc->band->bandtype == BRCM_BAND_2G) in brcms_reg_notifier() [all …]
|
| A D | antsel.c | 119 asi->pub = wlc->pub; in brcms_c_antsel_attach() 124 if ((asi->pub->sromrev >= 4) && (asi->antsel_antswitch != 0)) { in brcms_c_antsel_attach() 150 } else if ((asi->pub->sromrev == 4) && in brcms_c_antsel_attach() 156 } else if (asi->pub->boardflags2 & BFL2_2X4_DIV) { in brcms_c_antsel_attach()
|
| A D | ampdu.c | 180 wlc->pub->_ampdu = false; in brcms_c_ampdu_set() 183 if (!(wlc->pub->_n_enab & SUPPORT_11N)) { in brcms_c_ampdu_set() 185 wlc->pub->unit); in brcms_c_ampdu_set() 190 wlc->pub->unit); in brcms_c_ampdu_set() 193 wlc->pub->_ampdu = on; in brcms_c_ampdu_set() 264 brcms_c_ampdu_set(ampdu, wlc->pub->_ampdu); in brcms_c_ampdu_attach() 782 wlc->pub->unit, skb_queue_len(&session->skb_list), in brcms_c_ampdu_finalize() 943 ieee80211_tx_status_irqsafe(wlc->pub->ieee_hw, in brcms_c_ampdu_dotxstatus_complete() 972 ieee80211_tx_status_irqsafe(wlc->pub->ieee_hw, in brcms_c_ampdu_dotxstatus_complete() 1047 memcpy(template, wlc->pub->cur_etheraddr, ETH_ALEN); in brcms_c_ampdu_macaddr_upd()
|
| A D | stf.c | 55 if (wlc->pub->up) { in brcms_c_stf_stbc_rx_ht_update() 96 if (!wlc->pub->up) { in brcms_c_stf_ss_algo_channel_get() 165 wlc->pub->unit, Nsts, core_mask); in brcms_c_stf_txcore_set() 198 brcms_dbg_ht(wlc->hw->d11core, "wl%d: val %x\n", wlc->pub->unit, in brcms_c_stf_spatial_policy_set()
|
| A D | pub.h | 301 int brcms_c_module_register(struct brcms_pub *pub, const char *name, 304 int brcms_c_module_unregister(struct brcms_pub *pub, const char *name,
|
| /drivers/media/dvb-core/ |
| A D | dvb_ca_en50221.c | 432 tuple[i] = ca->pub->read_attribute_mem(ca->pub, slot, in dvb_ca_en50221_read_tuple() 668 status = ca->pub->read_data(ca->pub, slot, buf, in dvb_ca_en50221_read_data() 679 status = ca->pub->read_cam_control(ca->pub, slot, in dvb_ca_en50221_read_data() 690 status = ca->pub->read_cam_control(ca->pub, slot, in dvb_ca_en50221_read_data() 695 status = ca->pub->read_cam_control(ca->pub, slot, in dvb_ca_en50221_read_data() 730 status = ca->pub->read_cam_control(ca->pub, slot, in dvb_ca_en50221_read_data() 740 status = ca->pub->read_cam_control(ca->pub, slot, in dvb_ca_en50221_read_data() 917 ca->pub->slot_shutdown(ca->pub, slot); in dvb_ca_en50221_slot_shutdown() 1160 ca->pub->slot_reset(ca->pub, slot); in dvb_ca_en50221_thread_state_machine() 1196 if (ca->pub->write_cam_control(ca->pub, slot, in dvb_ca_en50221_thread_state_machine() [all …]
|
| /drivers/clk/renesas/ |
| A D | renesas-cpg-mssr.c | 179 struct cpg_mssr_pub pub; member 227 RZT2H_MSTPCR_BLOCK(offset) ? priv->pub.base1 : priv->pub.base0; in cpg_rzt2h_mstp_read() 237 RZT2H_MSTPCR_BLOCK(offset) ? priv->pub.base1 : priv->pub.base0; in cpg_rzt2h_mstp_write() 431 &priv->pub.notifiers); in cpg_mssr_register_core_clk() 447 &priv->pub); in cpg_mssr_register_core_clk() 458 priv->pub.clks[id] = clk; in cpg_mssr_register_core_clk() 1143 if (!priv->pub.base0) { in cpg_mssr_common_init() 1149 if (!priv->pub.base1) { in cpg_mssr_common_init() 1197 if (priv->pub.base0) in cpg_mssr_common_init() 1198 iounmap(priv->pub.base0); in cpg_mssr_common_init() [all …]
|
| A D | r9a09g077-cpg.c | 167 void __iomem *addr, struct cpg_mssr_pub *pub) in r9a09g077_cpg_div_clk_register() argument 173 parent = pub->clks[core->parent]; in r9a09g077_cpg_div_clk_register() 187 &pub->rmw_lock); in r9a09g077_cpg_div_clk_register() 194 core->flag, &pub->rmw_lock); in r9a09g077_cpg_div_clk_register() 206 void __iomem *addr, struct cpg_mssr_pub *pub) in r9a09g077_cpg_mux_clk_register() argument 216 core->mux_flags, &pub->rmw_lock); in r9a09g077_cpg_mux_clk_register() 226 struct cpg_mssr_pub *pub) in r9a09g077_cpg_clk_register() argument 229 void __iomem *base = RZT2H_REG_BLOCK(offset) ? pub->base1 : pub->base0; in r9a09g077_cpg_clk_register() 234 return r9a09g077_cpg_div_clk_register(dev, core, addr, pub); in r9a09g077_cpg_clk_register() 236 return r9a09g077_cpg_mux_clk_register(dev, core, addr, pub); in r9a09g077_cpg_clk_register()
|
| A D | r8a77970-cpg-mssr.c | 222 struct cpg_mssr_pub *pub) in r8a77970_cpg_clk_register() argument 225 void __iomem *base = pub->base0; in r8a77970_cpg_clk_register() 226 struct clk **clks = pub->clks; in r8a77970_cpg_clk_register() 240 return rcar_gen3_cpg_clk_register(dev, core, info, pub); in r8a77970_cpg_clk_register()
|
| A D | r7s9210-cpg-mssr.c | 162 struct cpg_mssr_pub *pub) in rza2_cpg_clk_register() argument 164 void __iomem *base = pub->base0; in rza2_cpg_clk_register() 165 struct clk **clks = pub->clks; in rza2_cpg_clk_register()
|
| A D | rcar-gen3-cpg.c | 348 struct cpg_mssr_pub *pub) in rcar_gen3_cpg_clk_register() argument 350 struct raw_notifier_head *notifiers = &pub->notifiers; in rcar_gen3_cpg_clk_register() 351 void __iomem *base = pub->base0; in rcar_gen3_cpg_clk_register() 352 struct clk **clks = pub->clks; in rcar_gen3_cpg_clk_register()
|
| A D | rcar-gen2-cpg.c | 277 struct cpg_mssr_pub *pub) in rcar_gen2_cpg_clk_register() argument 280 void __iomem *base = pub->base0; in rcar_gen2_cpg_clk_register() 281 struct clk **clks = pub->clks; in rcar_gen2_cpg_clk_register()
|
| A D | rcar-gen4-cpg.c | 421 struct cpg_mssr_pub *pub) in rcar_gen4_cpg_clk_register() argument 423 struct raw_notifier_head *notifiers = &pub->notifiers; in rcar_gen4_cpg_clk_register() 424 void __iomem *base = pub->base0; in rcar_gen4_cpg_clk_register() 425 struct clk **clks = pub->clks; in rcar_gen4_cpg_clk_register()
|
| A D | rcar-gen2-cpg.h | 35 struct cpg_mssr_pub *pub);
|
| /drivers/s390/crypto/ |
| A D | zcrypt_cca_key.h | 173 struct cca_public_sec *pub; in zcrypt_type6_crt_key() local 191 size = sizeof(*key) + key_len + sizeof(*pub) + 3; in zcrypt_type6_crt_key() 224 pub = (struct cca_public_sec *)(key->key_parts + key_len); in zcrypt_type6_crt_key() 225 *pub = static_cca_pub_sec; in zcrypt_type6_crt_key() 226 pub->modulus_bit_len = 8 * crt->inputdatalength; in zcrypt_type6_crt_key() 232 memcpy((char *)(pub + 1), pk_exponent, 3); in zcrypt_type6_crt_key()
|
| /drivers/net/wan/ |
| A D | Kconfig | 35 <http://www.kernel.org/pub/linux/utils/net/hdlc/>. 107 <http://www.kernel.org/pub/linux/utils/net/hdlc/>. 121 <http://www.kernel.org/pub/linux/utils/net/hdlc/>. 143 <http://www.kernel.org/pub/linux/utils/net/hdlc/>. 158 <http://www.kernel.org/pub/linux/utils/net/hdlc/>. 174 <http://www.kernel.org/pub/linux/utils/net/hdlc/>.
|