/linux/drivers/usb/musb/ |
A D | musb_cppi41.c | 493 if (is_tx) in cppi41_dma_channel_allocate() 581 unsigned is_tx; in cppi41_dma_channel_abort() local 584 is_tx = cppi41_channel->is_tx; in cppi41_dma_channel_abort() 591 if (is_tx) { in cppi41_dma_channel_abort() 621 if (is_tx) in cppi41_dma_channel_abort() 625 if (is_tx) in cppi41_dma_channel_abort() 631 if (is_tx) { in cppi41_dma_channel_abort() 690 is_tx = 1; in cppi41_dma_controller_start() 692 is_tx = 0; in cppi41_dma_controller_start() 704 if (is_tx) in cppi41_dma_controller_start() [all …]
|
A 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() 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 305 ux500_channel->is_tx = is_tx; in ux500_dma_controller_start() [all …]
|
A D | musb_trace.h | 241 __field(u8, is_tx) 252 __entry->is_tx = req->tx; 263 __entry->is_tx ? "tx/IN" : "rx/OUT", 321 __field(u8, is_tx) 331 __entry->is_tx = ch->is_tx; 338 __entry->port, __entry->is_tx ? "tx" : "rx",
|
A D | cppi_dma.h | 134 u8 is_tx; member
|
A D | musb_dma.h | 163 struct musb_hw_ep *, u8 is_tx);
|
/linux/drivers/mailbox/ |
A 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/drivers/staging/most/dim2/ |
A 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,
|
A D | hal.c | 350 u8 ch_addr, u8 type, u8 is_tx, u16 dbr_address, u16 hw_buffer_size, in dim2_configure_channel() argument 354 dim2_configure_cat(MLB_CAT, ch_addr, type, is_tx ? 1 : 0); in dim2_configure_channel() 357 dim2_configure_cat(AHB_CAT, ch_addr, type, is_tx ? 0 : 1); in dim2_configure_channel() 769 dim2_configure_channel(ch->addr, type, is_tx, in init_ctrl_async() 812 return init_ctrl_async(ch, CAT_CT_VAL_CONTROL, is_tx, ch_address, in dim_init_control() 816 u8 dim_init_async(struct dim_channel *ch, u8 is_tx, u16 ch_address, in dim_init_async() argument 819 u8 ret = init_ctrl_async(ch, CAT_CT_VAL_ASYNC, is_tx, ch_address, in dim_init_async() 822 if (is_tx && !g.atx_dbr.ch_addr) { in dim_init_async() 831 u8 dim_init_isoc(struct dim_channel *ch, u8 is_tx, u16 ch_address, in dim_init_isoc() argument 857 u8 dim_init_sync(struct dim_channel *ch, u8 is_tx, u16 ch_address, in dim_init_sync() argument [all …]
|
A D | dim2.c | 455 bool const is_tx = ccfg->direction == MOST_CH_TX; in configure_channel() local 487 hal_ret = dim_init_control(&hdm_ch->ch, is_tx, ch_addr, in configure_channel() 488 is_tx ? new_size * 2 : new_size); in configure_channel() 501 hal_ret = dim_init_async(&hdm_ch->ch, is_tx, ch_addr, in configure_channel() 502 is_tx ? new_size * 2 : new_size); in configure_channel() 516 hal_ret = dim_init_isoc(&hdm_ch->ch, is_tx, ch_addr, sub_size); in configure_channel() 530 hal_ret = dim_init_sync(&hdm_ch->ch, is_tx, ch_addr, sub_size); in configure_channel() 541 hdm_ch->name, hal_ret, ccfg->data_type, (int)is_tx); in configure_channel()
|
/linux/drivers/net/ethernet/mellanox/mlx4/ |
A 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/drivers/thunderbolt/ |
A D | nhi.c | 43 if (!ring->is_tx) in ring_interrupt_index() 66 if (ring->is_tx) in ring_interrupt_active() 206 if (ring->is_tx) { in ring_write_descriptors() 212 if (ring->is_tx) in ring_write_descriptors() 253 if (!ring->is_tx) { in ring_work() 320 if (!ring->is_tx) { in tb_ring_poll() 390 if (ring->is_tx) in ring_clear_msix() 470 if (ring->is_tx) { in nhi_alloc_hop() 501 if (ring->is_tx) in nhi_alloc_hop() 642 if (ring->is_tx) { in tb_ring_start() [all …]
|
/linux/drivers/media/v4l2-core/ |
A D | v4l2-dev.c | 557 bool is_tx = vdev->vfl_dir != VFL_DIR_RX; in determine_valid_ioctls() local 609 (is_tx && ops->vidioc_enum_fmt_vid_out)) in determine_valid_ioctls() 614 (is_tx && (ops->vidioc_g_fmt_vid_out || in determine_valid_ioctls() 621 (is_tx && (ops->vidioc_s_fmt_vid_out || in determine_valid_ioctls() 628 (is_tx && (ops->vidioc_try_fmt_vid_out || in determine_valid_ioctls() 659 } else if (is_meta && is_tx) { in determine_valid_ioctls() 670 (is_tx && (ops->vidioc_g_fmt_vbi_out || in determine_valid_ioctls() 675 (is_tx && (ops->vidioc_s_fmt_vbi_out || in determine_valid_ioctls() 703 } else if (is_sdr && is_tx) { in determine_valid_ioctls() 747 if (is_tx) { in determine_valid_ioctls() [all …]
|
/linux/drivers/dma/ti/ |
A D | cppi41.c | 92 int is_tx; member 390 if (!c->is_tx) in cppi41_dma_alloc_chan_resources() 441 if (!c->is_tx) { in push_desc_queue() 666 if (!c->is_tx) { in cppi41_tear_down_chan() 680 if (!desc_phys && c->is_tx) in cppi41_tear_down_chan() 692 WARN_ON(!c->is_tx && !(pd0 & TD_DESC_IS_RX)); in cppi41_tear_down_chan() 798 cchan->is_tx = 1; in cppi41_add_chans() 801 cchan->is_tx = 0; in cppi41_add_chans() 961 if (cchan->is_tx && !num[INFO_IS_TX]) in cpp41_dma_filter_fn() 964 if (cchan->is_tx) in cpp41_dma_filter_fn() [all …]
|
/linux/sound/soc/codecs/ |
A D | wcd938x-sdw.c | 128 if (wcd->is_tx) in wcd938x_sdw_hw_params() 232 wcd->is_tx = true; in wcd9380_probe() 252 if (wcd->is_tx) { in wcd9380_probe()
|
/linux/drivers/usb/gadget/udc/ |
A D | bcm63xx_udc.c | 215 bool is_tx; member 597 const int max_bd_bytes = !irq_coalesce && !iudma->is_tx ? in iudma_write() 640 if (!iudma->is_tx || iudma->n_bds_used == iudma->n_bds || in iudma_write() 708 if (!iudma->is_tx) in iudma_reset_channel() 719 if (iudma->is_tx && iudma->ep_num >= 0) in iudma_reset_channel() 767 iudma->is_tx = !!(ch_idx & 0x01); in iudma_init_channel() 1093 iudma->is_tx); in bcm63xx_ep_disable() 1182 rc = usb_gadget_map_request(&udc->gadget, req, bep->iudma->is_tx); in bcm63xx_udc_queue() 1392 usb_gadget_map_request(&udc->gadget, req, iudma->is_tx); in bcm63xx_ep0_map_write() 1426 usb_gadget_unmap_request(&udc->gadget, req, is_tx); in bcm63xx_ep0_nuke_reply() [all …]
|
/linux/include/linux/ |
A D | thunderbolt.h | 525 bool is_tx:1; member 618 WARN_ON(ring->is_tx); in tb_ring_rx() 639 WARN_ON(!ring->is_tx); in tb_ring_tx()
|
/linux/drivers/net/ieee802154/ |
A D | mcr20a.c | 406 bool is_tx; member 474 lp->is_tx = 1; in mcr20a_xmit() 898 if (lp->is_tx) { in mcr20a_irq_clean_complete() 899 lp->is_tx = 0; in mcr20a_irq_clean_complete() 910 if (lp->is_tx) { in mcr20a_irq_clean_complete() 912 lp->is_tx = 0; in mcr20a_irq_clean_complete() 922 if (lp->is_tx) { in mcr20a_irq_clean_complete()
|
A D | cc2520.c | 207 bool is_tx; /* Flag for sync b/w Tx and Rx */ member 512 WARN_ON(priv->is_tx); in cc2520_tx() 513 priv->is_tx = 1; in cc2520_tx() 530 priv->is_tx = 0; in cc2520_tx() 901 if (priv->is_tx) { in cc2520_sfd_isr() 902 priv->is_tx = 0; in cc2520_sfd_isr()
|
A D | at86rf230.c | 101 bool is_tx; member 355 lp->is_tx = 0; in at86rf230_async_error_recover() 766 if (lp->is_tx) { in at86rf230_irq_trx_end() 767 lp->is_tx = 0; in at86rf230_irq_trx_end() 865 lp->is_tx = 1; in at86rf230_write_frame()
|
/linux/drivers/net/wireless/realtek/rtlwifi/ |
A D | base.h | 77 bool rtl_action_proc(struct ieee80211_hw *hw, struct sk_buff *skb, u8 is_tx); 81 u8 rtl_is_special_data(struct ieee80211_hw *hw, struct sk_buff *skb, u8 is_tx,
|
A D | base.c | 1367 bool rtl_action_proc(struct ieee80211_hw *hw, struct sk_buff *skb, u8 is_tx) in rtl_action_proc() argument 1390 is_tx ? "Tx" : "Rx", hdr->addr2); in rtl_action_proc() 1393 if (!is_tx) { in rtl_action_proc() 1433 is_tx ? "Tx" : "Rx", hdr->addr2); in rtl_action_proc() 1493 u8 rtl_is_special_data(struct ieee80211_hw *hw, struct sk_buff *skb, u8 is_tx, in rtl_is_special_data() argument 1524 (is_tx) ? "Tx" : "Rx"); in rtl_is_special_data() 1526 if (is_tx) in rtl_is_special_data() 1534 if (is_tx) in rtl_is_special_data() 1544 "802.1X %s EAPOL pkt!!\n", (is_tx) ? "Tx" : "Rx"); in rtl_is_special_data() 1546 if (is_tx) { in rtl_is_special_data()
|
/linux/drivers/net/ethernet/broadcom/ |
A D | bcm4908_enet.c | 51 int is_tx; member 211 tx_ring->is_tx = 1; in bcm4908_enet_dma_alloc() 221 rx_ring->is_tx = 0; in bcm4908_enet_dma_alloc() 292 int reset_subch = ring->is_tx ? 1 : 0; in bcm4908_enet_dma_ring_init()
|
/linux/sound/soc/intel/atom/ |
A D | sst-atom-controls.h | 846 #define SST_SSP_SLOT_ENUM(s_ch_no, is_tx, xtexts) \ argument 847 (struct sst_enum){ .reg = s_ch_no, .tx = is_tx, .max = 4+1, .texts = xtexts, } 852 #define SST_SSP_SLOT_CTL(xpname, xmname, s_ch_name, s_ch_no, is_tx, xtexts, xget, xput) \ argument 857 .private_value = (unsigned long)&SST_SSP_SLOT_ENUM(s_ch_no, is_tx, xtexts), \
|
A 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() 226 unsigned int is_tx = e->tx; in sst_slot_put() local 231 map = is_tx ? sst_ssp_rx_map : sst_ssp_tx_map; in sst_slot_put() 256 is_tx ? "tx channel" : "rx slot", in sst_slot_put()
|
/linux/drivers/net/ethernet/hisilicon/hns3/ |
A D | hns3_debugfs.c | 443 char **result, int i, bool is_tx) in hns3_get_coal_info() argument 452 if (is_tx) { in hns3_get_coal_info() 490 int *pos, bool is_tx) in hns3_dump_coal_info() argument 504 is_tx ? "tx" : "rx"); in hns3_dump_coal_info() 511 hns3_get_coal_info(tqp_vector, result, i, is_tx); in hns3_dump_coal_info()
|