/linux-3.3/drivers/usb/host/ |
D | ehci-sched.c | 91 return &periodic->qh->hw->hw_next; in shadow_next_periodic() 94 return periodic->hw_next; in shadow_next_periodic() 152 hw_p = &hw->hw_next; in periodic_usecs() 163 hw_p = &q->fstn->hw_next; in periodic_usecs() 169 hw_p = &q->itd->hw_next; in periodic_usecs() 190 hw_p = &q->sitd->hw_next; in periodic_usecs() 280 hw_p = &q->itd->hw_next; in periodic_tt_usecs() 288 hw_p = &q->qh->hw->hw_next; in periodic_tt_usecs() 296 hw_p = &q->sitd->hw_next; in periodic_tt_usecs() 303 hw_p = &q->fstn->hw_next; in periodic_tt_usecs() [all …]
|
D | ehci.h | 238 __hc32 hw_next; /* see EHCI 3.5.1 */ member 311 __hc32 *hw_next; /* (all types) */ member 327 __hc32 hw_next; /* see EHCI 3.6.1 */ member 464 __hc32 hw_next; /* see EHCI 3.3.1 */ member 502 __hc32 hw_next; member 547 __hc32 hw_next; /* any periodic q entry */ member
|
D | ehci-q.c | 509 last->hw_next = qtd->hw_next; in qh_completions() 650 qtd_prev->hw_next = QTD_NEXT(ehci, qtd->qtd_dma); in qh_urb_transaction() 721 qtd_prev->hw_next = QTD_NEXT(ehci, qtd->qtd_dma); in qh_urb_transaction() 757 qtd_prev->hw_next = QTD_NEXT(ehci, qtd->qtd_dma); in qh_urb_transaction() 1001 qh->hw->hw_next = head->hw->hw_next; in qh_link_async() 1005 head->hw->hw_next = dma; in qh_link_async() 1088 qtd->hw_next = QTD_NEXT(ehci, dma); in qh_append_tds() 1241 prev->hw->hw_next = qh->hw->hw_next; in start_unlink_async()
|
D | oxu210hp.h | 205 __le32 hw_next; /* see EHCI 3.5.1 */ member 264 __le32 *hw_next; /* (all types) */ member 278 __le32 hw_next; /* see EHCI 3.6.1 */ member
|
D | oxu210hp-hcd.c | 554 qtd->hw_next = EHCI_LIST_END; in ehci_qtd_init() 590 qtd->hw_next = EHCI_LIST_END; in ehci_qtd_alloc() 1114 last->hw_next = qtd->hw_next; in qh_completions() 1240 qtd_prev->hw_next = QTD_NEXT(qtd->qtd_dma); in qh_urb_transaction() 1301 qtd_prev->hw_next = QTD_NEXT(qtd->qtd_dma); in qh_urb_transaction() 1334 qtd_prev->hw_next = QTD_NEXT(qtd->qtd_dma); in qh_urb_transaction() 1522 qh->hw_next = head->hw_next; in qh_link_async() 1526 head->hw_next = dma; in qh_link_async() 1602 qtd->hw_next = QTD_NEXT(dma); in qh_append_tds() 1736 prev->hw_next = qh->hw_next; in start_unlink_async() [all …]
|
D | ehci-dbg.c | 125 hc32_to_cpup(ehci, &qtd->hw_next), in dbg_qtd() 143 qh, hw->hw_next, hw->hw_info1, hw->hw_info2, hw->hw_current); in dbg_qh() 151 label, itd->frame, itd, hc32_to_cpu(ehci, itd->hw_next), in dbg_itd() 182 label, sitd->frame, sitd, hc32_to_cpu(ehci, sitd->hw_next), in dbg_sitd() 657 tag = Q_NEXT_TYPE(ehci, hw->hw_next); in fill_periodic_buffer() 665 tag = Q_NEXT_TYPE(ehci, p.fstn->hw_next); in fill_periodic_buffer() 671 tag = Q_NEXT_TYPE(ehci, p.itd->hw_next); in fill_periodic_buffer() 681 tag = Q_NEXT_TYPE(ehci, p.sitd->hw_next); in fill_periodic_buffer()
|
D | ehci-mem.c | 44 qtd->hw_next = EHCI_LIST_END(ehci); in ehci_qtd_init() 242 hw->hw_next = EHCI_LIST_END(ehci); in ehci_mem_init()
|
D | ehci-hcd.c | 671 hw->hw_next = QH_NEXT(ehci, ehci->async->qh_dma); in ehci_init()
|
/linux-3.3/drivers/usb/musb/ |
D | cppi_dma.c | 443 bd->hw_next, bd->hw_bufp, bd->hw_off_len, in cppi_dump_rxbd() 636 bd->hw_next = bd->next->dma; in cppi_next_tx_segment() 638 bd->hw_next = 0; in cppi_next_tx_segment() 665 bd, bd->hw_next, bd->hw_bufp, in cppi_next_tx_segment() 857 tail->hw_next = bd->dma; in cppi_next_rx_segment() 859 bd->hw_next = 0; in cppi_next_rx_segment() 886 tail->hw_next = 0; in cppi_next_rx_segment() 912 tail->hw_next = bd->dma; in cppi_next_rx_segment() 1053 (unsigned long long)bd->dma, bd->hw_next, bd->hw_bufp, in cppi_rx_scan() 1100 if (bd->hw_next == 0) in cppi_rx_scan() [all …]
|
D | cppi_dma.h | 65 u32 hw_next; /* next buffer descriptor Pointer */ member
|
/linux-3.3/drivers/dma/ppc4xx/ |
D | adma.c | 189 for (; iter; iter = iter->hw_next) in print_cb_list() 276 desc->hw_next = NULL; in ppc440spe_desc_init_null_xor() 290 desc->hw_next = NULL; in ppc440spe_desc_init_xor() 310 desc->hw_next = NULL; in ppc440spe_desc_init_dma2pq() 356 iter->hw_next = list_entry(iter->chain_node.next, in ppc440spe_desc_init_dma01pq() 365 iter->hw_next = NULL; in ppc440spe_desc_init_dma01pq() 491 iter->hw_next = list_entry(iter->chain_node.next, in ppc440spe_desc_init_dma01pqzero_sum() 500 iter->hw_next = NULL; in ppc440spe_desc_init_dma01pqzero_sum() 520 desc->hw_next = NULL; in ppc440spe_desc_init_memcpy() 541 desc->hw_next = NULL; in ppc440spe_desc_init_memset() [all …]
|
D | adma.h | 151 struct ppc440spe_adma_desc_slot *hw_next; member
|
/linux-3.3/drivers/net/ethernet/ti/ |
D | cpmac.c | 181 u32 hw_next; member 475 desc->prev->hw_next = (u32)0; in cpmac_poll() 476 priv->rx_head->prev->hw_next = priv->rx_head->mapping; in cpmac_poll() 717 desc->hw_next = desc->next->mapping; in cpmac_clear_rx() 720 priv->rx_head->prev->hw_next = 0; in cpmac_clear_rx() 1013 desc->hw_next = (u32)desc->next->mapping; in cpmac_open() 1016 priv->rx_head->prev->hw_next = (u32)0; in cpmac_open()
|
D | davinci_cpdma.c | 67 u32 hw_next; member 631 desc_write(prev, hw_next, desc_dma); in __cpdma_chan_submit() 677 desc_write(desc, hw_next, 0); in cpdma_chan_submit() 744 chan->head = desc_from_phys(pool, desc_read(desc, hw_next)); in __cpdma_chan_process() 852 next_dma = desc_read(desc, hw_next); in cpdma_chan_stop()
|