Home
last modified time | relevance | path

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

/linux/drivers/mailbox/
A Dmailbox-test.c35 struct mbox_chan *tx_channel; member
52 if (!tdev->tx_channel) { in mbox_test_signal_write()
101 if (!tdev->tx_channel) { in mbox_test_message_write()
138 ret = mbox_send_message(tdev->tx_channel, data); in mbox_test_message_write()
381 tdev->tx_channel = mbox_test_request_channel(pdev, "tx"); in mbox_test_probe()
384 if (!tdev->tx_channel && !tdev->rx_channel) in mbox_test_probe()
389 tdev->rx_channel = tdev->tx_channel; in mbox_test_probe()
419 if (tdev->tx_channel) in mbox_test_remove()
420 mbox_free_channel(tdev->tx_channel); in mbox_test_remove()
/linux/drivers/usb/atm/
A Dusbatm.c571 tx_channel.tasklet); in usbatm_tx_process()
583 urb = usbatm_pop_urb(&instance->tx_channel); in usbatm_tx_process()
635 tasklet_disable(&instance->tx_channel.tasklet); in usbatm_cancel_send()
641 tasklet_enable(&instance->tx_channel.tasklet); in usbatm_cancel_send()
699 tasklet_kill(&instance->tx_channel.tasklet); in usbatm_destroy_instance()
1075 usbatm_init_channel(&instance->tx_channel); in usbatm_usb_probe()
1090 instance->tx_channel.buf_size = max(instance->tx_channel.stride, in usbatm_usb_probe()
1234 tasklet_disable(&instance->tx_channel.tasklet); in usbatm_usb_disconnect()
1240 del_timer_sync(&instance->tx_channel.delay); in usbatm_usb_disconnect()
1245 INIT_LIST_HEAD(&instance->tx_channel.list); in usbatm_usb_disconnect()
[all …]
A Dusbatm.h155 struct usbatm_channel tx_channel; member
/linux/drivers/atm/
A Dhorizon.c1426 short tx_channel = -1; in setup_idle_tx_channel() local
1450 tx_channel = chan; in setup_idle_tx_channel()
1543 return tx_channel; in setup_idle_tx_channel()
1558 short tx_channel; in hrz_send() local
1651 tx_channel = dev->tx_last; in hrz_send()
1655 for (tx_channel = 0; tx_channel < TX_CHANS; ++tx_channel) in hrz_send()
1660 if (tx_channel == TX_CHANS) { in hrz_send()
1664 if (tx_channel < 0) { in hrz_send()
1667 return tx_channel; in hrz_send()
1672 SELECT_TX_CHANNEL(dev, tx_channel); in hrz_send()
[all …]
/linux/drivers/firmware/tegra/
A Dbpmp-tegra186.c202 err = tegra186_bpmp_channel_init(bpmp->tx_channel, bpmp, in tegra186_bpmp_init()
234 tegra186_bpmp_channel_reset(bpmp->tx_channel); in tegra186_bpmp_init()
252 tegra186_bpmp_channel_cleanup(bpmp->tx_channel); in tegra186_bpmp_init()
272 tegra186_bpmp_channel_cleanup(bpmp->tx_channel); in tegra186_bpmp_deinit()
283 tegra186_bpmp_channel_reset(bpmp->tx_channel); in tegra186_bpmp_resume()
A Dbpmp.c329 channel = bpmp->tx_channel; in tegra_bpmp_transfer_atomic()
719 bpmp->tx_channel = devm_kzalloc(&pdev->dev, sizeof(*bpmp->tx_channel), in tegra_bpmp_probe()
721 if (!bpmp->tx_channel) in tegra_bpmp_probe()
A Dbpmp-tegra210.c182 err = tegra210_bpmp_channel_init(bpmp->tx_channel, bpmp, in tegra210_bpmp_init()
/linux/drivers/usb/musb/
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()
744 kfree(controller->tx_channel); in cppi41_dma_controller_destroy()
793 controller->tx_channel = kzalloc(channel_size, GFP_KERNEL); in cppi41_dma_controller_create()
794 if (!controller->tx_channel) in cppi41_dma_controller_create()
803 kfree(controller->tx_channel); in cppi41_dma_controller_create()
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()
A Dmusb_host.c267 hw_ep->tx_channel ? "dma" : "pio"); in musb_start_urb()
269 if (!hw_ep->tx_channel) in musb_start_urb()
339 if (ep->tx_channel) { in musb_advance_schedule()
340 dma->channel_release(ep->tx_channel); in musb_advance_schedule()
341 ep->tx_channel = NULL; in musb_advance_schedule()
570 struct dma_channel *channel = hw_ep->tx_channel; in musb_tx_dma_set_mode_mentor()
608 struct dma_channel *channel = hw_ep->tx_channel; in musb_tx_dma_set_mode_cppi_tusb()
623 struct dma_channel *channel = hw_ep->tx_channel; in musb_tx_dma_program()
649 hw_ep->tx_channel = NULL; in musb_tx_dma_program()
693 hw_ep->tx_channel = NULL; in musb_ep_program()
[all …]
A Dmusb_core.h219 struct dma_channel *tx_channel; member
A Dmusb_core.c1137 ep->tx_channel ? " DMA" : "", in musb_stage0_irq()
1139 if (!ep->tx_channel) in musb_stage0_irq()
/linux/drivers/mmc/host/
A Dmmci.c732 struct dma_chan *tx_channel; member
756 if (IS_ERR(dmae->tx_channel)) { in mmci_dmae_setup()
760 dmae->tx_channel = NULL; in mmci_dmae_setup()
769 dmae->tx_channel = dmae->rx_channel; in mmci_dmae_setup()
776 if (dmae->tx_channel) in mmci_dmae_setup()
788 if (dmae->tx_channel) { in mmci_dmae_setup()
821 if (dmae->tx_channel) in mmci_dmae_release()
822 dma_release_channel(dmae->tx_channel); in mmci_dmae_release()
834 chan = dmae->tx_channel; in mmci_dma_unmap()
929 chan = dmae->tx_channel; in _mmci_dmae_prep_data()
[all …]
/linux/drivers/input/touchscreen/
A Ds6sy761.c110 u8 tx_channel; member
371 sdata->tx_channel = max_t(u8, buffer[8], 1); in s6sy761_hw_init()
451 err = input_mt_init_slots(sdata->input, sdata->tx_channel, in s6sy761_probe()
/linux/include/soc/tegra/
A Dbpmp.h70 struct tegra_bpmp_channel *tx_channel, *rx_channel, *threaded_channels; member
/linux/drivers/net/ethernet/sfc/
A Defx.c482 struct efx_channel *tx_channel; in efx_get_irq_moderation() local
484 tx_channel = efx->channel[efx->tx_channel_offset]; in efx_get_irq_moderation()
485 *tx_usecs = tx_channel->irq_moderation_us; in efx_get_irq_moderation()
/linux/drivers/net/ethernet/sun/
A Dniu.c3739 if (tx_vec & (1 << rp->tx_channel)) in niu_poll_core()
3867 cs = nr64(TX_CS(rp->tx_channel)); in niu_tx_error()
3872 rp->tx_channel, in niu_tx_error()
4092 if (tx_vec & (1 << rp->tx_channel)) { in niu_slowpath_interrupt()
4140 rp->tx_cs = nr64(TX_CS(rp->tx_channel)); in niu_txchan_intr()
4169 int ldn = LDN_TXDMA(rp->tx_channel); in __niu_fastpath_interrupt()
4175 if (tx_vec & (1 << rp->tx_channel)) in __niu_fastpath_interrupt()
4525 rp->tx_channel = first_tx_channel + i; in niu_alloc_channels()
4648 val |= (1 << np->tx_rings[i].tx_channel); in niu_txc_port_dma_enable()
4655 int err, channel = rp->tx_channel; in niu_init_one_tx_channel()
[all …]
A Dniu.h2862 u16 tx_channel; member
/linux/drivers/net/ethernet/microchip/
A Dlan743x_main.c1180 int tx_channel) in lan743x_dmac_tx_get_state() argument
1186 DMAC_CMD_START_T_(tx_channel)), in lan743x_dmac_tx_get_state()
1188 DMAC_CMD_STOP_T_(tx_channel))); in lan743x_dmac_tx_get_state()
1192 int tx_channel) in lan743x_dmac_tx_wait_till_stopped() argument
1198 ((result = lan743x_dmac_tx_get_state(adapter, tx_channel)) == in lan743x_dmac_tx_wait_till_stopped()
/linux/drivers/net/ethernet/ti/
A Dcpmac.c739 int tx_channel = (macstatus >> 16) & 7; in cpmac_check_status() local
754 tx_code, tx_channel, macstatus); in cpmac_check_status()
/linux/drivers/net/ethernet/sfc/falcon/
A Defx.c1950 struct ef4_channel *tx_channel; in ef4_get_irq_moderation() local
1952 tx_channel = efx->channel[efx->tx_channel_offset]; in ef4_get_irq_moderation()
1953 *tx_usecs = tx_channel->irq_moderation_us; in ef4_get_irq_moderation()

Completed in 89 milliseconds