/linux-6.1.9/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ ! |
D | chip.c | 219 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 …]
|
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);
|
/linux-6.1.9/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ ! |
D | dma.h | 83 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 …]
|
D | dma.c | 558 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 …]
|
D | aiutils.c | 451 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 …]
|
D | main.c | 414 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 …]
|
D | mac80211_if.c | 298 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() 812 wl->pub->global_ampdu = &(scb->scb_ampdu); in brcms_ops_sta_add() [all …]
|
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 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 …]
|
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()
|
/linux-6.1.9/crypto/asymmetric_keys/ ! |
D | pkcs8_parser.c | 21 struct public_key *pub; member 76 ctx->pub->pkey_algo = "rsa"; in pkcs8_note_algo() 100 struct public_key *pub; in pkcs8_parse() local 106 ctx.pub = kzalloc(sizeof(struct public_key), GFP_KERNEL); in pkcs8_parse() 107 if (!ctx.pub) in pkcs8_parse() 118 pub = ctx.pub; in pkcs8_parse() 119 pub->key = kmemdup(ctx.key, ctx.key_size, GFP_KERNEL); in pkcs8_parse() 120 if (!pub->key) in pkcs8_parse() 123 pub->keylen = ctx.key_size; in pkcs8_parse() 124 pub->key_is_private = true; in pkcs8_parse() [all …]
|
D | x509_cert_parser.c | 47 public_key_free(cert->pub); in x509_free_certificate() 72 cert->pub = kzalloc(sizeof(struct public_key), GFP_KERNEL); in x509_cert_parse() 73 if (!cert->pub) in x509_cert_parse() 103 cert->pub->key = kmemdup(ctx->key, ctx->key_size, GFP_KERNEL); in x509_cert_parse() 104 if (!cert->pub->key) in x509_cert_parse() 107 cert->pub->keylen = ctx->key_size; in x509_cert_parse() 109 cert->pub->params = kmemdup(ctx->params, ctx->params_size, GFP_KERNEL); in x509_cert_parse() 110 if (!cert->pub->params) in x509_cert_parse() 113 cert->pub->paramlen = ctx->params_size; in x509_cert_parse() 114 cert->pub->algo = ctx->key_algo; in x509_cert_parse() [all …]
|
D | x509_public_key.c | 120 ret = public_key_verify_signature(cert->pub, cert->sig); in x509_check_for_self_signed() 159 pr_devel("Cert Key Algo: %s\n", cert->pub->pkey_algo); in x509_key_preparse() 162 cert->pub->id_type = "X509"; in x509_key_preparse() 215 prep->payload.data[asym_crypto] = cert->pub; in x509_key_preparse() 221 cert->pub = NULL; in x509_key_preparse()
|
/linux-6.1.9/net/wireless/ ! |
D | scan.c | 123 ies = (void *)rcu_access_pointer(bss->pub.beacon_ies); in bss_free() 124 if (ies && !bss->pub.hidden_beacon_bss) in bss_free() 126 ies = (void *)rcu_access_pointer(bss->pub.proberesp_ies); in bss_free() 147 if (bss->pub.hidden_beacon_bss) in bss_ref_get() 148 bss_from_pub(bss->pub.hidden_beacon_bss)->refcount++; in bss_ref_get() 150 if (bss->pub.transmitted_bss) in bss_ref_get() 151 bss_from_pub(bss->pub.transmitted_bss)->refcount++; in bss_ref_get() 159 if (bss->pub.hidden_beacon_bss) { in bss_ref_put() 161 hbss = container_of(bss->pub.hidden_beacon_bss, in bss_ref_put() 163 pub); in bss_ref_put() [all …]
|
D | core.h | 179 struct cfg80211_bss pub; member 182 static inline struct cfg80211_internal_bss *bss_from_pub(struct cfg80211_bss *pub) in bss_from_pub() argument 184 return container_of(pub, struct cfg80211_internal_bss, pub); in bss_from_pub() 190 if (bss->pub.transmitted_bss) { in cfg80211_hold_bss() 191 bss = container_of(bss->pub.transmitted_bss, in cfg80211_hold_bss() 192 struct cfg80211_internal_bss, pub); in cfg80211_hold_bss() 201 if (bss->pub.transmitted_bss) { in cfg80211_unhold_bss() 202 bss = container_of(bss->pub.transmitted_bss, in cfg80211_unhold_bss() 203 struct cfg80211_internal_bss, pub); in cfg80211_unhold_bss()
|
/linux-6.1.9/drivers/media/dvb-core/ ! |
D | dvb_ca_en50221.c | 117 struct dvb_ca_en50221 *pub; member 234 slot_status = ca->pub->poll_slot_status(ca->pub, slot, ca->open); in dvb_ca_en50221_check_camstatus() 287 res = ca->pub->read_cam_control(ca->pub, slot, CTRLIF_STATUS); in dvb_ca_en50221_wait_if_status() 339 ret = ca->pub->write_cam_control(ca->pub, slot, CTRLIF_COMMAND, in dvb_ca_en50221_link_init() 349 ret = ca->pub->write_cam_control(ca->pub, slot, CTRLIF_COMMAND, IRQEN); in dvb_ca_en50221_link_init() 366 ret = ca->pub->write_cam_control(ca->pub, slot, CTRLIF_COMMAND, in dvb_ca_en50221_link_init() 376 ret = ca->pub->write_cam_control(ca->pub, slot, CTRLIF_COMMAND, IRQEN); in dvb_ca_en50221_link_init() 406 _tuple_type = ca->pub->read_attribute_mem(ca->pub, slot, _address); in dvb_ca_en50221_read_tuple() 416 _tuple_length = ca->pub->read_attribute_mem(ca->pub, slot, in dvb_ca_en50221_read_tuple() 426 tuple[i] = ca->pub->read_attribute_mem(ca->pub, slot, in dvb_ca_en50221_read_tuple() [all …]
|
/linux-6.1.9/net/mac80211/ ! |
D | vht.c | 121 struct ieee80211_sta_vht_cap *vht_cap = &link_sta->pub->vht_cap; in ieee80211_vht_cap_ie_to_sta_vht_cap() 128 if (!link_sta->pub->ht_cap.ht_supported) in ieee80211_vht_cap_ie_to_sta_vht_cap() 318 link_sta->pub->bandwidth = ieee80211_sta_cur_vht_bw(link_sta); in ieee80211_vht_cap_ie_to_sta_vht_cap() 326 link_sta->pub->agg.max_amsdu_len = IEEE80211_MAX_MPDU_LEN_VHT_11454; in ieee80211_vht_cap_ie_to_sta_vht_cap() 329 link_sta->pub->agg.max_amsdu_len = IEEE80211_MAX_MPDU_LEN_VHT_7991; in ieee80211_vht_cap_ie_to_sta_vht_cap() 333 link_sta->pub->agg.max_amsdu_len = IEEE80211_MAX_MPDU_LEN_VHT_3895; in ieee80211_vht_cap_ie_to_sta_vht_cap() 346 struct ieee80211_sta_vht_cap *vht_cap = &link_sta->pub->vht_cap; in ieee80211_sta_cap_rx_bw() 347 struct ieee80211_sta_he_cap *he_cap = &link_sta->pub->he_cap; in ieee80211_sta_cap_rx_bw() 348 struct ieee80211_sta_eht_cap *eht_cap = &link_sta->pub->eht_cap; in ieee80211_sta_cap_rx_bw() 393 return link_sta->pub->ht_cap.cap & IEEE80211_HT_CAP_SUP_WIDTH_20_40 ? in ieee80211_sta_cap_rx_bw() [all …]
|
D | he.c | 34 link_sta->pub->smps_mode = smps_mode; in ieee80211_update_from_he_6ghz_capa() 36 link_sta->pub->smps_mode = IEEE80211_SMPS_OFF; in ieee80211_update_from_he_6ghz_capa() 42 link_sta->pub->agg.max_amsdu_len = IEEE80211_MAX_MPDU_LEN_VHT_11454; in ieee80211_update_from_he_6ghz_capa() 45 link_sta->pub->agg.max_amsdu_len = IEEE80211_MAX_MPDU_LEN_VHT_7991; in ieee80211_update_from_he_6ghz_capa() 49 link_sta->pub->agg.max_amsdu_len = IEEE80211_MAX_MPDU_LEN_VHT_3895; in ieee80211_update_from_he_6ghz_capa() 55 link_sta->pub->he_6ghz_capa = *he_6ghz_capa; in ieee80211_update_from_he_6ghz_capa() 116 struct ieee80211_sta_he_cap *he_cap = &link_sta->pub->he_cap; in ieee80211_he_cap_ie_to_sta_he_cap() 160 link_sta->pub->bandwidth = ieee80211_sta_cur_vht_bw(link_sta); in ieee80211_he_cap_ie_to_sta_he_cap()
|
/linux-6.1.9/include/crypto/ ! |
D | curve25519.h | 28 void curve25519_base_arch(u8 pub[CURVE25519_KEY_SIZE], 47 __must_check curve25519_generate_public(u8 pub[CURVE25519_KEY_SIZE], in curve25519_generate_public() 55 curve25519_base_arch(pub, secret); in curve25519_generate_public() 57 curve25519_generic(pub, secret, curve25519_base_point); in curve25519_generate_public() 58 return crypto_memneq(pub, curve25519_null_point, CURVE25519_KEY_SIZE); in curve25519_generate_public()
|
/linux-6.1.9/net/atm/ ! |
D | addr.c | 20 if (!*addr->sas_addr.pub) in check_addr() 23 if (!addr->sas_addr.pub[i]) in check_addr() 33 if (!*a->sas_addr.pub) in identical() 34 return !*b->sas_addr.pub; in identical() 35 if (!*b->sas_addr.pub) in identical() 37 return !strcmp(a->sas_addr.pub, b->sas_addr.pub); in identical()
|
/linux-6.1.9/drivers/s390/crypto/ ! |
D | zcrypt_cca_key.h | 185 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()
|
/linux-6.1.9/security/keys/trusted-keys/ ! |
D | trusted_tpm2.c | 39 u8 *priv, *pub; in tpm2_key_encode() local 48 pub = src; in tpm2_key_encode() 76 work = asn1_encode_octet_string(work, end_work, pub, pub_len); in tpm2_key_encode() 90 const u8 *pub; member 124 memcpy(blob, ctx.pub, ctx.pub_len); in tpm2_key_decode() 170 ctx->pub = value; in tpm2_key_pub() 369 u8 *blob, *pub; in tpm2_load_cmd() local 398 pub = blob + 2 + private_len + 2; in tpm2_load_cmd() 400 attrs = get_unaligned_be32(pub + 4); in tpm2_load_cmd()
|
/linux-6.1.9/Documentation/devicetree/bindings/hwmon/ ! |
D | adt7475.yaml | 23 https://www.onsemi.com/pub/Collateral/ADT7473-D.PDF 24 https://www.onsemi.com/pub/Collateral/ADT7475-D.PDF 25 https://www.onsemi.com/pub/Collateral/ADT7476-D.PDF 26 https://www.onsemi.com/pub/Collateral/ADT7490-D.PDF
|
/linux-6.1.9/Documentation/translations/it_IT/process/ ! |
D | changes.rst | 156 (http://www.kernel.org/pub/linux/utils/kernel/hotplug/) 376 - <https://www.kernel.org/pub/linux/devel/binutils/> 399 - <https://www.kernel.org/pub/linux/utils/util-linux/> 404 - <https://www.kernel.org/pub/linux/utils/kernel/kmod/> 405 - <https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git> 410 - <https://www.kernel.org/pub/linux/utils/kernel/ksymoops/v2.4/> 420 - <https://www.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/> 421 - <https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git/> 431 - <https://git.kernel.org/pub/scm/linux/kernel/git/jeffm/reiserfsprogs.git/> 436 - <https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git> [all …]
|
/linux-6.1.9/Documentation/ ! |
D | Changes | 185 (https://www.kernel.org/pub/linux/utils/kernel/hotplug/) 421 - <https://www.kernel.org/pub/linux/devel/binutils/> 444 - <https://www.kernel.org/pub/linux/utils/util-linux/> 449 - <https://www.kernel.org/pub/linux/utils/kernel/kmod/> 450 - <https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git> 455 - <https://www.kernel.org/pub/linux/utils/kernel/ksymoops/v2.4/> 465 - <https://www.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/> 466 - <https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git/> 476 - <https://git.kernel.org/pub/scm/linux/kernel/git/jeffm/reiserfsprogs.git/> 481 - <https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git> [all …]
|
/linux-6.1.9/Documentation/process/ ! |
D | changes.rst | 185 (https://www.kernel.org/pub/linux/utils/kernel/hotplug/) 421 - <https://www.kernel.org/pub/linux/devel/binutils/> 444 - <https://www.kernel.org/pub/linux/utils/util-linux/> 449 - <https://www.kernel.org/pub/linux/utils/kernel/kmod/> 450 - <https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git> 455 - <https://www.kernel.org/pub/linux/utils/kernel/ksymoops/v2.4/> 465 - <https://www.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/> 466 - <https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git/> 476 - <https://git.kernel.org/pub/scm/linux/kernel/git/jeffm/reiserfsprogs.git/> 481 - <https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git> [all …]
|