/Linux-v4.19/drivers/mailbox/ |
D | mailbox-test.c | 40 struct mbox_chan *tx_channel; member 56 if (!tdev->tx_channel) { in mbox_test_signal_write() 105 if (!tdev->tx_channel) { in mbox_test_message_write() 142 ret = mbox_send_message(tdev->tx_channel, data); in mbox_test_message_write() 383 tdev->tx_channel = mbox_test_request_channel(pdev, "tx"); in mbox_test_probe() 386 if (!tdev->tx_channel && !tdev->rx_channel) in mbox_test_probe() 391 tdev->rx_channel = tdev->tx_channel; in mbox_test_probe() 421 if (tdev->tx_channel) in mbox_test_remove() 422 mbox_free_channel(tdev->tx_channel); in mbox_test_remove()
|
/Linux-v4.19/drivers/usb/atm/ |
D | usbatm.c | 461 unsigned int stride = instance->tx_channel.stride; in usbatm_write_cells() 572 const unsigned int buf_size = instance->tx_channel.buf_size; in usbatm_tx_process() 581 urb = usbatm_pop_urb(&instance->tx_channel); in usbatm_tx_process() 633 tasklet_disable(&instance->tx_channel.tasklet); in usbatm_cancel_send() 639 tasklet_enable(&instance->tx_channel.tasklet); in usbatm_cancel_send() 678 tasklet_schedule(&instance->tx_channel.tasklet); in usbatm_atm_send() 697 tasklet_kill(&instance->tx_channel.tasklet); in usbatm_destroy_instance() 1071 usbatm_init_channel(&instance->tx_channel); in usbatm_usb_probe() 1073 tasklet_init(&instance->tx_channel.tasklet, usbatm_tx_process, (unsigned long)instance); in usbatm_usb_probe() 1075 instance->tx_channel.stride = ATM_CELL_SIZE + driver->tx_padding; in usbatm_usb_probe() [all …]
|
D | usbatm.h | 155 struct usbatm_channel tx_channel; member
|
/Linux-v4.19/drivers/atm/ |
D | horizon.c | 448 static inline void SELECT_TX_CHANNEL (hrz_dev * dev, u16 tx_channel) { in SELECT_TX_CHANNEL() argument 449 wr_regl (dev, TX_CHANNEL_PORT_OFF, tx_channel); in SELECT_TX_CHANNEL() 1441 short tx_channel = -1; in setup_idle_tx_channel() local 1465 tx_channel = chan; in setup_idle_tx_channel() 1481 tx_ch_desc * tx_desc = &memmap->tx_descs[tx_channel]; in setup_idle_tx_channel() 1490 dev->tx_channel_record[tx_channel] = channel; in setup_idle_tx_channel() 1493 update_tx_channel_config (dev, tx_channel, RATE_TYPE_ACCESS, in setup_idle_tx_channel() 1497 update_tx_channel_config (dev, tx_channel, PCR_TIMER_ACCESS, in setup_idle_tx_channel() 1503 update_tx_channel_config (dev, tx_channel, SCR_TIMER_ACCESS, in setup_idle_tx_channel() 1507 update_tx_channel_config (dev, tx_channel, BUCKET_CAPACITY_ACCESS, in setup_idle_tx_channel() [all …]
|
/Linux-v4.19/drivers/usb/musb/ |
D | musb_cppi41.c | 39 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()
|
D | ux500_dma.c | 45 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()
|
D | musb_host.c | 267 hw_ep->tx_channel ? "dma" : "pio"); in musb_start_urb() 269 if (!hw_ep->tx_channel) in musb_start_urb() 357 if (ep->tx_channel) { in musb_advance_schedule() 358 dma->channel_release(ep->tx_channel); in musb_advance_schedule() 359 ep->tx_channel = NULL; in musb_advance_schedule() 589 struct dma_channel *channel = hw_ep->tx_channel; in musb_tx_dma_set_mode_mentor() 631 struct dma_channel *channel = hw_ep->tx_channel; in musb_tx_dma_set_mode_cppi_tusb() 646 struct dma_channel *channel = hw_ep->tx_channel; in musb_tx_dma_program() 673 hw_ep->tx_channel = NULL; in musb_tx_dma_program() 717 hw_ep->tx_channel = NULL; in musb_ep_program() [all …]
|
D | musb_core.h | 210 struct dma_channel *tx_channel; member
|
D | musb_core.c | 997 ep->tx_channel ? " DMA" : "", in musb_stage0_irq() 999 if (!ep->tx_channel) in musb_stage0_irq()
|
/Linux-v4.19/drivers/firmware/tegra/ |
D | bpmp.c | 290 channel = bpmp->tx_channel; in tegra_bpmp_transfer_atomic() 724 bpmp->tx_channel = devm_kzalloc(&pdev->dev, sizeof(*bpmp->tx_channel), in tegra_bpmp_probe() 726 if (!bpmp->tx_channel) { in tegra_bpmp_probe() 746 err = tegra_bpmp_channel_init(bpmp->tx_channel, bpmp, in tegra_bpmp_probe() 778 tegra_bpmp_channel_reset(bpmp->tx_channel); in tegra_bpmp_probe() 838 tegra_bpmp_channel_cleanup(bpmp->tx_channel); in tegra_bpmp_probe()
|
/Linux-v4.19/drivers/input/touchscreen/ |
D | s6sy761.c | 110 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-v4.19/include/soc/tegra/ |
D | bpmp.h | 79 struct tegra_bpmp_channel *tx_channel, *rx_channel, *threaded_channels; member
|
/Linux-v4.19/drivers/staging/vc04_services/interface/vchi/message_drivers/ |
D | message.h | 152 MESSAGE_TX_CHANNEL_T tx_channel; member
|
/Linux-v4.19/Documentation/spi/ |
D | pxa2xx | 34 tx_channel. The rx_channel has a higher DMA service priority the tx_channel.
|
/Linux-v4.19/drivers/net/ethernet/sun/ |
D | niu.c | 3741 if (tx_vec & (1 << rp->tx_channel)) in niu_poll_core() 3743 nw64(LD_IM0(LDN_TXDMA(rp->tx_channel)), 0); in niu_poll_core() 3843 netdev_err(np->dev, "TX channel %u errors ( ", rp->tx_channel); in niu_log_txchan_errors() 3869 cs = nr64(TX_CS(rp->tx_channel)); in niu_tx_error() 3870 logh = nr64(TX_RNG_ERR_LOGH(rp->tx_channel)); in niu_tx_error() 3871 logl = nr64(TX_RNG_ERR_LOGL(rp->tx_channel)); in niu_tx_error() 3874 rp->tx_channel, in niu_tx_error() 4096 if (tx_vec & (1 << rp->tx_channel)) { in niu_slowpath_interrupt() 4144 rp->tx_cs = nr64(TX_CS(rp->tx_channel)); in niu_txchan_intr() 4173 int ldn = LDN_TXDMA(rp->tx_channel); in __niu_fastpath_interrupt() [all …]
|
D | niu.h | 2862 u16 tx_channel; member
|
/Linux-v4.19/drivers/net/ethernet/microchip/ |
D | lan743x_main.c | 1171 int tx_channel) in lan743x_dmac_tx_get_state() argument 1177 DMAC_CMD_START_T_(tx_channel)), in lan743x_dmac_tx_get_state() 1179 DMAC_CMD_STOP_T_(tx_channel))); in lan743x_dmac_tx_get_state() 1183 int tx_channel) in lan743x_dmac_tx_wait_till_stopped() argument 1189 ((result = lan743x_dmac_tx_get_state(adapter, tx_channel)) == in lan743x_dmac_tx_wait_till_stopped()
|
/Linux-v4.19/drivers/net/ethernet/ti/ |
D | cpmac.c | 751 int tx_channel = (macstatus >> 16) & 7; in cpmac_check_status() local 766 tx_code, tx_channel, macstatus); in cpmac_check_status()
|
/Linux-v4.19/drivers/net/ethernet/sfc/falcon/ |
D | efx.c | 1957 struct ef4_channel *tx_channel; in ef4_get_irq_moderation() local 1959 tx_channel = efx->channel[efx->tx_channel_offset]; in ef4_get_irq_moderation() 1960 *tx_usecs = tx_channel->irq_moderation_us; in ef4_get_irq_moderation()
|
/Linux-v4.19/drivers/net/ethernet/sfc/ |
D | efx.c | 2106 struct efx_channel *tx_channel; in efx_get_irq_moderation() local 2108 tx_channel = efx->channel[efx->tx_channel_offset]; in efx_get_irq_moderation() 2109 *tx_usecs = tx_channel->irq_moderation_us; in efx_get_irq_moderation()
|