Home
last modified time | relevance | path

Searched refs:tx_channel (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/mailbox/
H A Dmailbox-test.c35 struct mbox_chan *tx_channel; member
54 if (!tdev->tx_channel) { in mbox_test_signal_write()
104 if (!tdev->tx_channel) { in mbox_test_message_write()
144 ret = mbox_send_message(tdev->tx_channel, data); in mbox_test_message_write()
398 tdev->tx_channel = mbox_test_request_channel(pdev, "tx"); in mbox_test_probe()
401 if (!tdev->tx_channel && !tdev->rx_channel) in mbox_test_probe()
406 tdev->rx_channel = tdev->tx_channel; in mbox_test_probe()
426 if (tdev->tx_channel) in mbox_test_probe()
427 mbox_free_channel(tdev->tx_channel); in mbox_test_probe()
428 if (tdev->rx_channel && tdev->rx_channel != tdev->tx_channel) in mbox_test_probe()
[all …]
/linux/drivers/usb/musb/
H A Dmusb_cppi41.c39 struct cppi41_dma_channel *tx_channel; member
494 cppi41_channel = &controller->tx_channel[ch_num]; in cppi41_dma_channel_allocate()
651 dc = ctrl->tx_channel[i].dc; in cppi41_release_all_dma_chans()
705 cppi41_channel = &controller->tx_channel[port - 1]; in cppi41_dma_controller_start()
742 kfree(controller->tx_channel); in cppi41_dma_controller_destroy()
791 controller->tx_channel = kzalloc(channel_size, GFP_KERNEL); in cppi41_dma_controller_create()
792 if (!controller->tx_channel) in cppi41_dma_controller_create()
801 kfree(controller->tx_channel); in cppi41_dma_controller_create()
H A Dux500_dma.c45 struct ux500_dma_channel tx_channel[UX500_MUSB_DMA_NUM_RX_TX_CHANNELS]; member
147 ux500_channel = is_tx ? &(controller->tx_channel[ch_num]) : in ux500_dma_channel_allocate()
256 channel = &controller->tx_channel[ch_num].channel; in ux500_dma_controller_stop()
338 channel_array = controller->tx_channel; in ux500_dma_controller_start()
H A Dmusb_core.h219 struct dma_channel *tx_channel; member
/linux/drivers/firmware/tegra/
H A Dbpmp-tegra186.c184 tegra186_bpmp_channel_cleanup(bpmp->tx_channel); in tegra186_bpmp_teardown_channels()
284 err = tegra186_bpmp_channel_init(bpmp->tx_channel, bpmp, in tegra186_bpmp_setup_channels()
292 tegra186_bpmp_channel_cleanup(bpmp->tx_channel); in tegra186_bpmp_setup_channels()
316 tegra186_bpmp_channel_reset(bpmp->tx_channel); in tegra186_bpmp_reset_channels()
H A Dbpmp-tegra210.c183 err = tegra210_bpmp_channel_init(bpmp->tx_channel, bpmp, in tegra210_bpmp_init()
/linux/drivers/input/touchscreen/
H A Ds6sy761.c110 u8 tx_channel; member
368 sdata->tx_channel = max_t(u8, buffer[8], 1); in s6sy761_hw_init()
447 err = input_mt_init_slots(sdata->input, sdata->tx_channel, in s6sy761_probe()
/linux/drivers/usb/atm/
H A Dusbatm.h155 struct usbatm_channel tx_channel; member
/linux/drivers/net/ethernet/sfc/siena/
H A Defx.c477 struct efx_channel *tx_channel; in efx_siena_get_irq_moderation() local
479 tx_channel = efx->channel[efx->tx_channel_offset]; in efx_siena_get_irq_moderation()
480 *tx_usecs = tx_channel->irq_moderation_us; in efx_siena_get_irq_moderation()
/linux/drivers/net/ethernet/sfc/
H A Defx.c471 struct efx_channel *tx_channel; in efx_get_irq_moderation() local
473 tx_channel = efx->channel[efx->tx_channel_offset]; in efx_get_irq_moderation()
474 *tx_usecs = tx_channel->irq_moderation_us; in efx_get_irq_moderation()
/linux/drivers/net/ethernet/sun/
H A Dniu.c3758 if (tx_vec & (1 << rp->tx_channel)) in niu_poll_core()
3760 nw64(LD_IM0(LDN_TXDMA(rp->tx_channel)), 0); in niu_poll_core()
3860 netdev_err(np->dev, "TX channel %u errors ( ", rp->tx_channel); in niu_log_txchan_errors()
3886 cs = nr64(TX_CS(rp->tx_channel)); in niu_tx_error()
3887 logh = nr64(TX_RNG_ERR_LOGH(rp->tx_channel)); in niu_tx_error()
3888 logl = nr64(TX_RNG_ERR_LOGL(rp->tx_channel)); in niu_tx_error()
3891 rp->tx_channel, in niu_tx_error()
4111 if (tx_vec & (1 << rp->tx_channel)) { in niu_slowpath_interrupt()
4159 rp->tx_cs = nr64(TX_CS(rp->tx_channel)); in niu_txchan_intr()
4188 int ldn = LDN_TXDMA(rp->tx_channel); in __niu_fastpath_interrupt()
[all …]
H A Dniu.h2862 u16 tx_channel; member
/linux/drivers/net/ethernet/microchip/
H A Dlan743x_main.c1559 int tx_channel) in lan743x_dmac_tx_get_state() argument
1565 DMAC_CMD_START_T_(tx_channel)), in lan743x_dmac_tx_get_state()
1567 DMAC_CMD_STOP_T_(tx_channel))); in lan743x_dmac_tx_get_state()
1571 int tx_channel) in lan743x_dmac_tx_wait_till_stopped() argument
1577 ((result = lan743x_dmac_tx_get_state(adapter, tx_channel)) == in lan743x_dmac_tx_wait_till_stopped()
/linux/drivers/net/ethernet/sfc/falcon/
H A Defx.c1935 struct ef4_channel *tx_channel; in ef4_get_irq_moderation() local
1937 tx_channel = efx->channel[efx->tx_channel_offset]; in ef4_get_irq_moderation()
1938 *tx_usecs = tx_channel->irq_moderation_us; in ef4_get_irq_moderation()