Searched refs:pub (Results 1 - 25 of 66) sorted by relevance

123

/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A 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...]
H A Ddma.c558 struct si_info *sii = container_of(sih, struct si_info, pub);
746 void dma_detach(struct dma_pub *pub) argument
748 struct dma_info *di = container_of(pub, struct dma_info, dma);
842 void dma_rxinit(struct dma_pub *pub) argument
844 struct dma_info *di = container_of(pub, struct dma_info, dma);
924 int dma_rx(struct dma_pub *pub, struct sk_buff_head *skb_list) argument
926 struct dma_info *di = container_of(pub, struct dma_info, dma);
1022 bool dma_rxfill(struct dma_pub *pub) argument
1024 struct dma_info *di = container_of(pub, struct dma_info, dma);
1108 void dma_rxreclaim(struct dma_pub *pub) argument
1119 dma_counterreset(struct dma_pub *pub) argument
1128 dma_getvar(struct dma_pub *pub, const char *name) argument
1139 dma_txinit(struct dma_pub *pub) argument
1172 dma_txsuspend(struct dma_pub *pub) argument
1184 dma_txresume(struct dma_pub *pub) argument
1196 dma_txsuspended(struct dma_pub *pub) argument
1206 dma_txreclaim(struct dma_pub *pub, enum txd_range range) argument
1227 dma_txreset(struct dma_pub *pub) argument
1254 dma_rxreset(struct dma_pub *pub) argument
1378 dma_txfast(struct brcms_c_info *wlc, struct dma_pub *pub, struct sk_buff *p) argument
1429 dma_txflush(struct dma_pub *pub) argument
1438 dma_txpending(struct dma_pub *pub) argument
1448 dma_kick_tx(struct dma_pub *pub) argument
1467 dma_getnexttxp(struct dma_pub *pub, enum txd_range range) argument
[all...]
H A Dchannel.c23 #include "pub.h"
111 struct brcms_pub *pub; member in struct:brcms_cm_info
314 if ((wlc->pub->_n_enab & SUPPORT_11N) !=
329 struct brcms_pub *pub = wlc->pub; local
337 wlc_cm->pub = pub;
344 memcpy(wlc->pub->srom_ccode, ccode, ccode_len);
377 struct ieee80211_channel *ch = wlc->pub->ieee_hw->conf.chandef.chan;
402 struct ieee80211_channel *ch = wlc->pub
[all...]
H A Daiutils.c29 #include "pub.h"
451 sii->pub.ccrev = cc->id.rev;
457 sii->pub.cccaps = bcma_read32(cc, CHIPCREGOFFS(capabilities));
460 if (ai_get_cccaps(&sii->pub) & CC_CAP_PMU) {
461 sii->pub.pmucaps = bcma_read32(cc,
463 sii->pub.pmurev = sii->pub.pmucaps & PCAP_REV_MASK;
472 struct si_pub *sih = &sii->pub;
532 sii = container_of(sih, struct si_info, pub);
546 sii = container_of(sih, struct si_info, pub);
[all...]
H A Dmain.c414 return wlc->pub->_nbands > 1 && !wlc->bandlocked;
442 kfree(wlc->pub);
493 wlc->pub = kzalloc(sizeof(struct brcms_pub), GFP_ATOMIC);
494 if (wlc->pub == NULL) {
498 wlc->pub->wlc = wlc;
623 wlc->pub->unit);
990 ieee80211_tx_status_irqsafe(wlc->pub->ieee_hw, p);
1010 ieee80211_queue_stopped(wlc->pub->ieee_hw, ac_queue))
1011 ieee80211_wake_queue(wlc->pub->ieee_hw, ac_queue);
2161 memcpy(wlc->pub
5544 brcms_c_module_register(struct brcms_pub *pub, const char *name, struct brcms_info *hdl, int (*d_fn)(void *handle)) argument
5566 brcms_c_module_unregister(struct brcms_pub *pub, const char *name, struct brcms_info *hdl) argument
7905 struct brcms_pub *pub; local
[all...]
H A Dantsel.c119 asi->pub = wlc->pub;
124 if ((asi->pub->sromrev >= 4) && (asi->antsel_antswitch != 0)) {
150 } else if ((asi->pub->sromrev == 4) &&
156 } else if (asi->pub->boardflags2 & BFL2_2X4_DIV) {
H A Dmac80211_if.c33 #include "pub.h"
298 if (wl->pub) {
299 brcms_debugfs_detach(wl->pub);
300 brcms_c_module_unregister(wl->pub, "linux", wl);
307 wl->pub = NULL;
337 wiphy_rfkill_set_hw_state(wl->pub->ieee_hw->wiphy, false);
338 wiphy_rfkill_stop_polling(wl->pub->ieee_hw->wiphy);
409 if (!wl->pub->up) {
437 wiphy_rfkill_stop_polling(wl->pub->ieee_hw->wiphy);
443 if (!wl->pub
[all...]
/linux-master/crypto/asymmetric_keys/
H A Dpkcs8_parser.c21 struct public_key *pub; member in struct:pkcs8_parse_context
76 ctx->pub->pkey_algo = "rsa";
100 struct public_key *pub; local
106 ctx.pub = kzalloc(sizeof(struct public_key), GFP_KERNEL);
107 if (!ctx.pub)
118 pub = ctx.pub;
119 pub->key = kmemdup(ctx.key, ctx.key_size, GFP_KERNEL);
120 if (!pub->key)
123 pub
138 struct public_key *pub; local
[all...]
H A Dx509_public_key.c67 if (strcmp(cert->pub->pkey_algo, "sm2") == 0) {
70 sm2_compute_z_digest(desc, cert->pub->key,
71 cert->pub->keylen, sig->digest) ?:
138 ret = public_key_verify_signature(cert->pub, cert->sig);
177 pr_devel("Cert Key Algo: %s\n", cert->pub->pkey_algo);
180 cert->pub->id_type = "X509";
233 prep->payload.data[asym_crypto] = cert->pub;
239 cert->pub = NULL;
H A Dx509_parser.h15 struct public_key *pub; /* Public key details */ member in struct:x509_certificate
H A Dx509_cert_parser.c47 public_key_free(cert->pub);
72 cert->pub = kzalloc(sizeof(struct public_key), GFP_KERNEL);
73 if (!cert->pub)
103 cert->pub->key = kmemdup(ctx->key, ctx->key_size, GFP_KERNEL);
104 if (!cert->pub->key)
107 cert->pub->keylen = ctx->key_size;
109 cert->pub->params = kmemdup(ctx->params, ctx->params_size, GFP_KERNEL);
110 if (!cert->pub->params)
113 cert->pub->paramlen = ctx->params_size;
114 cert->pub
[all...]
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dchip.c220 struct brcmf_core pub; member in struct:brcmf_core_priv
227 struct brcmf_chip pub; member in struct:brcmf_chip_priv
257 address = CORE_SB(core->pub.base, sbtmstatelow);
287 base = core->pub.base;
392 base = core->pub.base;
445 if (core->pub.id == BCMA_CORE_80211) {
446 d11core2 = brcmf_chip_get_d11core(&ci->pub, 1);
450 struct brcmf_core_priv, pub);
514 core->pub.id = coreid;
515 core->pub
755 brcmf_chip_get_raminfo(struct brcmf_chip *pub) argument
1085 struct brcmf_chip *pub; local
1168 brcmf_chip_detach(struct brcmf_chip *pub) argument
1182 brcmf_chip_get_d11core(struct brcmf_chip *pub, u8 unit) argument
1197 brcmf_chip_get_core(struct brcmf_chip *pub, u16 coreid) argument
1210 brcmf_chip_get_chipcommon(struct brcmf_chip *pub) argument
1222 brcmf_chip_get_pmu(struct brcmf_chip *pub) argument
1239 brcmf_chip_iscoreup(struct brcmf_core *pub) argument
1247 brcmf_chip_coredisable(struct brcmf_core *pub, u32 prereset, u32 reset) argument
1255 brcmf_chip_resetcore(struct brcmf_core *pub, u32 prereset, u32 reset, u32 postreset) argument
1363 brcmf_chip_set_passive(struct brcmf_chip *pub) argument
1388 brcmf_chip_set_active(struct brcmf_chip *pub, u32 rstvec) argument
1409 brcmf_chip_sr_capable(struct brcmf_chip *pub) argument
[all...]
H A 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);
/linux-master/include/crypto/
H A Dcurve25519.h28 void curve25519_base_arch(u8 pub[CURVE25519_KEY_SIZE],
47 __must_check curve25519_generate_public(u8 pub[CURVE25519_KEY_SIZE], argument
55 curve25519_base_arch(pub, secret);
57 curve25519_generic(pub, secret, curve25519_base_point);
58 return crypto_memneq(pub, curve25519_null_point, CURVE25519_KEY_SIZE);
/linux-master/drivers/media/dvb-core/
H A Ddvb_ca_en50221.c117 struct dvb_ca_en50221 *pub; member in struct:dvb_ca_private
240 slot_status = ca->pub->poll_slot_status(ca->pub, slot, ca->open);
293 res = ca->pub->read_cam_control(ca->pub, slot, CTRLIF_STATUS);
345 ret = ca->pub->write_cam_control(ca->pub, slot, CTRLIF_COMMAND,
355 ret = ca->pub->write_cam_control(ca->pub, slot, CTRLIF_COMMAND, IRQEN);
372 ret = ca->pub
[all...]
/linux-master/net/mac80211/
H A Dvht.c122 struct ieee80211_sta_vht_cap *vht_cap = &link_sta->pub->vht_cap;
130 if (!link_sta->pub->ht_cap.ht_supported)
320 link_sta->pub->bandwidth = ieee80211_sta_cur_vht_bw(link_sta);
338 link_sta->pub->agg.max_amsdu_len = IEEE80211_MAX_MPDU_LEN_VHT_11454;
341 link_sta->pub->agg.max_amsdu_len = IEEE80211_MAX_MPDU_LEN_VHT_7991;
345 link_sta->pub->agg.max_amsdu_len = IEEE80211_MAX_MPDU_LEN_VHT_3895;
358 struct ieee80211_sta_vht_cap *vht_cap = &link_sta->pub->vht_cap;
359 struct ieee80211_sta_he_cap *he_cap = &link_sta->pub->he_cap;
360 struct ieee80211_sta_eht_cap *eht_cap = &link_sta->pub->eht_cap;
405 return link_sta->pub
[all...]
H A Dhe.c34 link_sta->pub->smps_mode = smps_mode;
36 link_sta->pub->smps_mode = IEEE80211_SMPS_OFF;
42 link_sta->pub->agg.max_amsdu_len = IEEE80211_MAX_MPDU_LEN_VHT_11454;
45 link_sta->pub->agg.max_amsdu_len = IEEE80211_MAX_MPDU_LEN_VHT_7991;
49 link_sta->pub->agg.max_amsdu_len = IEEE80211_MAX_MPDU_LEN_VHT_3895;
55 link_sta->pub->he_6ghz_capa = *he_6ghz_capa;
116 struct ieee80211_sta_he_cap *he_cap = &link_sta->pub->he_cap;
164 link_sta->pub->bandwidth = ieee80211_sta_cur_vht_bw(link_sta);
H A Deht.c18 struct ieee80211_sta_eht_cap *eht_cap = &link_sta->pub->eht_cap;
77 link_sta->pub->bandwidth = ieee80211_sta_cur_vht_bw(link_sta);
/linux-master/net/wireless/
H A Dscan.c87 ies = (void *)rcu_access_pointer(bss->pub.beacon_ies);
88 if (ies && !bss->pub.hidden_beacon_bss)
90 ies = (void *)rcu_access_pointer(bss->pub.proberesp_ies);
111 if (bss->pub.hidden_beacon_bss)
112 bss_from_pub(bss->pub.hidden_beacon_bss)->refcount++;
114 if (bss->pub.transmitted_bss)
115 bss_from_pub(bss->pub.transmitted_bss)->refcount++;
123 if (bss->pub.hidden_beacon_bss) {
126 hbss = bss_from_pub(bss->pub.hidden_beacon_bss);
132 if (bss->pub
3164 cfg80211_ref_bss(struct wiphy *wiphy, struct cfg80211_bss *pub) argument
3177 cfg80211_put_bss(struct wiphy *wiphy, struct cfg80211_bss *pub) argument
3190 cfg80211_unlink_bss(struct wiphy *wiphy, struct cfg80211_bss *pub) argument
[all...]
/linux-master/net/atm/
H A Daddr.c20 if (!*addr->sas_addr.pub)
23 if (!addr->sas_addr.pub[i])
33 if (!*a->sas_addr.pub)
34 return !*b->sas_addr.pub;
35 if (!*b->sas_addr.pub)
37 return !strcmp(a->sas_addr.pub, b->sas_addr.pub);
/linux-master/drivers/s390/crypto/
H A Dzcrypt_cca_key.h173 struct cca_public_sec *pub; local
191 size = sizeof(*key) + key_len + sizeof(*pub) + 3;
224 pub = (struct cca_public_sec *)(key->key_parts + key_len);
225 *pub = static_cca_pub_sec;
226 pub->modulus_bit_len = 8 * crt->inputdatalength;
232 memcpy((char *)(pub + 1), pk_exponent, 3);
/linux-master/security/keys/trusted-keys/
H A Dtrusted_tpm2.c39 u8 *priv, *pub; local
48 pub = src;
76 work = asn1_encode_octet_string(work, end_work, pub, pub_len);
90 const u8 *pub; member in struct:tpm2_key_context
124 memcpy(blob, ctx.pub, ctx.pub_len);
170 ctx->pub = value;
369 u8 *blob, *pub; local
398 pub = blob + 2 + private_len + 2;
400 attrs = get_unaligned_be32(pub + 4);
/linux-master/include/uapi/linux/
H A Datm.h210 char pub[ATM_E164_LEN+1]; /* public address (E.164) */ member in struct:sockaddr_atmsvc::__anon12591
220 return *addr.sas_addr.prv || *addr.sas_addr.pub;
/linux-master/arch/arm/crypto/
H A Dcurve25519-glue.c42 void curve25519_base_arch(u8 pub[CURVE25519_KEY_SIZE], argument
45 return curve25519_arch(pub, secret, curve25519_base_point);
/linux-master/drivers/crypto/caam/
H A Dcaampkc.h141 struct rsa_pub_pdb pub; member in union:rsa_edesc::__anon208

Completed in 209 milliseconds

123