/linux-4.4.14/drivers/mailbox/ |
D | mailbox-test.c | 35 struct mbox_chan *tx_channel; member 50 if (!tdev->tx_channel) { in mbox_test_signal_write() 89 if (!tdev->tx_channel) { in mbox_test_message_write() 126 ret = mbox_send_message(tdev->tx_channel, data); in mbox_test_message_write() 303 tdev->tx_channel = mbox_test_request_channel(pdev, "tx"); in mbox_test_probe() 306 if (!tdev->tx_channel && !tdev->rx_channel) in mbox_test_probe() 336 if (tdev->tx_channel) in mbox_test_remove() 337 mbox_free_channel(tdev->tx_channel); in mbox_test_remove()
|
/linux-4.4.14/drivers/usb/atm/ |
D | usbatm.c | 476 unsigned int stride = instance->tx_channel.stride; in usbatm_write_cells() 587 const unsigned int buf_size = instance->tx_channel.buf_size; in usbatm_tx_process() 596 urb = usbatm_pop_urb(&instance->tx_channel); in usbatm_tx_process() 648 tasklet_disable(&instance->tx_channel.tasklet); in usbatm_cancel_send() 654 tasklet_enable(&instance->tx_channel.tasklet); in usbatm_cancel_send() 693 tasklet_schedule(&instance->tx_channel.tasklet); in usbatm_atm_send() 712 tasklet_kill(&instance->tx_channel.tasklet); in usbatm_destroy_instance() 1089 usbatm_init_channel(&instance->tx_channel); in usbatm_usb_probe() 1091 tasklet_init(&instance->tx_channel.tasklet, usbatm_tx_process, (unsigned long)instance); in usbatm_usb_probe() 1093 instance->tx_channel.stride = ATM_CELL_SIZE + driver->tx_padding; in usbatm_usb_probe() [all …]
|
D | usbatm.h | 169 struct usbatm_channel tx_channel; member
|
/linux-4.4.14/drivers/atm/ |
D | horizon.c | 447 static inline void SELECT_TX_CHANNEL (hrz_dev * dev, u16 tx_channel) { in SELECT_TX_CHANNEL() argument 448 wr_regl (dev, TX_CHANNEL_PORT_OFF, tx_channel); in SELECT_TX_CHANNEL() 1440 short tx_channel = -1; in setup_idle_tx_channel() local 1464 tx_channel = chan; in setup_idle_tx_channel() 1480 tx_ch_desc * tx_desc = &memmap->tx_descs[tx_channel]; in setup_idle_tx_channel() 1489 dev->tx_channel_record[tx_channel] = channel; in setup_idle_tx_channel() 1492 update_tx_channel_config (dev, tx_channel, RATE_TYPE_ACCESS, in setup_idle_tx_channel() 1496 update_tx_channel_config (dev, tx_channel, PCR_TIMER_ACCESS, in setup_idle_tx_channel() 1502 update_tx_channel_config (dev, tx_channel, SCR_TIMER_ACCESS, in setup_idle_tx_channel() 1506 update_tx_channel_config (dev, tx_channel, BUCKET_CAPACITY_ACCESS, in setup_idle_tx_channel() [all …]
|
/linux-4.4.14/drivers/usb/musb/ |
D | ux500_dma.c | 57 struct ux500_dma_channel tx_channel[UX500_MUSB_DMA_NUM_RX_TX_CHANNELS]; member 159 ux500_channel = is_tx ? &(controller->tx_channel[ch_num]) : in ux500_dma_channel_allocate() 271 channel = &controller->tx_channel[ch_num].channel; in ux500_dma_controller_stop() 353 channel_array = controller->tx_channel; in ux500_dma_controller_start()
|
D | musb_host.c | 303 hw_ep->tx_channel ? "dma" : "pio"); in musb_start_urb() 305 if (!hw_ep->tx_channel) in musb_start_urb() 400 if (ep->tx_channel) { in musb_advance_schedule() 401 dma->channel_release(ep->tx_channel); in musb_advance_schedule() 402 ep->tx_channel = NULL; in musb_advance_schedule() 635 struct dma_channel *channel = hw_ep->tx_channel; in musb_tx_dma_set_mode_mentor() 679 struct dma_channel *channel = hw_ep->tx_channel; in musb_tx_dma_set_mode_cppi_tusb() 699 struct dma_channel *channel = hw_ep->tx_channel; in musb_tx_dma_program() 727 hw_ep->tx_channel = NULL; in musb_tx_dma_program() 771 hw_ep->tx_channel = NULL; in musb_ep_program() [all …]
|
D | musb_cppi41.c | 50 struct cppi41_dma_channel tx_channel[MUSB_DMA_NUM_CHANNELS]; member 451 cppi41_channel = &controller->tx_channel[ch_num]; in cppi41_dma_channel_allocate() 602 dc = ctrl->tx_channel[i].dc; in cppi41_release_all_dma_chans() 656 cppi41_channel = &controller->tx_channel[port - 1]; in cppi41_dma_controller_start()
|
D | musb_core.h | 243 struct dma_channel *tx_channel; member
|
D | musb_core.c | 965 ep->tx_channel ? " DMA" : "", in musb_stage0_irq() 967 if (!ep->tx_channel) in musb_stage0_irq()
|
/linux-4.4.14/Documentation/spi/ |
D | pxa2xx | 34 tx_channel. The rx_channel has a higher DMA service priority the tx_channel.
|
/linux-4.4.14/drivers/net/ethernet/sun/ |
D | niu.c | 3757 if (tx_vec & (1 << rp->tx_channel)) in niu_poll_core() 3759 nw64(LD_IM0(LDN_TXDMA(rp->tx_channel)), 0); in niu_poll_core() 3859 netdev_err(np->dev, "TX channel %u errors ( ", rp->tx_channel); in niu_log_txchan_errors() 3885 cs = nr64(TX_CS(rp->tx_channel)); in niu_tx_error() 3886 logh = nr64(TX_RNG_ERR_LOGH(rp->tx_channel)); in niu_tx_error() 3887 logl = nr64(TX_RNG_ERR_LOGL(rp->tx_channel)); in niu_tx_error() 3890 rp->tx_channel, in niu_tx_error() 4112 if (tx_vec & (1 << rp->tx_channel)) { in niu_slowpath_interrupt() 4160 rp->tx_cs = nr64(TX_CS(rp->tx_channel)); in niu_txchan_intr() 4189 int ldn = LDN_TXDMA(rp->tx_channel); in __niu_fastpath_interrupt() [all …]
|
D | niu.h | 2861 u16 tx_channel; member
|
/linux-4.4.14/drivers/net/ethernet/ti/ |
D | cpmac.c | 753 int tx_channel = (macstatus >> 16) & 7; in cpmac_check_status() local 768 tx_code, tx_channel, macstatus); in cpmac_check_status()
|