| /linux-6.15/drivers/net/wireless/intel/iwlwifi/pcie/ |
| H A D | tx-gen2.c | 81 meta->tbs |= BIT(ret); in iwl_txq_gen2_set_tb_with_wa() 573 filled_tfd_size = offsetof(struct iwl_tfh_tfd, tbs) + in iwl_pcie_gen2_update_byte_tbl() 629 tb = &tfd->tbs[idx]; in iwl_txq_gen2_set_tb() 667 if (meta->tbs & BIT(i)) in iwl_txq_gen2_tfd_unmap() 669 le64_to_cpu(tfd->tbs[i].addr), in iwl_txq_gen2_tfd_unmap() 670 le16_to_cpu(tfd->tbs[i].tb_len), in iwl_txq_gen2_tfd_unmap() 674 le64_to_cpu(tfd->tbs[i].addr), in iwl_txq_gen2_tfd_unmap() 675 le16_to_cpu(tfd->tbs[i].tb_len), in iwl_txq_gen2_tfd_unmap() 1418 BUILD_BUG_ON(IWL_TFH_NUM_TBS > sizeof(out_meta->tbs) * BITS_PER_BYTE); in iwl_pcie_gen2_enqueue_hcmd()
|
| H A D | tx.c | 146 struct iwl_tfd_tb *tb = &tfd->tbs[idx]; in iwl_pcie_gen1_tfd_set_tb() 261 struct iwl_tfd_tb *tb = &tfd->tbs[idx]; in iwl_txq_gen1_tfd_tb_get_addr() 313 if (meta->tbs & BIT(i)) in iwl_txq_gen1_tfd_unmap() 327 meta->tbs = 0; in iwl_txq_gen1_tfd_unmap() 1586 BUILD_BUG_ON(IWL_TFH_NUM_TBS > sizeof(out_meta->tbs) * BITS_PER_BYTE); in iwl_pcie_enqueue_hcmd() 1739 out_meta->tbs |= BIT(tb_idx); in iwl_fill_data_tbs()
|
| H A D | internal.h | 787 struct iwl_tfh_tb *tfh_tb = &tfh_tfd->tbs[idx]; in iwl_txq_gen1_tfd_tb_get_len() 793 tb = &tfd->tbs[idx]; in iwl_txq_gen1_tfd_tb_get_len()
|
| /linux-6.15/crypto/asymmetric_keys/ |
| H A D | x509_parser.h | 24 const void *tbs; /* Signed data */ member
|
| H A D | x509_public_key.c | 66 ret = crypto_shash_digest(desc, cert->tbs, cert->tbs_size, in x509_get_sig_params()
|
| H A D | x509_cert_parser.c | 170 ctx->cert->tbs = value - hdrlen; in x509_note_tbs_certificate()
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/ |
| H A D | iwl-fh.h | 696 struct iwl_tfd_tb tbs[IWL_NUM_OF_TBS]; member 710 struct iwl_tfh_tb tbs[IWL_TFH_NUM_TBS]; member
|
| H A D | iwl-trans.h | 718 u32 tbs; member
|
| /linux-6.15/Documentation/devicetree/bindings/display/panel/ |
| H A D | panel-lvds.yaml | 57 - tbs,a711-panel
|
| /linux-6.15/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | stmmac.h | 64 int tbs; member 110 int tbs; member
|
| H A D | stmmac_main.c | 2555 if (meta_req->tbs & STMMAC_TBS_EN) in stmmac_xsk_request_launch_time() 2647 meta_req.tbs = tx_q->tbs; in stmmac_xdp_xmit_zc() 3584 if (tx_q->tbs & STMMAC_TBS_AVAIL) in stmmac_hw_setup() 4046 dma_conf->tx_queue[i].tbs = priv->dma_conf.tx_queue[i].tbs; in __stmmac_open() 4180 if (tx_q->tbs & STMMAC_TBS_AVAIL) in stmmac_vlan_insert() 4221 if (tx_q->tbs & STMMAC_TBS_AVAIL) in stmmac_tso_allocator() 4361 if (tx_q->tbs & STMMAC_TBS_AVAIL) in stmmac_tso_xmit() 4383 if (tx_q->tbs & STMMAC_TBS_AVAIL) in stmmac_tso_xmit() 4458 if (tx_q->tbs & STMMAC_TBS_AVAIL) in stmmac_tso_xmit() 4804 if (tx_q->tbs & STMMAC_TBS_EN) { in stmmac_xmit() [all …]
|
| H A D | stmmac_tc.c | 1162 if (!(priv->dma_conf.tx_queue[qopt->queue].tbs & STMMAC_TBS_AVAIL)) in tc_setup_etf() 1166 priv->dma_conf.tx_queue[qopt->queue].tbs |= STMMAC_TBS_EN; in tc_setup_etf() 1168 priv->dma_conf.tx_queue[qopt->queue].tbs &= ~STMMAC_TBS_EN; in tc_setup_etf()
|
| H A D | stmmac_selftests.c | 1770 if (priv->dma_conf.tx_queue[i].tbs & STMMAC_TBS_AVAIL) in stmmac_test_tbs()
|
| /linux-6.15/certs/ |
| H A D | Kconfig | 125 string starting with a prefix ("tbs" or "bin"), then a colon (":"), and 128 tools/certs/print-cert-tbs-hash.sh .
|
| /linux-6.15/net/core/ |
| H A D | rtnetlink.c | 3710 struct rtnl_newlink_tbs *tbs, in rtnl_changelink() argument 3715 struct nlattr ** const tb = tbs->tb; in rtnl_changelink() 3759 slave_data = tbs->slave_attr; in rtnl_changelink() 3896 struct rtnl_newlink_tbs *tbs, in __rtnl_newlink() argument 3960 struct rtnl_newlink_tbs *tbs; in rtnl_newlink() local 3965 tbs = kmalloc(sizeof(*tbs), GFP_KERNEL); in rtnl_newlink() 3966 if (!tbs) in rtnl_newlink() 3969 tb = tbs->tb; in rtnl_newlink() 3979 linkinfo = tbs->linkinfo; in rtnl_newlink() 4018 data = tbs->attr; in rtnl_newlink() [all …]
|
| /linux-6.15/Documentation/devicetree/bindings/media/ |
| H A D | rc.yaml | 134 - rc-tbs-nec
|
| /linux-6.15/arch/arm/boot/dts/allwinner/ |
| H A D | sun8i-a83t-tbs-a711.dts | 53 compatible = "tbs-biometrics,a711", "allwinner,sun8i-a83t"; 74 compatible = "tbs,a711-panel", "panel-lvds";
|
| H A D | Makefile | 223 sun8i-a83t-tbs-a711.dtb \
|
| /linux-6.15/drivers/media/rc/keymaps/ |
| H A D | Makefile | 115 rc-tbs-nec.o \
|
| /linux-6.15/drivers/net/wireless/intel/iwlegacy/ |
| H A D | 3945.h | 568 struct il3945_tfd_tb tbs[4]; member
|
| H A D | 3945.c | 619 tfd->tbs[count].addr = cpu_to_le32(addr); in il3945_hw_txq_attach_buf_to_tfd() 620 tfd->tbs[count].len = cpu_to_le32(len); in il3945_hw_txq_attach_buf_to_tfd() 663 dma_unmap_single(&dev->dev, le32_to_cpu(tfd->tbs[i].addr), in il3945_hw_txq_free_tfd() 664 le32_to_cpu(tfd->tbs[i].len), DMA_TO_DEVICE); in il3945_hw_txq_free_tfd()
|
| H A D | 4965-mac.c | 3862 struct il_tfd_tb *tb = &tfd->tbs[idx]; in il4965_tfd_tb_get_addr() 3876 struct il_tfd_tb *tb = &tfd->tbs[idx]; in il4965_tfd_tb_get_len() 3884 struct il_tfd_tb *tb = &tfd->tbs[idx]; in il4965_tfd_set_tb()
|
| /linux-6.15/arch/arm/boot/dts/nxp/imx/ |
| H A D | imx6q-tbs2910.dts | 13 compatible = "tbs,imx6q-tbs2910", "fsl,imx6q";
|
| /linux-6.15/Documentation/devicetree/bindings/ |
| H A D | vendor-prefixes.yaml | 1487 "^tbs,.*": 1489 "^tbs-biometrics,.*":
|
| /linux-6.15/Documentation/devicetree/bindings/arm/ |
| H A D | sunxi.yaml | 916 - const: tbs-biometrics,a711
|