Home
last modified time | relevance | path

Searched refs:tx_ch (Results 1 – 11 of 11) sorted by relevance

/linux-5.19.10/sound/soc/qcom/
Dapq8096.c36 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()
Dsdm845.c54 u32 rx_ch[SLIM_MAX_RX_PORTS], tx_ch[SLIM_MAX_TX_PORTS]; in sdm845_slim_snd_hw_params() local
66 &tx_ch_cnt, tx_ch, &rx_ch_cnt, rx_ch); in sdm845_slim_snd_hw_params()
81 tx_ch, 0, NULL); in sdm845_slim_snd_hw_params()
238 unsigned int tx_ch[SLIM_MAX_TX_PORTS] = {128, 129, 130, 131, 132, 133, in sdm845_dai_init() local
287 ARRAY_SIZE(tx_ch), in sdm845_dai_init()
288 tx_ch, in sdm845_dai_init()
/linux-5.19.10/drivers/spi/
Dspi-img-spfi.c99 struct dma_chan *tx_ch; member
352 dmaengine_slave_config(spfi->tx_ch, &txconf); in img_spfi_start_dma()
354 txdesc = dmaengine_prep_slave_sg(spfi->tx_ch, xfer->tx_sg.sgl, in img_spfi_start_dma()
376 dma_async_issue_pending(spfi->tx_ch); in img_spfi_start_dma()
383 dmaengine_terminate_all(spfi->tx_ch); in img_spfi_start_dma()
402 dmaengine_terminate_all(spfi->tx_ch); in img_spfi_handle_err()
615 spfi->tx_ch = dma_request_chan(spfi->dev, "tx"); in img_spfi_probe()
616 if (IS_ERR(spfi->tx_ch)) { in img_spfi_probe()
617 ret = PTR_ERR(spfi->tx_ch); in img_spfi_probe()
618 spfi->tx_ch = NULL; in img_spfi_probe()
[all …]
/linux-5.19.10/drivers/usb/musb/
Dcppi_dma.c181 struct cppi_channel *tx_ch = controller->tx + i; in cppi_controller_start() local
184 INIT_LIST_HEAD(&tx_ch->tx_complete); in cppi_controller_start()
187 tx_ch->state_ram = tx; in cppi_controller_start()
1170 struct cppi_channel *tx_ch; in cppi_interrupt() local
1178 tx_ch = cppi->tx + index; in cppi_interrupt()
1179 tx_ram = tx_ch->state_ram; in cppi_interrupt()
1185 cppi_dump_tx(5, tx_ch, "/E"); in cppi_interrupt()
1187 bd = tx_ch->head; in cppi_interrupt()
1214 tx_ch->channel.actual_len += len; in cppi_interrupt()
1216 tx_ch->last_processed = bd; in cppi_interrupt()
[all …]
/linux-5.19.10/drivers/net/wwan/t7xx/
Dt7xx_port_proxy.c53 .tx_ch = PORT_CH_UART2_TX,
64 .tx_ch = PORT_CH_MBIM_TX,
73 .tx_ch = PORT_CH_CONTROL_TX,
91 if (port_conf->rx_ch == ch || port_conf->tx_ch == ch) in t7xx_proxy_get_port_by_ch()
221 status = FIELD_PREP(CCCI_H_CHN_FLD, port_conf->tx_ch) | in t7xx_port_send_ccci_skb()
267 if (port_conf->tx_ch != PORT_CH_MD_LOG_TX) in t7xx_port_send_skb()
416 if (port_conf->tx_ch == PORT_CH_CONTROL_TX) in t7xx_proxy_init_all_ports()
Dt7xx_port.h87 enum port_ch tx_ch; member
/linux-5.19.10/drivers/remoteproc/
Dimx_dsp_rproc.c114 struct mbox_chan *tx_ch; member
511 priv->tx_ch = mbox_request_channel_byname(cl, "tx"); in imx_dsp_rproc_mbox_init()
512 if (IS_ERR(priv->tx_ch)) { in imx_dsp_rproc_mbox_init()
513 ret = PTR_ERR(priv->tx_ch); in imx_dsp_rproc_mbox_init()
547 if (!IS_ERR(priv->tx_ch)) in imx_dsp_rproc_mbox_init()
548 mbox_free_channel(priv->tx_ch); in imx_dsp_rproc_mbox_init()
559 mbox_free_channel(priv->tx_ch); in imx_dsp_rproc_free_mbox()
696 if (!priv->tx_ch) { in imx_dsp_rproc_kick()
707 err = mbox_send_message(priv->tx_ch, (void *)&mmsg); in imx_dsp_rproc_kick()
1038 ret = mbox_send_message(priv->tx_ch, (void *)&mmsg); in imx_dsp_suspend()
Dimx_rproc.c87 struct mbox_chan *tx_ch; member
503 if (!priv->tx_ch) { in imx_rproc_kick()
514 err = mbox_send_message(priv->tx_ch, (void *)&mmsg); in imx_rproc_kick()
661 priv->tx_ch = mbox_request_channel_byname(cl, "tx"); in imx_rproc_xtr_mbox_init()
662 if (IS_ERR(priv->tx_ch)) { in imx_rproc_xtr_mbox_init()
663 ret = PTR_ERR(priv->tx_ch); in imx_rproc_xtr_mbox_init()
670 mbox_free_channel(priv->tx_ch); in imx_rproc_xtr_mbox_init()
683 mbox_free_channel(priv->tx_ch); in imx_rproc_free_mbox()
/linux-5.19.10/drivers/tty/serial/
Dstm32-usart.c368 dmaengine_terminate_async(stm32_port->tx_ch); in stm32_usart_tx_dma_terminate()
558 desc = dmaengine_prep_slave_single(stm32port->tx_ch, in stm32_usart_transmit_chars_dma()
586 dma_async_issue_pending(stm32port->tx_ch); in stm32_usart_transmit_chars_dma()
645 if (stm32_port->tx_ch) in stm32_usart_transmit_chars()
709 if ((sr & USART_SR_TXE) && !(stm32_port->tx_ch)) { in stm32_usart_interrupt()
820 if (stm32_port->tx_ch) { in stm32_usart_flush_buffer()
1578 ret = dmaengine_slave_config(stm32port->tx_ch, &config); in stm32_usart_of_dma_tx_probe()
1621 stm32port->tx_ch = dma_request_chan(&pdev->dev, "tx"); in stm32_usart_serial_probe()
1622 if (PTR_ERR(stm32port->tx_ch) == -EPROBE_DEFER) { in stm32_usart_serial_probe()
1627 if (IS_ERR(stm32port->tx_ch)) in stm32_usart_serial_probe()
[all …]
Dstm32-usart.h263 struct dma_chan *tx_ch; /* dma tx channel */ member
/linux-5.19.10/drivers/staging/rtl8723bs/os_dep/
Dioctl_cfg80211.c2595 static int _cfg80211_rtw_mgmt_tx(struct adapter *padapter, u8 tx_ch, const u8 *buf, size_t len) in _cfg80211_rtw_mgmt_tx() argument
2609 if (tx_ch != rtw_get_oper_ch(padapter)) { in _cfg80211_rtw_mgmt_tx()
2611 pmlmeext->cur_channel = tx_ch; in _cfg80211_rtw_mgmt_tx()
2612 set_channel_bwmode(padapter, tx_ch, HAL_PRIME_CHNL_OFFSET_DONT_CARE, CHANNEL_WIDTH_20); in _cfg80211_rtw_mgmt_tx()
2673 u8 tx_ch = (u8)ieee80211_frequency_to_channel(chan->center_freq); in cfg80211_rtw_mgmt_tx() local
2704 tx_ret = _cfg80211_rtw_mgmt_tx(padapter, tx_ch, buf, len); in cfg80211_rtw_mgmt_tx()