/Linux-v4.19/drivers/usb/musb/ |
D | musb_cppi41.c | 59 if (cppi41_channel->is_tx) in save_rx_toggle() 77 if (cppi41_channel->is_tx) in update_rx_toggle() 145 musb_dma_completion(musb, hw_ep->epnum, cppi41_channel->is_tx); in cppi41_trans_done() 160 direction = cppi41_channel->is_tx ? DMA_MEM_TO_DEV in cppi41_trans_done() 176 if (!cppi41_channel->is_tx) { in cppi41_trans_done() 255 if (cppi41_channel->is_tx) { in cppi41_dma_callback() 277 if (!cppi41_channel->is_tx || empty) { in cppi41_dma_callback() 348 if (cppi41_channel->is_tx) in cppi41_set_dma_mode() 357 if (cppi41_channel->is_tx) { in cppi41_set_dma_mode() 380 if (!cppi41_channel->is_tx) in da8xx_set_dma_mode() [all …]
|
D | ux500_dma.c | 38 u8 is_tx; member 65 musb_dma_completion(musb, hw_ep->epnum, ux500_channel->is_tx); in ux500_dma_callback() 89 len, ux500_channel->is_tx); in ux500_configure_channel() 99 direction = ux500_channel->is_tx ? DMA_MEM_TO_DEV : DMA_DEV_TO_MEM; in ux500_configure_channel() 129 struct musb_hw_ep *hw_ep, u8 is_tx) in ux500_dma_channel_allocate() argument 147 ux500_channel = is_tx ? &(controller->tx_channel[ch_num]) : in ux500_dma_channel_allocate() 158 hw_ep->epnum, is_tx, ch_num); in ux500_dma_channel_allocate() 216 ux500_channel->ch_num, ux500_channel->is_tx); in ux500_dma_channel_abort() 219 if (ux500_channel->is_tx) { in ux500_dma_channel_abort() 277 u8 is_tx = 0; in ux500_dma_controller_start() local [all …]
|
D | musb_trace.h | 215 __field(u8, is_tx) 226 __entry->is_tx = req->tx; 237 __entry->is_tx ? "tx/IN" : "rx/OUT", 295 __field(u8, is_tx) 305 __entry->is_tx = ch->is_tx; 312 __entry->port, __entry->is_tx ? "tx" : "rx",
|
D | cppi_dma.h | 134 u8 is_tx; member
|
D | musb_dma.h | 157 struct musb_hw_ep *, u8 is_tx);
|
/Linux-v4.19/drivers/mailbox/ |
D | ti-msgmgr.c | 48 bool is_tx; member 109 bool is_tx; member 220 if (qinst->is_tx) { in ti_msgmgr_queue_rx_interrupt() 293 if (qinst->is_tx) in ti_msgmgr_queue_peek_data() 320 if (!qinst->is_tx) in ti_msgmgr_last_tx_done() 467 qinst->is_tx = (readl(qinst->queue_ctrl) & in ti_msgmgr_queue_startup() 472 if (!msg_count && qinst->is_tx) { in ti_msgmgr_queue_startup() 479 if (!qinst->is_tx) { in ti_msgmgr_queue_startup() 503 if (!qinst->is_tx) { in ti_msgmgr_queue_shutdown() 626 qinst->is_tx = qd->is_tx; in ti_msgmgr_queue_setup() [all …]
|
/Linux-v4.19/drivers/staging/most/dim2/ |
D | hal.h | 70 u8 dim_init_control(struct dim_channel *ch, u8 is_tx, u16 ch_address, 73 u8 dim_init_async(struct dim_channel *ch, u8 is_tx, u16 ch_address, 76 u8 dim_init_isoc(struct dim_channel *ch, u8 is_tx, u16 ch_address, 79 u8 dim_init_sync(struct dim_channel *ch, u8 is_tx, u16 ch_address,
|
D | hal.c | 349 u8 ch_addr, u8 type, u8 is_tx, u16 dbr_address, u16 hw_buffer_size, in dim2_configure_channel() argument 353 dim2_configure_cat(MLB_CAT, ch_addr, type, is_tx ? 1 : 0); in dim2_configure_channel() 356 dim2_configure_cat(AHB_CAT, ch_addr, type, is_tx ? 0 : 1); in dim2_configure_channel() 754 static u8 init_ctrl_async(struct dim_channel *ch, u8 type, u8 is_tx, in init_ctrl_async() argument 771 dim2_configure_channel(ch->addr, type, is_tx, in init_ctrl_async() 816 u8 dim_init_control(struct dim_channel *ch, u8 is_tx, u16 ch_address, in dim_init_control() argument 819 return init_ctrl_async(ch, CAT_CT_VAL_CONTROL, is_tx, ch_address, in dim_init_control() 823 u8 dim_init_async(struct dim_channel *ch, u8 is_tx, u16 ch_address, in dim_init_async() argument 826 u8 ret = init_ctrl_async(ch, CAT_CT_VAL_ASYNC, is_tx, ch_address, in dim_init_async() 829 if (is_tx && !g.atx_dbr.ch_addr) { in dim_init_async() [all …]
|
D | dim2.c | 462 bool const is_tx = ccfg->direction == MOST_CH_TX; in configure_channel() local 494 hal_ret = dim_init_control(&hdm_ch->ch, is_tx, ch_addr, in configure_channel() 495 is_tx ? new_size * 2 : new_size); in configure_channel() 508 hal_ret = dim_init_async(&hdm_ch->ch, is_tx, ch_addr, in configure_channel() 509 is_tx ? new_size * 2 : new_size); in configure_channel() 523 hal_ret = dim_init_isoc(&hdm_ch->ch, is_tx, ch_addr, sub_size); in configure_channel() 537 hal_ret = dim_init_sync(&hdm_ch->ch, is_tx, ch_addr, sub_size); in configure_channel() 548 hdm_ch->name, hal_ret, ccfg->data_type, (int)is_tx); in configure_channel()
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/ |
D | en_resources.c | 41 int is_tx, int rss, int qpn, int cqn, in mlx4_en_fill_qp_context() argument 51 if (!is_tx && !rss) in mlx4_en_fill_qp_context() 53 if (is_tx) { in mlx4_en_fill_qp_context() 87 if (!is_tx && !rss && in mlx4_en_fill_qp_context()
|
/Linux-v4.19/drivers/thunderbolt/ |
D | nhi.c | 22 #define RING_TYPE(ring) ((ring)->is_tx ? "TX ring" : "RX ring") 44 if (!ring->is_tx) in ring_interrupt_index() 67 if (ring->is_tx) in ring_interrupt_active() 132 io += ring->is_tx ? REG_TX_RING_BASE : REG_RX_RING_BASE; in ring_desc_base() 140 io += ring->is_tx ? REG_TX_OPTIONS_BASE : REG_RX_OPTIONS_BASE; in ring_options_base() 193 if (ring->is_tx) { in ring_write_descriptors() 199 ring_iowrite16desc(ring, ring->head, ring->is_tx ? 10 : 8); in ring_write_descriptors() 237 if (!ring->is_tx) { in ring_work() 304 if (!ring->is_tx) { in tb_ring_poll() 430 if (ring->is_tx) { in nhi_alloc_hop() [all …]
|
/Linux-v4.19/drivers/media/v4l2-core/ |
D | v4l2-dev.c | 534 bool is_tx = vdev->vfl_dir != VFL_DIR_RX; in determine_valid_ioctls() local 585 (is_tx && (ops->vidioc_enum_fmt_vid_out || in determine_valid_ioctls() 592 (is_tx && (ops->vidioc_g_fmt_vid_out || in determine_valid_ioctls() 600 (is_tx && (ops->vidioc_s_fmt_vid_out || in determine_valid_ioctls() 608 (is_tx && (ops->vidioc_try_fmt_vid_out || in determine_valid_ioctls() 636 (is_tx && (ops->vidioc_g_fmt_vbi_out || in determine_valid_ioctls() 641 (is_tx && (ops->vidioc_s_fmt_vbi_out || in determine_valid_ioctls() 646 (is_tx && (ops->vidioc_try_fmt_vbi_out || in determine_valid_ioctls() 660 } else if (is_sdr && is_tx) { in determine_valid_ioctls() 702 if (is_tx) { in determine_valid_ioctls() [all …]
|
/Linux-v4.19/drivers/dma/ti/ |
D | cppi41.c | 91 int is_tx; member 389 if (!c->is_tx) in cppi41_dma_alloc_chan_resources() 440 if (!c->is_tx) { in push_desc_queue() 646 if (!c->is_tx) { in cppi41_tear_down_chan() 660 if (!desc_phys && c->is_tx) in cppi41_tear_down_chan() 672 WARN_ON(!c->is_tx && !(pd0 & TD_DESC_IS_RX)); in cppi41_tear_down_chan() 764 cchan->is_tx = 1; in cppi41_add_chans() 767 cchan->is_tx = 0; in cppi41_add_chans() 927 if (cchan->is_tx && !num[INFO_IS_TX]) in cpp41_dma_filter_fn() 930 if (cchan->is_tx) in cpp41_dma_filter_fn() [all …]
|
/Linux-v4.19/drivers/usb/gadget/udc/ |
D | bcm63xx_udc.c | 214 bool is_tx; member 599 const int max_bd_bytes = !irq_coalesce && !iudma->is_tx ? in iudma_write() 642 if (!iudma->is_tx || iudma->n_bds_used == iudma->n_bds || in iudma_write() 710 if (!iudma->is_tx) in iudma_reset_channel() 721 if (iudma->is_tx && iudma->ep_num >= 0) in iudma_reset_channel() 769 iudma->is_tx = !!(ch_idx & 0x01); in iudma_init_channel() 1095 iudma->is_tx); in bcm63xx_ep_disable() 1184 rc = usb_gadget_map_request(&udc->gadget, req, bep->iudma->is_tx); in bcm63xx_udc_queue() 1220 usb_gadget_unmap_request(&udc->gadget, &breq->req, bep->iudma->is_tx); in bcm63xx_udc_dequeue() 1394 usb_gadget_map_request(&udc->gadget, req, iudma->is_tx); in bcm63xx_ep0_map_write() [all …]
|
/Linux-v4.19/include/linux/ |
D | thunderbolt.h | 485 bool is_tx:1; member 576 WARN_ON(ring->is_tx); in tb_ring_rx() 597 WARN_ON(!ring->is_tx); in tb_ring_tx()
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/ |
D | base.h | 126 bool rtl_action_proc(struct ieee80211_hw *hw, struct sk_buff *skb, u8 is_tx); 130 u8 rtl_is_special_data(struct ieee80211_hw *hw, struct sk_buff *skb, u8 is_tx,
|
D | base.c | 1383 bool rtl_action_proc(struct ieee80211_hw *hw, struct sk_buff *skb, u8 is_tx) in rtl_action_proc() argument 1406 is_tx ? "Tx" : "Rx", hdr->addr2); in rtl_action_proc() 1409 if (!is_tx) { in rtl_action_proc() 1449 is_tx ? "Tx" : "Rx", hdr->addr2); in rtl_action_proc() 1509 u8 rtl_is_special_data(struct ieee80211_hw *hw, struct sk_buff *skb, u8 is_tx, in rtl_is_special_data() argument 1540 (is_tx) ? "Tx" : "Rx"); in rtl_is_special_data() 1542 if (is_tx) in rtl_is_special_data() 1550 if (is_tx) in rtl_is_special_data() 1560 "802.1X %s EAPOL pkt!!\n", (is_tx) ? "Tx" : "Rx"); in rtl_is_special_data() 1562 if (is_tx) { in rtl_is_special_data()
|
/Linux-v4.19/drivers/staging/rtlwifi/ |
D | base.h | 115 bool rtl_action_proc(struct ieee80211_hw *hw, struct sk_buff *skb, u8 is_tx); 119 u8 rtl_is_special_data(struct ieee80211_hw *hw, struct sk_buff *skb, u8 is_tx,
|
D | base.c | 1347 bool rtl_action_proc(struct ieee80211_hw *hw, struct sk_buff *skb, u8 is_tx) in rtl_action_proc() argument 1370 is_tx ? "Tx" : "Rx", hdr->addr2); in rtl_action_proc() 1373 if (!is_tx) { in rtl_action_proc() 1413 is_tx ? "Tx" : "Rx", hdr->addr2); in rtl_action_proc() 1472 u8 rtl_is_special_data(struct ieee80211_hw *hw, struct sk_buff *skb, u8 is_tx, in rtl_is_special_data() argument 1503 (is_tx) ? "Tx" : "Rx"); in rtl_is_special_data() 1505 if (is_tx) in rtl_is_special_data() 1513 if (is_tx) in rtl_is_special_data() 1524 "802.1X %s EAPOL pkt!!\n", (is_tx) ? "Tx" : "Rx"); in rtl_is_special_data() 1526 if (is_tx) { in rtl_is_special_data()
|
/Linux-v4.19/drivers/net/ieee802154/ |
D | mcr20a.c | 421 bool is_tx; member 489 lp->is_tx = 1; in mcr20a_xmit() 907 if (lp->is_tx) { in mcr20a_irq_clean_complete() 908 lp->is_tx = 0; in mcr20a_irq_clean_complete() 919 if (lp->is_tx) { in mcr20a_irq_clean_complete() 921 lp->is_tx = 0; in mcr20a_irq_clean_complete() 931 if (lp->is_tx) { in mcr20a_irq_clean_complete()
|
D | cc2520.c | 212 bool is_tx; /* Flag for sync b/w Tx and Rx */ member 520 WARN_ON(priv->is_tx); in cc2520_tx() 521 priv->is_tx = 1; in cc2520_tx() 538 priv->is_tx = 0; in cc2520_tx() 909 if (priv->is_tx) { in cc2520_sfd_isr() 910 priv->is_tx = 0; in cc2520_sfd_isr()
|
D | at86rf230.c | 109 bool is_tx; member 363 lp->is_tx = 0; in at86rf230_async_error_recover() 774 if (lp->is_tx) { in at86rf230_irq_trx_end() 775 lp->is_tx = 0; in at86rf230_irq_trx_end() 873 lp->is_tx = 1; in at86rf230_write_frame()
|
/Linux-v4.19/sound/soc/intel/atom/ |
D | sst-atom-controls.h | 855 #define SST_SSP_SLOT_ENUM(s_ch_no, is_tx, xtexts) \ argument 856 (struct sst_enum){ .reg = s_ch_no, .tx = is_tx, .max = 4+1, .texts = xtexts, } 861 #define SST_SSP_SLOT_CTL(xpname, xmname, s_ch_name, s_ch_no, is_tx, xtexts, xget, xput) \ argument 866 .private_value = (unsigned long)&SST_SSP_SLOT_ENUM(s_ch_no, is_tx, xtexts), \
|
D | sst-atom-controls.c | 166 unsigned int is_tx = e->tx; in sst_slot_get() local 168 u8 *map = is_tx ? sst_ssp_rx_map : sst_ssp_tx_map; in sst_slot_get() 181 is_tx ? "tx channel" : "rx slot", in sst_slot_get() 225 unsigned int is_tx = e->tx; in sst_slot_put() local 230 map = is_tx ? sst_ssp_rx_map : sst_ssp_tx_map; in sst_slot_put() 255 is_tx ? "tx channel" : "rx slot", in sst_slot_put()
|
/Linux-v4.19/drivers/spi/ |
D | spi-bcm2835.c | 247 bool is_tx) in bcm2835_spi_prepare_sg() argument 258 if (is_tx) { in bcm2835_spi_prepare_sg() 278 if (!is_tx) { in bcm2835_spi_prepare_sg()
|