tx_ch 100 drivers/spi/spi-img-spfi.c struct dma_chan *tx_ch; tx_ch 357 drivers/spi/spi-img-spfi.c dmaengine_slave_config(spfi->tx_ch, &txconf); tx_ch 359 drivers/spi/spi-img-spfi.c txdesc = dmaengine_prep_slave_sg(spfi->tx_ch, xfer->tx_sg.sgl, tx_ch 381 drivers/spi/spi-img-spfi.c dma_async_issue_pending(spfi->tx_ch); tx_ch 388 drivers/spi/spi-img-spfi.c dmaengine_terminate_all(spfi->tx_ch); tx_ch 407 drivers/spi/spi-img-spfi.c dmaengine_terminate_all(spfi->tx_ch); tx_ch 669 drivers/spi/spi-img-spfi.c spfi->tx_ch = dma_request_slave_channel(spfi->dev, "tx"); tx_ch 671 drivers/spi/spi-img-spfi.c if (!spfi->tx_ch || !spfi->rx_ch) { tx_ch 672 drivers/spi/spi-img-spfi.c if (spfi->tx_ch) tx_ch 673 drivers/spi/spi-img-spfi.c dma_release_channel(spfi->tx_ch); tx_ch 676 drivers/spi/spi-img-spfi.c spfi->tx_ch = NULL; tx_ch 680 drivers/spi/spi-img-spfi.c master->dma_tx = spfi->tx_ch; tx_ch 698 drivers/spi/spi-img-spfi.c if (spfi->tx_ch) tx_ch 699 drivers/spi/spi-img-spfi.c dma_release_channel(spfi->tx_ch); tx_ch 714 drivers/spi/spi-img-spfi.c if (spfi->tx_ch) tx_ch 715 drivers/spi/spi-img-spfi.c dma_release_channel(spfi->tx_ch); tx_ch 3008 drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c static int _cfg80211_rtw_mgmt_tx(struct adapter *padapter, u8 tx_ch, const u8 *buf, size_t len) tx_ch 3022 drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c if (tx_ch != rtw_get_oper_ch(padapter)) { tx_ch 3024 drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c pmlmeext->cur_channel = tx_ch; tx_ch 3025 drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c set_channel_bwmode(padapter, tx_ch, HAL_PRIME_CHNL_OFFSET_DONT_CARE, CHANNEL_WIDTH_20); tx_ch 3100 drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c u8 tx_ch = (u8)ieee80211_frequency_to_channel(chan->center_freq); tx_ch 3120 drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c len, tx_ch tx_ch 3133 drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c DBG_8192C("RTW_Tx:tx_ch =%d, da ="MAC_FMT"\n", tx_ch, MAC_ARG(GetAddr1Ptr(buf))); tx_ch 3147 drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c tx_ret = _cfg80211_rtw_mgmt_tx(padapter, tx_ch, buf, len); tx_ch 386 drivers/tty/serial/stm32-usart.c desc = dmaengine_prep_slave_single(stm32port->tx_ch, tx_ch 405 drivers/tty/serial/stm32-usart.c dma_async_issue_pending(stm32port->tx_ch); tx_ch 440 drivers/tty/serial/stm32-usart.c if (stm32_port->tx_ch) tx_ch 474 drivers/tty/serial/stm32-usart.c if ((sr & USART_SR_TXE) && !(stm32_port->tx_ch)) tx_ch 1094 drivers/tty/serial/stm32-usart.c stm32port->tx_ch = dma_request_slave_channel(dev, "tx"); tx_ch 1095 drivers/tty/serial/stm32-usart.c if (!stm32port->tx_ch) { tx_ch 1112 drivers/tty/serial/stm32-usart.c ret = dmaengine_slave_config(stm32port->tx_ch, &config); tx_ch 1127 drivers/tty/serial/stm32-usart.c dma_release_channel(stm32port->tx_ch); tx_ch 1128 drivers/tty/serial/stm32-usart.c stm32port->tx_ch = NULL; tx_ch 1222 drivers/tty/serial/stm32-usart.c if (stm32_port->tx_ch) tx_ch 1223 drivers/tty/serial/stm32-usart.c dma_release_channel(stm32_port->tx_ch); tx_ch 266 drivers/tty/serial/stm32-usart.h struct dma_chan *tx_ch; /* dma tx channel */ tx_ch 181 drivers/usb/musb/cppi_dma.c struct cppi_channel *tx_ch = controller->tx + i; tx_ch 184 drivers/usb/musb/cppi_dma.c INIT_LIST_HEAD(&tx_ch->tx_complete); tx_ch 187 drivers/usb/musb/cppi_dma.c tx_ch->state_ram = tx; tx_ch 1170 drivers/usb/musb/cppi_dma.c struct cppi_channel *tx_ch; tx_ch 1178 drivers/usb/musb/cppi_dma.c tx_ch = cppi->tx + index; tx_ch 1179 drivers/usb/musb/cppi_dma.c tx_ram = tx_ch->state_ram; tx_ch 1185 drivers/usb/musb/cppi_dma.c cppi_dump_tx(5, tx_ch, "/E"); tx_ch 1187 drivers/usb/musb/cppi_dma.c bd = tx_ch->head; tx_ch 1214 drivers/usb/musb/cppi_dma.c tx_ch->channel.actual_len += len; tx_ch 1216 drivers/usb/musb/cppi_dma.c tx_ch->last_processed = bd; tx_ch 1239 drivers/usb/musb/cppi_dma.c if (tx_ch->offset >= tx_ch->buf_len) { tx_ch 1240 drivers/usb/musb/cppi_dma.c tx_ch->head = NULL; tx_ch 1241 drivers/usb/musb/cppi_dma.c tx_ch->tail = NULL; tx_ch 1242 drivers/usb/musb/cppi_dma.c tx_ch->channel.status = MUSB_DMA_STATUS_FREE; tx_ch 1244 drivers/usb/musb/cppi_dma.c hw_ep = tx_ch->hw_ep; tx_ch 1252 drivers/usb/musb/cppi_dma.c cppi_next_tx_segment(musb, tx_ch); tx_ch 1255 drivers/usb/musb/cppi_dma.c tx_ch->head = bd; tx_ch 36 sound/soc/qcom/apq8096.c u32 rx_ch[SLIM_MAX_RX_PORTS], tx_ch[SLIM_MAX_TX_PORTS]; tx_ch 41 sound/soc/qcom/apq8096.c &tx_ch_cnt, tx_ch, &rx_ch_cnt, rx_ch); tx_ch 53 sound/soc/qcom/apq8096.c ret = snd_soc_dai_set_channel_map(cpu_dai, tx_ch_cnt, tx_ch, tx_ch 79 sound/soc/qcom/apq8096.c unsigned int tx_ch[SLIM_MAX_TX_PORTS] = {128, 129, 130, 131, 132, 133, tx_ch 83 sound/soc/qcom/apq8096.c snd_soc_dai_set_channel_map(codec_dai, ARRAY_SIZE(tx_ch), tx_ch 84 sound/soc/qcom/apq8096.c tx_ch, ARRAY_SIZE(rx_ch), rx_ch);