Home
last modified time | relevance | path

Searched refs:pub (Results 1 – 25 of 36) sorted by relevance

12

/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dchip.c219 struct brcmf_core pub; member
226 struct brcmf_chip pub; member
256 address = CORE_SB(core->pub.base, sbtmstatelow); in brcmf_chip_sb_iscoreup()
286 base = core->pub.base; in brcmf_chip_sb_coredisable()
391 base = core->pub.base; in brcmf_chip_sb_resetcore()
444 if (core->pub.id == BCMA_CORE_80211) { in brcmf_chip_ai_resetcore()
445 d11core2 = brcmf_chip_get_d11core(&ci->pub, 1); in brcmf_chip_ai_resetcore()
449 struct brcmf_core_priv, pub); in brcmf_chip_ai_resetcore()
513 core->pub.id = coreid; in brcmf_chip_add_core()
514 core->pub.base = base; in brcmf_chip_add_core()
[all …]
Dchip.h74 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);
Dcfg80211.c563 struct brcmf_pub *drvr = cfg->pub; in brcmf_ap_add_vif()
645 if (cfg->pub->mon_if) { in brcmf_mon_add_vif()
670 ifp->drvr = cfg->pub; in brcmf_mon_add_vif()
682 cfg->pub->mon_if = ifp; in brcmf_mon_add_vif()
701 cfg->pub->mon_if = NULL; in brcmf_mon_del_vif()
713 struct brcmf_pub *drvr = cfg->pub; in brcmf_cfg80211_add_iface()
779 struct brcmf_pub *drvr = cfg->pub; in brcmf_notify_escan_complete()
859 struct brcmf_pub *drvr = cfg->pub; in brcmf_cfg80211_del_ap_iface()
939 struct brcmf_pub *drvr = cfg->pub; in brcmf_cfg80211_change_iface()
1105 struct brcmf_pub *drvr = cfg->pub; in brcmf_run_escan()
[all …]
Dp2p.c586 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()
1122 struct brcmf_pub *drvr = p2p->cfg->pub; in brcmf_p2p_afx_handler()
1544 struct brcmf_pub *drvr = p2p->cfg->pub; in brcmf_p2p_tx_action_frame()
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()
[all …]
Dcfg80211.h353 struct brcmf_pub *pub; member
413 return brcmf_get_ifp(cfg->pub, 0)->ndev; in cfg_to_ndev()
Dbtcoex.c142 struct brcmf_if *ifp = brcmf_get_ifp(btci->cfg->pub, 0); in brcmf_btcoex_boost_wifi()
456 struct brcmf_if *ifp = brcmf_get_ifp(cfg->pub, 0); in brcmf_btcoex_set_mode()
/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Ddma.h83 void dma_rxinit(struct dma_pub *pub);
84 int dma_rx(struct dma_pub *pub, struct sk_buff_head *skb_list);
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);
89 int dma_txfast(struct brcms_c_info *wlc, struct dma_pub *pub,
91 void dma_txflush(struct dma_pub *pub);
92 int dma_txpending(struct dma_pub *pub);
93 void dma_kick_tx(struct dma_pub *pub);
[all …]
Ddma.c558 struct si_info *sii = container_of(sih, struct si_info, pub); in dma_attach()
747 void dma_detach(struct dma_pub *pub) in dma_detach() argument
749 struct dma_info *di = container_of(pub, struct dma_info, dma); in dma_detach()
843 void dma_rxinit(struct dma_pub *pub) in dma_rxinit() argument
845 struct dma_info *di = container_of(pub, struct dma_info, dma); in dma_rxinit()
925 int dma_rx(struct dma_pub *pub, struct sk_buff_head *skb_list) in dma_rx() argument
927 struct dma_info *di = container_of(pub, struct dma_info, dma); in dma_rx()
1023 bool dma_rxfill(struct dma_pub *pub) in dma_rxfill() argument
1025 struct dma_info *di = container_of(pub, struct dma_info, dma); in dma_rxfill()
1109 void dma_rxreclaim(struct dma_pub *pub) in dma_rxreclaim() argument
[all …]
Daiutils.c451 sii->pub.ccrev = cc->id.rev; in ai_buscore_setup()
457 sii->pub.cccaps = bcma_read32(cc, CHIPCREGOFFS(capabilities)); 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()
[all …]
Dmain.c414 return wlc->pub->_nbands > 1 && !wlc->bandlocked; in brcms_is_mband_unlocked()
442 kfree(wlc->pub); in brcms_c_detach_mfree()
493 wlc->pub = kzalloc(sizeof(struct brcms_pub), GFP_ATOMIC); in brcms_c_attach_malloc()
494 if (wlc->pub == NULL) { in brcms_c_attach_malloc()
498 wlc->pub->wlc = wlc; in brcms_c_attach_malloc()
623 wlc->pub->unit); in brcms_c_calc_frame_time()
990 ieee80211_tx_status_irqsafe(wlc->pub->ieee_hw, p); in brcms_c_dotxstatus()
1010 ieee80211_queue_stopped(wlc->pub->ieee_hw, ac_queue)) in brcms_c_dotxstatus()
1011 ieee80211_wake_queue(wlc->pub->ieee_hw, ac_queue); in brcms_c_dotxstatus()
2161 memcpy(wlc->pub->cur_etheraddr, addr, sizeof(wlc->pub->cur_etheraddr)); in brcms_c_start_station()
[all …]
Dmac80211_if.c298 if (wl->pub) { in brcms_free()
299 brcms_debugfs_detach(wl->pub); in brcms_free()
300 brcms_c_module_unregister(wl->pub, "linux", wl); in brcms_free()
307 wl->pub = NULL; in brcms_free()
337 wiphy_rfkill_set_hw_state(wl->pub->ieee_hw->wiphy, false); in brcms_remove()
338 wiphy_rfkill_stop_polling(wl->pub->ieee_hw->wiphy); in brcms_remove()
409 if (!wl->pub->up) { in brcms_ops_tx()
437 wiphy_rfkill_stop_polling(wl->pub->ieee_hw->wiphy); in brcms_ops_start()
443 if (!wl->pub->up) in brcms_ops_start()
811 wl->pub->global_ampdu = &(scb->scb_ampdu); in brcms_ops_sta_add()
[all …]
Dchannel.c111 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 strncpy(wlc->pub->srom_ccode, ccode, ccode_len); in brcms_c_channel_mgr_attach()
377 struct ieee80211_channel *ch = wlc->pub->ieee_hw->conf.chandef.chan; in brcms_c_channel_set_chanspec()
402 struct ieee80211_channel *ch = wlc->pub->ieee_hw->conf.chandef.chan; in brcms_c_channel_reg_limits()
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()
[all …]
Dantsel.c119 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()
Dampdu.c186 wlc->pub->_ampdu = false; in brcms_c_ampdu_set()
189 if (!(wlc->pub->_n_enab & SUPPORT_11N)) { in brcms_c_ampdu_set()
191 wlc->pub->unit); in brcms_c_ampdu_set()
196 wlc->pub->unit); in brcms_c_ampdu_set()
199 wlc->pub->_ampdu = on; in brcms_c_ampdu_set()
270 brcms_c_ampdu_set(ampdu, wlc->pub->_ampdu); in brcms_c_ampdu_attach()
814 wlc->pub->unit, skb_queue_len(&session->skb_list), in brcms_c_ampdu_finalize()
975 ieee80211_tx_status_irqsafe(wlc->pub->ieee_hw, in brcms_c_ampdu_dotxstatus_complete()
1005 ieee80211_tx_status_irqsafe(wlc->pub->ieee_hw, in brcms_c_ampdu_dotxstatus_complete()
1080 memcpy(template, wlc->pub->cur_etheraddr, ETH_ALEN); in brcms_c_ampdu_macaddr_upd()
Dstf.c55 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()
Dpub.h301 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,
Dpmu.c120 struct si_info *sii = container_of(sih, struct si_info, pub); in si_pmu_measure_alpclk()
Dmac80211_if.h64 struct brcms_pub *pub; /* pointer to public wlc state */ member
Daiutils.h158 struct si_pub pub; /* back plane public state (must be first) */ member
Dled.c101 ieee80211_get_radio_led_name(wl->pub->ieee_hw); in brcms_led_register()
/drivers/media/dvb-core/
Ddvb_ca_en50221.c117 struct dvb_ca_en50221 *pub; member
240 slot_status = ca->pub->poll_slot_status(ca->pub, slot, ca->open); in dvb_ca_en50221_check_camstatus()
293 res = ca->pub->read_cam_control(ca->pub, slot, CTRLIF_STATUS); in dvb_ca_en50221_wait_if_status()
345 ret = ca->pub->write_cam_control(ca->pub, slot, CTRLIF_COMMAND, in dvb_ca_en50221_link_init()
355 ret = ca->pub->write_cam_control(ca->pub, slot, CTRLIF_COMMAND, IRQEN); in dvb_ca_en50221_link_init()
372 ret = ca->pub->write_cam_control(ca->pub, slot, CTRLIF_COMMAND, in dvb_ca_en50221_link_init()
382 ret = ca->pub->write_cam_control(ca->pub, slot, CTRLIF_COMMAND, IRQEN); in dvb_ca_en50221_link_init()
412 _tuple_type = ca->pub->read_attribute_mem(ca->pub, slot, _address); in dvb_ca_en50221_read_tuple()
422 _tuple_length = ca->pub->read_attribute_mem(ca->pub, slot, in dvb_ca_en50221_read_tuple()
432 tuple[i] = ca->pub->read_attribute_mem(ca->pub, slot, in dvb_ca_en50221_read_tuple()
[all …]
/drivers/s390/crypto/
Dzcrypt_cca_key.h185 struct cca_public_sec *pub; in zcrypt_type6_crt_key() local
203 size = sizeof(*key) + key_len + sizeof(*pub) + 3; in zcrypt_type6_crt_key()
236 pub = (struct cca_public_sec *)(key->key_parts + key_len); in zcrypt_type6_crt_key()
237 *pub = static_cca_pub_sec; in zcrypt_type6_crt_key()
238 pub->modulus_bit_len = 8 * crt->inputdatalength; in zcrypt_type6_crt_key()
244 memcpy((char *) (pub + 1), pk_exponent, 3); in zcrypt_type6_crt_key()
/drivers/net/wan/
DKconfig107 <http://www.kernel.org/pub/linux/utils/net/hdlc/>.
177 <http://www.kernel.org/pub/linux/utils/net/hdlc/>.
191 <http://www.kernel.org/pub/linux/utils/net/hdlc/>.
213 <http://www.kernel.org/pub/linux/utils/net/hdlc/>.
228 <http://www.kernel.org/pub/linux/utils/net/hdlc/>.
244 <http://www.kernel.org/pub/linux/utils/net/hdlc/>.
/drivers/crypto/caam/
Dcaampkc.h144 struct rsa_pub_pdb pub; member
/drivers/net/slip/
DKconfig22 <ftp://ibiblio.org/pub/Linux/system/network/serial/>) which
55 <ftp://ibiblio.org/pub/Linux/system/network/serial/>) which

12