| /linux/sound/soc/qcom/ |
| A D | apq8096.c | 36 u32 rx_ch[SLIM_MAX_RX_PORTS], tx_ch[SLIM_MAX_TX_PORTS]; in msm_snd_hw_params() local 41 &tx_ch_cnt, tx_ch, &rx_ch_cnt, rx_ch); in msm_snd_hw_params() 53 ret = snd_soc_dai_set_channel_map(cpu_dai, tx_ch_cnt, tx_ch, in msm_snd_hw_params() 79 unsigned int tx_ch[SLIM_MAX_TX_PORTS] = {128, 129, 130, 131, 132, 133, in apq8096_init() local 83 snd_soc_dai_set_channel_map(codec_dai, ARRAY_SIZE(tx_ch), in apq8096_init() 84 tx_ch, ARRAY_SIZE(rx_ch), rx_ch); in apq8096_init()
|
| A D | sdm845.c | 66 u32 rx_ch[SLIM_MAX_RX_PORTS], tx_ch[SLIM_MAX_TX_PORTS]; in sdm845_slim_snd_hw_params() local 78 &tx_ch_cnt, tx_ch, &rx_ch_cnt, rx_ch); in sdm845_slim_snd_hw_params() 93 tx_ch, 0, NULL); in sdm845_slim_snd_hw_params() 250 unsigned int tx_ch[SLIM_MAX_TX_PORTS] = {128, 129, 130, 131, 132, 133, in sdm845_dai_init() local 301 ARRAY_SIZE(tx_ch), in sdm845_dai_init() 302 tx_ch, in sdm845_dai_init()
|
| /linux/drivers/spi/ |
| A D | spi-img-spfi.c | 99 struct dma_chan *tx_ch; member 615 if (IS_ERR(spfi->tx_ch)) { in img_spfi_probe() 616 ret = PTR_ERR(spfi->tx_ch); in img_spfi_probe() 617 spfi->tx_ch = NULL; in img_spfi_probe() 631 if (spfi->tx_ch) in img_spfi_probe() 635 spfi->tx_ch = NULL; in img_spfi_probe() 639 host->dma_tx = spfi->tx_ch; in img_spfi_probe() 657 if (spfi->tx_ch) in img_spfi_probe() 658 dma_release_channel(spfi->tx_ch); in img_spfi_probe() 673 if (spfi->tx_ch) in img_spfi_remove() [all …]
|
| /linux/drivers/net/wwan/t7xx/ |
| A D | t7xx_port_proxy.c | 56 .tx_ch = PORT_CH_UART2_TX, 67 .tx_ch = PORT_CH_MBIM_TX, 77 .tx_ch = PORT_CH_MD_LOG_TX, 88 .tx_ch = PORT_CH_CONTROL_TX, 96 .tx_ch = PORT_CH_AP_CONTROL_TX, 108 .tx_ch = PORT_CH_UNIMPORTANT, 129 if (port_conf->rx_ch == ch || port_conf->tx_ch == ch) in t7xx_proxy_get_port_by_ch() 269 status = FIELD_PREP(CCCI_H_CHN_FLD, port_conf->tx_ch) | in t7xx_port_send_ccci_skb() 315 if (port_conf->tx_ch != PORT_CH_MD_LOG_TX) in t7xx_port_send_skb() 497 if (port_conf->tx_ch == PORT_CH_CONTROL_TX) in t7xx_proxy_init_all_ports() [all …]
|
| A D | t7xx_port.h | 93 enum port_ch tx_ch; member
|
| /linux/drivers/tty/serial/ |
| A D | stm32-usart.c | 827 if (stm32_port->tx_ch) in stm32_usart_transmit_chars() 983 if (stm32_port->tx_ch) in stm32_usart_flush_buffer() 1115 if (stm32_port->tx_ch) in stm32_usart_shutdown() 1355 if (stm32_port->tx_ch) in stm32_usart_set_termios() 1794 if (IS_ERR(stm32port->tx_ch)) in stm32_usart_serial_probe() 1795 stm32port->tx_ch = NULL; in stm32_usart_serial_probe() 1817 stm32port->tx_ch = NULL; in stm32_usart_serial_probe() 1822 if (!stm32port->tx_ch) in stm32_usart_serial_probe() 1844 if (stm32port->tx_ch) in stm32_usart_serial_probe() 1859 if (stm32port->tx_ch) in stm32_usart_serial_probe() [all …]
|
| A D | stm32-usart.h | 205 struct dma_chan *tx_ch; /* dma tx channel */ member
|
| /linux/drivers/remoteproc/ |
| A D | imx_rproc.c | 106 struct mbox_chan *tx_ch; member 615 if (!priv->tx_ch) { in imx_rproc_kick() 626 err = mbox_send_message(priv->tx_ch, (void *)&mmsg); in imx_rproc_kick() 814 if (priv->tx_ch && priv->rx_ch) in imx_rproc_xtr_mbox_init() 827 priv->tx_ch = mbox_request_channel_byname(cl, "tx"); in imx_rproc_xtr_mbox_init() 828 if (IS_ERR(priv->tx_ch)) in imx_rproc_xtr_mbox_init() 829 return dev_err_probe(cl->dev, PTR_ERR(priv->tx_ch), in imx_rproc_xtr_mbox_init() 834 mbox_free_channel(priv->tx_ch); in imx_rproc_xtr_mbox_init() 846 if (priv->tx_ch) { in imx_rproc_free_mbox() 847 mbox_free_channel(priv->tx_ch); in imx_rproc_free_mbox() [all …]
|
| A D | imx_dsp_rproc.c | 119 struct mbox_chan *tx_ch; member 523 priv->tx_ch = mbox_request_channel_byname(cl, "tx"); in imx_dsp_rproc_mbox_alloc() 524 if (IS_ERR(priv->tx_ch)) { in imx_dsp_rproc_mbox_alloc() 525 ret = PTR_ERR(priv->tx_ch); in imx_dsp_rproc_mbox_alloc() 561 mbox_free_channel(priv->tx_ch); in imx_dsp_rproc_mbox_alloc() 579 mbox_free_channel(priv->tx_ch); in imx_dsp_rproc_free_mbox() 722 if (!priv->tx_ch) { in imx_dsp_rproc_kick() 733 err = mbox_send_message(priv->tx_ch, (void *)&mmsg); in imx_dsp_rproc_kick() 1190 ret = mbox_send_message(priv->tx_ch, (void *)&mmsg); in imx_dsp_suspend()
|
| /linux/drivers/net/ethernet/ti/ |
| A D | am65-cpsw-qos.c | 1181 int tx_ch, u32 rate_mbps) in am65_cpsw_qos_tx_p0_rate_apply() argument 1188 writel(ch_cir, host->port_base + AM65_CPSW_PN_REG_PRI_CIR(tx_ch)); in am65_cpsw_qos_tx_p0_rate_apply() 1196 netdev_get_tx_queue(ndev, tx_ch)->tx_maxrate = rate_mbps; in am65_cpsw_qos_tx_p0_rate_apply() 1265 int tx_ch; in am65_cpsw_qos_tx_p0_rate_init() local 1267 for (tx_ch = 0; tx_ch < common->tx_ch_num; tx_ch++) { in am65_cpsw_qos_tx_p0_rate_init() 1268 struct am65_cpsw_tx_chn *tx_chn = &common->tx_chns[tx_ch]; in am65_cpsw_qos_tx_p0_rate_init() 1277 host->port_base + AM65_CPSW_PN_REG_PRI_CIR(tx_ch)); in am65_cpsw_qos_tx_p0_rate_init()
|
| /linux/drivers/staging/rtl8723bs/os_dep/ |
| A D | ioctl_cfg80211.c | 2473 static int _cfg80211_rtw_mgmt_tx(struct adapter *padapter, u8 tx_ch, const u8 *buf, size_t len) in _cfg80211_rtw_mgmt_tx() argument 2487 if (tx_ch != rtw_get_oper_ch(padapter)) { in _cfg80211_rtw_mgmt_tx() 2489 pmlmeext->cur_channel = tx_ch; in _cfg80211_rtw_mgmt_tx() 2490 set_channel_bwmode(padapter, tx_ch, HAL_PRIME_CHNL_OFFSET_DONT_CARE, CHANNEL_WIDTH_20); in _cfg80211_rtw_mgmt_tx() 2549 u8 tx_ch = (u8)ieee80211_frequency_to_channel(chan->center_freq); in cfg80211_rtw_mgmt_tx() local 2577 tx_ret = _cfg80211_rtw_mgmt_tx(padapter, tx_ch, buf, len); in cfg80211_rtw_mgmt_tx()
|