Searched refs:tx_ch (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/spi/ |
D | spi-img-spfi.c | 103 struct dma_chan *tx_ch; member 360 dmaengine_slave_config(spfi->tx_ch, &txconf); in img_spfi_start_dma() 362 txdesc = dmaengine_prep_slave_sg(spfi->tx_ch, xfer->tx_sg.sgl, in img_spfi_start_dma() 384 dma_async_issue_pending(spfi->tx_ch); in img_spfi_start_dma() 391 dmaengine_terminate_all(spfi->tx_ch); in img_spfi_start_dma() 410 dmaengine_terminate_all(spfi->tx_ch); in img_spfi_handle_err() 669 spfi->tx_ch = dma_request_slave_channel(spfi->dev, "tx"); in img_spfi_probe() 671 if (!spfi->tx_ch || !spfi->rx_ch) { in img_spfi_probe() 672 if (spfi->tx_ch) in img_spfi_probe() 673 dma_release_channel(spfi->tx_ch); in img_spfi_probe() [all …]
|
/linux-4.4.14/drivers/usb/musb/ |
D | cppi_dma.c | 179 struct cppi_channel *tx_ch = controller->tx + i; in cppi_controller_start() local 182 INIT_LIST_HEAD(&tx_ch->tx_complete); in cppi_controller_start() 185 tx_ch->state_ram = tx; in cppi_controller_start() 1171 struct cppi_channel *tx_ch; in cppi_interrupt() local 1179 tx_ch = cppi->tx + index; in cppi_interrupt() 1180 tx_ram = tx_ch->state_ram; in cppi_interrupt() 1186 cppi_dump_tx(5, tx_ch, "/E"); in cppi_interrupt() 1188 bd = tx_ch->head; in cppi_interrupt() 1215 tx_ch->channel.actual_len += len; in cppi_interrupt() 1217 tx_ch->last_processed = bd; in cppi_interrupt() [all …]
|
/linux-4.4.14/drivers/staging/rtl8723au/os_dep/ |
D | ioctl_cfg80211.c | 2952 static int _cfg80211_rtw_mgmt_tx(struct rtw_adapter *padapter, u8 tx_ch, in _cfg80211_rtw_mgmt_tx() argument 2972 if (tx_ch != rtw_get_oper_ch23a(padapter)) { in _cfg80211_rtw_mgmt_tx() 2974 pmlmeext->cur_channel = tx_ch; in _cfg80211_rtw_mgmt_tx() 2975 set_channel_bwmode23a(padapter, tx_ch, in _cfg80211_rtw_mgmt_tx() 3039 u8 tx_ch = (u8) ieee80211_frequency_to_channel(chan->center_freq); in cfg80211_rtw_mgmt_tx() local 3048 padapter->pnetdev->name, len, tx_ch); in cfg80211_rtw_mgmt_tx() 3054 DBG_8723A("RTW_Tx:tx_ch =%d, da =%pM\n", tx_ch, hdr->da); in cfg80211_rtw_mgmt_tx() 3061 tx_ret = _cfg80211_rtw_mgmt_tx(padapter, tx_ch, buf, len); in cfg80211_rtw_mgmt_tx()
|