Home
last modified time | relevance | path

Searched refs:tx_num (Results 1 – 25 of 28) sorted by relevance

12

/Linux-v6.6/drivers/phy/qualcomm/
Dphy-qcom-qmp-ufs.c715 int tx_num; member
841 .tx_num = ARRAY_SIZE(msm8996_ufsphy_tx),
866 .tx_num = ARRAY_SIZE(sm8350_ufsphy_tx),
878 .tx_num = ARRAY_SIZE(sm8350_ufsphy_g4_tx),
900 .tx_num = ARRAY_SIZE(sm8350_ufsphy_tx),
912 .tx_num = ARRAY_SIZE(sm8350_ufsphy_g4_tx),
934 .tx_num = ARRAY_SIZE(sdm845_ufsphy_tx),
962 .tx_num = ARRAY_SIZE(sm6115_ufsphy_tx),
990 .tx_num = ARRAY_SIZE(sdm845_ufsphy_tx),
1018 .tx_num = ARRAY_SIZE(sm8150_ufsphy_tx),
[all …]
Dphy-qcom-qmp-pcie.c2165 int tx_num; member
2397 .tx_num = ARRAY_SIZE(ipq8074_pcie_tx_tbl),
2422 .tx_num = ARRAY_SIZE(ipq8074_pcie_gen3_tx_tbl),
2451 .tx_num = ARRAY_SIZE(ipq6018_pcie_tx_tbl),
2478 .tx_num = ARRAY_SIZE(sdm845_qmp_pcie_tx_tbl),
2505 .tx_num = ARRAY_SIZE(sdm845_qhp_pcie_tx_tbl),
2528 .tx_num = ARRAY_SIZE(sm8250_qmp_pcie_tx_tbl),
2565 .tx_num = ARRAY_SIZE(sm8250_qmp_pcie_tx_tbl),
2575 .tx_num = ARRAY_SIZE(sm8250_qmp_gen3x2_pcie_tx_tbl),
2602 .tx_num = ARRAY_SIZE(msm8998_pcie_tx_tbl),
[all …]
/Linux-v6.6/sound/soc/qcom/qdsp6/
Dq6afe-dai.c174 unsigned int tx_num, unsigned int *tx_slot, in q6tdm_set_channel_map() argument
190 if (tx_num > AFE_PORT_MAX_AUDIO_CHAN_CNT) { in q6tdm_set_channel_map()
192 tx_num); in q6tdm_set_channel_map()
196 for (i = 0; i < tx_num; i++) in q6tdm_set_channel_map()
199 for (i = tx_num; i < AFE_PORT_MAX_AUDIO_CHAN_CNT; i++) in q6tdm_set_channel_map()
202 tdm->num_channels = tx_num; in q6tdm_set_channel_map()
252 unsigned int tx_num, unsigned int *tx_ch_mask, in q6dma_set_channel_map() argument
279 if (tx_num > AFE_PORT_MAX_AUDIO_CHAN_CNT) { in q6dma_set_channel_map()
281 tx_num); in q6dma_set_channel_map()
409 unsigned int tx_num, unsigned int *tx_slot, in q6slim_set_channel_map() argument
[all …]
Dq6apm-lpass-dais.c27 unsigned int tx_num, unsigned int *tx_ch_mask, in q6dma_set_channel_map() argument
53 if (tx_num > AR_PCM_MAX_NUM_CHANNEL) { in q6dma_set_channel_map()
55 tx_num); in q6dma_set_channel_map()
/Linux-v6.6/drivers/net/wireless/realtek/rtw88/
Dmain.c1016 static u8 get_rate_id(u8 wireless_set, enum rtw_bandwidth bw_mode, u8 tx_num) in get_rate_id() argument
1031 if (tx_num == 1) in get_rate_id()
1033 else if (tx_num == 2) in get_rate_id()
1035 else if (tx_num == 3) in get_rate_id()
1040 if (tx_num == 1) in get_rate_id()
1042 else if (tx_num == 2) in get_rate_id()
1044 else if (tx_num == 3) in get_rate_id()
1046 else if (tx_num == 4) in get_rate_id()
1049 if (tx_num == 1) in get_rate_id()
1051 else if (tx_num == 2) in get_rate_id()
[all …]
Dphy.h80 u32 tx_num; member
/Linux-v6.6/include/sound/
Dsoc-dai.h191 unsigned int tx_num, unsigned int *tx_slot,
202 unsigned int *tx_num, unsigned int *tx_slot,
308 unsigned int tx_num, unsigned int *tx_slot,
311 unsigned int *tx_num, unsigned int *tx_slot,
Dcs35l41.h892 unsigned int tx_num, unsigned int *tx_slot,
/Linux-v6.6/sound/soc/codecs/
Dadau7118.c124 unsigned int tx_num, unsigned int *tx_slot, in adau7118_set_channel_map() argument
131 dev_dbg(st->dev, "Set channel map, %d", tx_num); in adau7118_set_channel_map()
133 for (chan = 0; chan < tx_num; chan++) { in adau7118_set_channel_map()
Dmax98504.c223 unsigned int tx_num, unsigned int *tx_slot, in max98504_set_channel_map() argument
230 for (i = 0; i < tx_num; i++) in max98504_set_channel_map()
Dcs35l41-lib.c936 unsigned int tx_num, unsigned int *tx_slot, in cs35l41_set_channels() argument
942 if (tx_num > 4 || rx_num > 2) in cs35l41_set_channels()
956 for (i = 0; i < tx_num; i++) { in cs35l41_set_channels()
Dwcd934x.c1927 unsigned int tx_num, unsigned int *tx_slot, in wcd934x_set_channel_map() argument
1935 if (tx_num > WCD934X_TX_MAX || rx_num > WCD934X_RX_MAX) { in wcd934x_set_channel_map()
1937 tx_num, rx_num); in wcd934x_set_channel_map()
1953 wcd->num_tx_port = tx_num; in wcd934x_set_channel_map()
1954 for (i = 0; i < tx_num; i++) { in wcd934x_set_channel_map()
1963 unsigned int *tx_num, unsigned int *tx_slot, in wcd934x_get_channel_map() argument
1991 if (!tx_slot || !tx_num) { in wcd934x_get_channel_map()
1993 tx_slot, tx_num); in wcd934x_get_channel_map()
2000 *tx_num = i; in wcd934x_get_channel_map()
Dwcd9335.c1986 unsigned int tx_num, unsigned int *tx_slot, in wcd9335_set_channel_map() argument
2006 wcd->num_tx_port = tx_num; in wcd9335_set_channel_map()
2007 for (i = 0; i < tx_num; i++) { in wcd9335_set_channel_map()
2016 unsigned int *tx_num, unsigned int *tx_slot, in wcd9335_get_channel_map() argument
2044 if (!tx_slot || !tx_num) { in wcd9335_get_channel_map()
2046 tx_slot, tx_num); in wcd9335_get_channel_map()
2052 *tx_num = i; in wcd9335_get_channel_map()
Dlpass-va-macro.c886 unsigned int *tx_num, unsigned int *tx_slot, in va_macro_get_channel_map() argument
898 *tx_num = va->active_ch_cnt[dai->id]; in va_macro_get_channel_map()
Dlpass-wsa-macro.c996 unsigned int *tx_num, unsigned int *tx_slot, in wsa_macro_get_channel_map() argument
1006 *tx_num = wsa->active_ch_cnt[dai->id]; in wsa_macro_get_channel_map()
1032 *tx_num = cnt; in wsa_macro_get_channel_map()
Dlpass-tx-macro.c1114 unsigned int *tx_num, unsigned int *tx_slot, in tx_macro_get_channel_map() argument
1125 *tx_num = tx->active_ch_cnt[dai->id]; in tx_macro_get_channel_map()
/Linux-v6.6/sound/soc/
Dsoc-dai.c307 unsigned int tx_num, unsigned int *tx_slot, in snd_soc_dai_set_channel_map() argument
314 ret = dai->driver->ops->set_channel_map(dai, tx_num, tx_slot, in snd_soc_dai_set_channel_map()
331 unsigned int *tx_num, unsigned int *tx_slot, in snd_soc_dai_get_channel_map() argument
338 ret = dai->driver->ops->get_channel_map(dai, tx_num, tx_slot, in snd_soc_dai_get_channel_map()
/Linux-v6.6/drivers/net/wireless/ath/ath11k/
Ddp.c1131 if (update_timer->timer_tx_num != update_timer->tx_num) { in ath11k_dp_shadow_timer_handler()
1132 update_timer->timer_tx_num = update_timer->tx_num; in ath11k_dp_shadow_timer_handler()
1152 update_timer->tx_num++; in ath11k_dp_shadow_start_timer()
1158 update_timer->timer_tx_num = update_timer->tx_num; in ath11k_dp_shadow_start_timer()
1182 update_timer->tx_num = 0; in ath11k_dp_shadow_init_timer()
Ddp.h250 u32 tx_num; member
/Linux-v6.6/drivers/net/can/
Djanz-ican3.c261 unsigned int tx_num; member
427 mod->tx_num = 0; in ican3_init_new_host_interface()
561 void __iomem *desc_addr = mod->dpm + (mod->tx_num * sizeof(desc)); in ican3_new_send_msg()
582 mod->tx_num = (desc.control & DESC_WRAP) ? 0 : (mod->tx_num + 1); in ican3_new_send_msg()
/Linux-v6.6/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dphy.c881 u8 shift = 0, rate_section, tx_num; in _rtl8723be_get_txpower_by_rate() local
886 tx_num = RF_TX_NUM_NONIMPLEMENT; in _rtl8723be_get_txpower_by_rate()
888 if (tx_num == RF_TX_NUM_NONIMPLEMENT) { in _rtl8723be_get_txpower_by_rate()
890 tx_num = RF_2TX; in _rtl8723be_get_txpower_by_rate()
892 tx_num = RF_1TX; in _rtl8723be_get_txpower_by_rate()
936 tx_pwr_diff = (u8)(rtlphy->tx_power_by_rate_offset[band][rfpath][tx_num] in _rtl8723be_get_txpower_by_rate()
/Linux-v6.6/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dphy.c1162 u8 shift = 0, sec, tx_num; in _rtl92ee_get_txpower_by_rate() local
1166 tx_num = RF_TX_NUM_NONIMPLEMENT; in _rtl92ee_get_txpower_by_rate()
1168 if (tx_num == RF_TX_NUM_NONIMPLEMENT) { in _rtl92ee_get_txpower_by_rate()
1170 tx_num = RF_2TX; in _rtl92ee_get_txpower_by_rate()
1172 tx_num = RF_1TX; in _rtl92ee_get_txpower_by_rate()
1217 diff = (u8)(rtlphy->tx_power_by_rate_offset[band][rf][tx_num][sec] >> in _rtl92ee_get_txpower_by_rate()
/Linux-v6.6/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dphy.c2491 u8 shift = 0, rate_section, tx_num; in _rtl8821ae_phy_get_txpower_by_rate() local
2496 tx_num = RF_TX_NUM_NONIMPLEMENT; in _rtl8821ae_phy_get_txpower_by_rate()
2498 if (tx_num == RF_TX_NUM_NONIMPLEMENT) { in _rtl8821ae_phy_get_txpower_by_rate()
2501 tx_num = RF_2TX; in _rtl8821ae_phy_get_txpower_by_rate()
2503 tx_num = RF_1TX; in _rtl8821ae_phy_get_txpower_by_rate()
2569 [tx_num][rate_section] >> shift) & 0xff; in _rtl8821ae_phy_get_txpower_by_rate()
/Linux-v6.6/sound/pci/hda/
Dcs35l41_hda.c691 static int cs35l41_hda_channel_map(struct device *dev, unsigned int tx_num, unsigned int *tx_slot, in cs35l41_hda_channel_map() argument
707 return cs35l41_set_channels(cs35l41->dev, cs35l41->regmap, tx_num, tx_slot, rx_num, in cs35l41_hda_channel_map()
/Linux-v6.6/drivers/net/ethernet/mediatek/
Dmtk_eth_soc.c1387 int tx_num, struct mtk_tx_ring *ring, bool gso) in mtk_tx_map() argument
1588 int tx_num; in mtk_start_xmit() local
1599 tx_num = mtk_cal_txd_req(eth, skb); in mtk_start_xmit()
1600 if (unlikely(atomic_read(&ring->free_count) <= tx_num)) { in mtk_start_xmit()
1623 if (mtk_tx_map(skb, dev, tx_num, ring, gso) < 0) in mtk_start_xmit()

12